Hasitha16 commited on
Commit
7cd5092
verified
1 Parent(s): 7ea2e4f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -9
README.md CHANGED
@@ -1,9 +1,17 @@
1
- # NeuroPulse AI
2
-
3
- Multimodal Feedback Analyzer with Streamlit + FastAPI.
4
- Summarization 路 Sentiment 路 Emotion 路 Aspects 路 Smart Clustering.
5
-
6
- ## Running locally
7
- ```bash
8
- streamlit run app/frontend/frontend.py
9
- python -m uvicorn app.main:app --reload
 
 
 
 
 
 
 
 
 
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