Skip to content

h-techzone6/movie-recommendation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Recommendation System

Movie recommendation using Machine Learning.

Features

  • Search for movies in the drop down menu
  • Results will be provided after searching

Screenshot

App Screenshot

Installation

Install movie-recommendation with streamlit

First, terminal and navigate to your project folder. In terminal, type :

  cd my-project

Create virtual environment

python -m venv .venv

A folder named ".venv" will appear in your project. This directory is where your virtual environment and its dependencies are installed.

Activate virtual environment

.venv\Scripts\activate.bat

Install streamlit in your environment

pip install streamlit

Test your app

python -m streamlit hello

Run your app

streamlit run app.py

Install other packages

pip install pickle
pip install requests

Get your api keys

TMDB API https://developer.themoviedb.org/docs/getting-started

TMDB Dataset

https://www.kaggle.com/datasets/tmdb/tmdb-movie-metadata

Output will appear in your browser.

License

MIT