REPOSITORY OVERVIEWLive repository statistics
★ 2Stars
⑂ 0Forks
◯ 0Open issues
◉ 2Watchers
28/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
5 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
35 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Movie Recommendation Application
- This application takes in a movie title and returns 8 movie recommendations based on genre, movie overview, director and actors (Content based recommendation engine).
- Used the 5000 tmdb_movies dataset which includes movies up to 2017.
- Scraped 2018 to September 2021 movies from www.imdb.com.
- Engineered and cleaned the data so as to extract genre, director, movie overview and actors.
- Used Natural Language Processing (NLP) to tokenize and vectorize the data.
- Built a client facing Api using flask and hosted it on Heroku
Resources Used
Python Version: 3.8
Packages: Pandas, Numpy, Sklearn, Json, Flask, Pickle, Fetch API and Beautiful Soup
For Web Framework Requirements: pip install -r requirements.txt