Skip to content

fdumary/Course-Recommendation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course Recommendation System

CAP 4630-001: Intro Artificial Intelligence

Contributors: Sharnica Jeudy, George Burton, Ricaldo Pierre, Francesca Dumary, Justice Walcott

Presentation Video

Project Setup

  1. Clone the repository.

    git clone https://github.com/fdumary/Course-Recommendation-System.git

    cd Course-Recommendation-System

  2. Make sure that Python is installed.

    python --version

  3. Create a virtual environment. (Optional but recommended.)

    python -m venv venv

    Activate it:

    Windows: venv\Scripts\activate

    Mac/Linux: source venv/bin/activate

Dependencies

Install all required libraries:

pip install numpy pandas scikit-learn matplotlib seaborn

OR

python -m pip install numpy pandas scikit-learn matplotlib seaborn

How to Run the Code

Open Visual Studio Code or another IDE

Open the file "code.py" and run

Thank youy!

About

Intro to Artificial Intelligence (CAP 4630)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages