<<<<<<< HEAD
=======
This program reads movie summaries from a CSV file and recommends movies based on a user's description of what is going on in their life. It uses natural language processing and word embeddings to find movies with relevant themes and content.
- pandas
- numpy
- gensim
- streamlit
Documentation for streamlit can be found here: https://docs.streamlit.io/
The program uses the TMDB 5000 Movies Dataset. You'll need to download tmdb_5000_movies.csv and place it in the project directory.
Run the program using:
streamlit run interface.pyThe program will prompt you to describe what's going on in your life and will recommend movies based on your input. Type 'quit' to exit the program.
1b07a89 (Initial commit)
#Setup environment:
pip install pandas
install -c conda-forge gensim
mamba install -c conda-forge streamlit -y
pip install python-Levenshtein
pip install scikit-learn