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

https://github.com/achen318/meat-web

Multimodal Emotion Analysis Technology
https://github.com/achen318/meat-web

emotion-recognition flask machine-learning react

Last synced: 2 months ago
JSON representation

Multimodal Emotion Analysis Technology

Awesome Lists containing this project

README

        

# meat-web

Multimodal Emotion Analysis Technology

## Install

Backend: `cd backend && pip install -r requirements.txt`

Frontend: `cd frontend && npm i`

## Run in development mode

Backend: `cd backend && python3 app.py`

Frontend: `cd frontend && npm start`