What's the reel story behind the tazama? Visit my blog post. Tazama: A Movie Recommendation web app
Tazama is not just a movie recommendation app; it's a cinematic masterpiece! 🚀 Built with Django, HTML, CSS, Bootstrap, JS, and a dash of jQuery, it gives users personalized movie suggestions and also features a mini-blog with a social twist. Lights, camera, interaction! 🍿 It incorporates a powerful recommendation engine that utilizes content-based filtering with Natural Language Processing (NLP) and cosine similarity.
- The Object-Relational Mapping (ORM) system provided a smooth interaction with the database, simplifying data operations.
- Leveraging the Django REST Framework, I built a robust API, ensuring seamless communication between the front end and back end.
- Django's built-in authentication system secured user data, and the admin interface facilitated easy management of the movie dataset.
- The template engine, middleware support, and Django signals enhanced the app's functionality, while scalability features ensured efficient handling of a growing user base.
- The focus on security, extensive community support, and well-documented resources made Django the ideal framework for crafting Tazama's efficient and secure architecture.
- 🎥 Personalized movie recommendations based on similar movies.
- 🌐 Mobile responsive web app with playful UI.
- ✨ A mini-blog for a social touch. Users can register, log in, create profiles, and, update and delete blogs. Social features including likes, comments, and shares will be added to v2 of the app.
The movie recommender system is powered by a robust dataset containing over 9000 movies and one million tags. Leveraging the capabilities of Natural Language Processing (NLP) and employing cosine similarity, this engine provides users with personalized movie recommendations. By analyzing genres and tags, the system suggests movies that align with the user's taste, creating a tailored and enjoyable viewing experience. Recommendation Notebook
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
What's your next watch during Nextfilx and Chill? Visit tazama for a recommendation.
Tazama is deployed on a custom-configured Nginx and Gunicorn Linux server on Digital Ocean
Mithamo Beth