Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 265 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 265 Bytes

Speech emotion detection

Setup and run

1. Compile frontend
>> cd components/my_component/frontend
>> npm run build

2. Run streamlit
>> streamlit run index.py

3. Run flask api
>> flask run --host=0.0.0.0

4. Open your browser and enter localhost:8501