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

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

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`