Skip to content

Movie Recommender System is the python Based Project To Create Content Based Recommender System using TMDB 5000 movie dataset from Kaggle

Notifications You must be signed in to change notification settings

udhavvvv-dev/Movie-Recommender-System

Repository files navigation

Movie Recommender System // Content Based Movie Recommender System

Movie Recommender System is the python Based Project To Create Content Based Recommender System using TMDB 5000 movie dataset from kaggle

Link: https://u-rex13-movie-recommender-system-app-2ap1dd.streamlit.app/


Steps To Run This Project:

  1. Fisrt Downlod the zip folder of project and unzip the folder

  2. Install Python and Visual Studio code using below given link

  3. Open the project folder inside the visual studio code

  4. Install the below given libery in command prompt or visual studio code terminal

image

Below are python libery command before run this project you make sure to run all command in terminal

pip install streamlit
pip install pickle-mixin
pip install pandas
pip install requests 

4)Afte installing the project required python libery we return use termianl to run our project using simple command.

streamlit run app.py

(meaning of the line is "streamlit" is package name that we are used to create this web app and run meaning to "run" this project using streamlit and "app.py" is the python file that i create the frontend of this project if in any other situation it can different if you create by own using other name so it is differnet name python extension file)

  1. after you run this line the streamlit create a localhost in your machine and run this web application using browser
  • This is the localhost that streamlit is host our web application image

  • This is user interface that you see after it launch in browser image

  • You can search the movie from list or you can just type the movie name image

  • The Result Screen you get after you search movie and get suggested by movie recommendation model image


what is role of each file in this or what it contain

image

  • ".git" file it automatically created when we initiative or init github repository to over local project folder.
  • "git attributes" file contain some command that help while hosting the project on any web services and in my case ill also use "Git LFS" to uplod some big size data file in same repositery so it also contain that lfs code to track that files.
  • "git ignore" file tells Git which files to ignore when committing your project to the GitHub repository.
  • "app.py" this file contain the frontend and backend recommendation model implemenation to present in web application using python libery "streamlit"
  • "movie_dict.pkl" this pickle file we generated using movie-recommender-system in jupyter system this file contain the dataset that we use in project but in dictonary format but some checking and error solving purposes.
  • "movie-recommender-system.ipynb" this this jupyter notebook file in this we created the movie recommendation model and in this we filer the movie dataset that we use for recommendation
  • "movies.pkl" it filter data we created to use but strealit doesnt support pandas file so use and refilter this file with other name.
  • "Procfile" A Procfile is a mechanism for declaring what commands are run by your application's containers on the Deis platform. It follows the process model. You can use a Procfile to declare various process types, such as multiple types of workers, a singleton process like a clock, or a consumer of the Twitter streaming API
  • "readme" it file contain information about our project it didnt use for deployment purpose.
  • "requirements" it file we have to generate in terminal using command to get requirements file to know deployment mechnism what we requirement we want and we have
  • "setup.sh" defines Bourne or Korn shell environment variables necessary to build an InfoCrafter database from the command line using the icft command. The setup.sh file sets the TOOLSDIR and TOPLEVEL_BUILDDIR variables. it is use for deployement
  • "similarity.pkl" it is file that we convert from pandas to pickle so streamlit can support
  • "tmdb_5000_credits.csv" it is movie credits dataset that we have using in this project
  • "tmdb_5000_movies.csv" it is also a dataset that contain of movie id,tag,cast,crew,gener etc

what is content based recommendation system:


About

Movie Recommender System is the python Based Project To Create Content Based Recommender System using TMDB 5000 movie dataset from Kaggle

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published