CAP 4630-001: Intro Artificial Intelligence
Contributors: Sharnica Jeudy, George Burton, Ricaldo Pierre, Francesca Dumary, Justice Walcott
-
Clone the repository.
git clone https://github.com/fdumary/Course-Recommendation-System.git
cd Course-Recommendation-System
-
Make sure that Python is installed.
python --version
-
Create a virtual environment. (Optional but recommended.)
python -m venv venv
Activate it:
Windows: venv\Scripts\activate
Mac/Linux: source venv/bin/activate
Install all required libraries:
pip install numpy pandas scikit-learn matplotlib seaborn
OR
python -m pip install numpy pandas scikit-learn matplotlib seaborn
Open Visual Studio Code or another IDE
Open the file "code.py" and run
Thank youy!