Small data science project that is separated into three different parts. The first one is data extraction, the second one is data cleaning and last but not least a movie recommendation engine.
Necessary Libraries for the Data Collection to work
pip install json
pip install pickle
pip install pandas
pip install re
pip install requests
pip install bs4
pip install urllib
Necessary Libraries for the Recommendation Engine to work
pip install pandas
pip install scikit-learn
OMDB API key requiered for the project to work in its current state (data_collection/scores.py/get_omdb_info)
Licensed under the MIT License