A Streamlit-based movie recommendation app that suggests highly rated movies tailored to your taste!
-
Input some movies you like
-
Click the button
-
That's it!
-
Clone the repository
git clone https://github.com/miryarik/whatcha-watchin.git cd whatcha-watchin
-
Install dependencies
-
Make sure you have Python installed (>= 3.7).
-
Install required packages:
pip install -r requirements.txt
-
-
Run the Streamlit app
streamlit run app.py
Enjoy!