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

Multimodal Emotion Analysis Technology

Notifications You must be signed in to change notification settings

achen318/meat-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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