Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 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 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T14:30:29.000Z (2 months ago)
- Last Synced: 2024-11-30T15:30:48.294Z (2 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: 0
-
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