khanmhmdi / MovieRecommendation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MovieRecommendation

Movie Recommendation🍿 System

Hasan Roknabadi-99222042

MohammadReza Khanmohammadi-99222034

Source

Features

  • Simple responsive UI
  • Movie Story
  • Movie Posters
  • Directors & Cast information
  • Total ratings
  • IMDB Ratings⭐

Usage

  • Clone my repository.
  • Open CMD in working directory.
  • Run following command.
    pip install -r requirements.txt
    
  • App.py is the main Python file of Streamlit Web-Application.
  • To run app, write following command in CMD. or use any IDE.
    streamlit run App.py
    
  • Movie_Data_Processing.ipynb is the notebook of data processing.
  • Classifier.py is the main file which is containing a KNN Algorithm.
  • For more explanation of this project see the tutorial on Machine Learning Hub YouTube channel.

Screenshots

Movie based Recommendation

Genre based Recommendation

About

License:MIT License


Languages

Language:Jupyter Notebook 99.2%Language:Python 0.8%