https://github.com/raedaddala/movies-performance-predictor
Repository Made as a submission to Data Mining Course Final Project taught by Dr Sana Hamdi @INSATunisia
https://github.com/raedaddala/movies-performance-predictor
data-mining data-science flask machine-learning python react ui
Last synced: 12 months ago
JSON representation
Repository Made as a submission to Data Mining Course Final Project taught by Dr Sana Hamdi @INSATunisia
- Host: GitHub
- URL: https://github.com/raedaddala/movies-performance-predictor
- Owner: RaedAddala
- Created: 2025-02-07T13:59:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-09T23:42:13.000Z (over 1 year ago)
- Last Synced: 2025-06-26T16:09:36.966Z (12 months ago)
- Topics: data-mining, data-science, flask, machine-learning, python, react, ui
- Language: TypeScript
- Homepage:
- Size: 4.82 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Movie Performance Predictor
This project is used to predict Movie Performances using AI.
## Dependencies
- Python V3.10+
- Poetry
- Node v18+
- Pnpm
## Run the project
1. First Build the UI.
2. Then Run `cd server`, `poetry install` and `poetry run python -m server.app`