Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,17 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
title: NeuroPulse AI
|
| 4 |
+
sdk: docker
|
| 5 |
+
emoji: 馃實馃
|
| 6 |
+
colorFrom: indigo
|
| 7 |
+
colorTo: pink
|
| 8 |
+
pinned: false
|
| 9 |
+
app_file: Dockerfile
|
| 10 |
+
---
|
| 11 |
+
Multimodal Feedback Analyzer with Streamlit + FastAPI.
|
| 12 |
+
Summarization 路 Sentiment 路 Emotion 路 Aspects 路 Smart Clustering.
|
| 13 |
+
|
| 14 |
+
## Running locally
|
| 15 |
+
```bash
|
| 16 |
+
streamlit run app/frontend/frontend.py
|
| 17 |
+
python -m uvicorn app.main:app --reload
|