Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 262 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 262 Bytes

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