This is a simple Streamlit web app that recommends movies based on selected genres.
- Genre-based filtering
- Movie posters display in a neat layout
- Built with Python, Pandas, and Streamlit
- Install requirements:
pip install -r requirements.txt - Run:
streamlit run app.py