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
- Host: GitHub
- URL: https://github.com/achen318/meat-web
- Owner: achen318
- Archived: true
- Created: 2024-04-24T02:30:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-18T20:49:52.000Z (about 1 year ago)
- Last Synced: 2025-02-17T02:41:38.537Z (4 months ago)
- Topics: emotion-recognition, flask, machine-learning, react
- Language: Python
- Homepage:
- Size: 20.2 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`