A Content-based recommendation system that recommends Nollywood movies based on user's preference
Check out the live application: Nolly Recommends
Built with
- Python
- Streamlit
Some of the images may not reflect the title of the movie as movie with similar names may get the poster image of more popular or ones available on the TMDB database
Data was extracting from Wikipedia using Pandas web scraping, then data was cleaning and useful features were collected
- List of Nigerian movies in 2016
- List of Nigerian movies in 2017
- List of Nigerian movies in 2018
- List of Nigerian movies in 2019
- List of Nigerian movies in 2020
- List of Nigerian movies in 2021
- List of Nigerian movies in 2022
To obtain an API key, Create an account at https://www.themoviedb.org/, then go to the account settings and click on the API tab link to fill out all of the details to apply for an API key. If you are asked for your website's URL, simply enter None because you do not have one.
-
Run
pip install -r requirements.txt
command to install necessary libraries -
Input your API key in the
app.py
orRecommender.ipynb
-
Run
streamlit run app.py
on your terminal