File size: 377 Bytes
7cd5092
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
license: apache-2.0
title: NeuroPulse AI
sdk: docker
emoji: 馃實馃
colorFrom: indigo
colorTo: pink
pinned: false
app_file: Dockerfile
---
Multimodal Feedback Analyzer with Streamlit + FastAPI.  
Summarization 路 Sentiment 路 Emotion 路 Aspects 路 Smart Clustering.

## Running locally
```bash
streamlit run app/frontend/frontend.py
python -m uvicorn app.main:app --reload