Skip to content

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.

Notifications You must be signed in to change notification settings

Gsak3l/Movie-Dataset-Creation-and-Movie-Recommendation-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Dataset Creation and Movie Recommendation Engine

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.

Screenshots

App Screenshot

Installation

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

OMDB API key requiered for the project to work in its current state (data_collection/scores.py/get_omdb_info)

License

Licensed under the MIT License

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages