https://github.com/pshreyam/moviez
🎥 Rule-based recommendation of movies stored in the database
https://github.com/pshreyam/moviez
movie-recommendation-app python3 recommendation-system rule-based-system
Last synced: 25 days ago
JSON representation
🎥 Rule-based recommendation of movies stored in the database
- Host: GitHub
- URL: https://github.com/pshreyam/moviez
- Owner: pshreyam
- Created: 2020-06-17T06:45:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T03:00:53.000Z (8 months ago)
- Last Synced: 2025-03-14T09:34:20.411Z (8 months ago)
- Topics: movie-recommendation-app, python3, recommendation-system, rule-based-system
- Language: HTML
- Homepage:
- Size: 8.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Moviez
Moviez is a simple platform focused on recommending movies in the database to users based on basic rules.
# Getting Started
Use docker compose in order to quickly set up the web app locally and start using it.
```bash
docker compose up
```
> Note: Define the environment variables in a `.env` file with the help of `.env.example` before running the command above.
# Screenshots