film-review-polarity
Deep learning project for classify Spanish film reviews. This project originally started and ended on 2019 for a final course work. I created a second version in 2020 and final version(v3) at the end of 2022.
You can find all the details here
Project structure
research
It contains deep/machine learning models used for experiment the filmaffinity dataset
front
SPA made with react for demonstrate model performance
server
HTTP rest api built with fastapi that contains the model for predict film reviews
Usage
Requirements
- Docker
- Docker compose
- Execute:
docker compose up