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.
- Host: GitHub
- URL: https://github.com/bigyanse/movie-recommendation-system
- Owner: bigyanse
- Created: 2023-07-06T10:35:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T16:13:41.000Z (about 2 years ago)
- Last Synced: 2025-01-05T20:14:13.327Z (9 months ago)
- Topics: content-based-recommendation, machine-learning, movie-recommendation, movie-recommendation-system, python
- Language: Jupyter Notebook
- Homepage:
- Size: 53.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`