Skip to content

Latest commit

 

History

History
76 lines (47 loc) · 1.17 KB

README.md

File metadata and controls

76 lines (47 loc) · 1.17 KB

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