An open API service indexing awesome lists of open source software.

https://github.com/bigyanse/movie-recommendation-system

A movie recommendation system using content-based recommendation system.
https://github.com/bigyanse/movie-recommendation-system

content-based-recommendation machine-learning movie-recommendation movie-recommendation-system python

Last synced: 8 months ago
JSON representation

A movie recommendation system using content-based recommendation system.

Awesome Lists containing this project

README

          

# Movie Recommendation System

A movie recommendation system using content-based recommendation system. We have used simple text vectorizer technique called bag of words.

## Technologies Used

- NumPy
- Pandas
- scikit-learn
- streamlit

## Running Instructions

- `gzip -d similarity.pkl.gz`
- `python -m venv venv`
- `source venv/bin/activate` for linux, see [docs](https://docs.python.org/3/library/venv.html) to activate venv for your OS
- `pip install -r requirements.txt`
- `streamlit run app.py`