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
To run this project, you will need Streamlit and a version of Python 3.8 or higher.
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/
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