- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
A simple recommendation system that suggests movies to users based on their preferences.
- Movie search bar
- Movie titles
- Movie posters
See the project presentation here
To get a local copy up and running, follow these steps:
To run this project you need:
- Python installed and running. To get more information, read the installation guide.
Clone this repository to your desired folder:
git clone [email protected]:lucy-sees/CodeSoft_RecommendationSystem.git
Install this project with:
pip install -r requirements.txt
to install libraries, runs migrations, or compiles resources needed by the app.
jupyter notebook movie_recommendation_system.ipynb
to run the data processing and vectorization
streamlit run app.py
to run the app on your web-browser.
To run the project, execute the following command:
streamlit run app.py
👤 Lucy W. Mwangi
- GitHub: @lucy-sees
- Twitter: @lucy_w_mwangi
- LinkedIn: @Lucy (Wanjiru) Mwangi
- Improved UI
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please consider giving it a star.
- I would like to thank all code reviewers for making this project better.
This project is MIT licensed.