Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 799 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 799 Bytes

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
  1. Execute: docker compose up