Skip to content

sophiechen18/MovieRepo-COIL

Repository files navigation

Movie Recommendation System

This project will recommend a user a movie from a preexisting dataset. The user will enter a name of a movie, and the application will recommend 10 similar movies.

Our dataset is based off of this Google Colab notebook: https://colab.research.google.com/drive/1I2cA9epmp6rBMqdfNfr3T3rLIB3lSY54?usp=sharing#scrollTo=4oZOMXva3Ybk

Instructions

To run this project, you will need Streamlit and a version of Python 3.8 or higher.

Install Streamlit

In your termincal, enter these commands

pip install streamlit

To check your Python version, type

python --version

To download and install the latest version of Python, check out this article here: https://www.geeksforgeeks.org/download-and-install-python-3-latest-version/

Run the Program

Clone this Git Repo using the green "Clone" button or copying the URL link

git clone [repository link]

Navigate to whereever you saved the project folder:

cd MovieRepo-COIL

To run the project, type the command:

streamlit run main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages