Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -11,9 +11,10 @@ app_file: Dockerfile
|
|
11 |
|
12 |
# π§ NeuroPulse AI
|
13 |
|
14 |
-
**Multimodal Feedback Intelligence using Streamlit + FastAPI + Transformers**
|
|
|
|
|
15 |
|
16 |
-
Analyze customer reviews using NLP pipelines for:
|
17 |
- β
Summarization
|
18 |
- π Sentiment & Emotion Detection
|
19 |
- π§© Aspect-Based Sentiment
|
@@ -26,32 +27,28 @@ Analyze customer reviews using NLP pipelines for:
|
|
26 |
|
27 |
## π Features
|
28 |
|
29 |
-
- Works
|
30 |
-
- Dual UI Modes: Single Review
|
31 |
-
-
|
32 |
-
- Audio
|
33 |
-
-
|
34 |
-
- Deployable
|
35 |
|
36 |
---
|
37 |
|
38 |
## π§ͺ Demo Use-Cases
|
39 |
|
40 |
-
- Healthtech
|
41 |
-
- E-commerce
|
42 |
-
- General
|
43 |
|
44 |
---
|
45 |
|
46 |
-
##
|
47 |
-
|
48 |
-
```bash
|
49 |
-
# Clone the repository
|
50 |
-
git clone https://github.com/your-username/neuro-app.git
|
51 |
-
cd neuro-app
|
52 |
|
53 |
-
|
54 |
-
docker build -t neuro-app .
|
55 |
|
56 |
-
|
57 |
-
|
|
|
|
|
|
11 |
|
12 |
# π§ NeuroPulse AI
|
13 |
|
14 |
+
**Multimodal Feedback Intelligence** using **Streamlit + FastAPI + Transformers**
|
15 |
+
|
16 |
+
Analyze customer reviews using GenAI-powered NLP pipelines:
|
17 |
|
|
|
18 |
- β
Summarization
|
19 |
- π Sentiment & Emotion Detection
|
20 |
- π§© Aspect-Based Sentiment
|
|
|
27 |
|
28 |
## π Features
|
29 |
|
30 |
+
- Works across **10+ industries** and **12+ product categories**
|
31 |
+
- Dual UI Modes: **Single Review** & **Bulk CSV Upload**
|
32 |
+
- Smart Summary and Follow-Up Q&A powered by GenAI
|
33 |
+
- Audio Summary Output in 6 Languages
|
34 |
+
- βπ§ Intelligence Modeβ toggle for deeper insights
|
35 |
+
- Deployable via **Docker** or **Hugging Face Spaces**
|
36 |
|
37 |
---
|
38 |
|
39 |
## π§ͺ Demo Use-Cases
|
40 |
|
41 |
+
- π₯ **Healthtech**: Analyze feedback from appointment apps or medical devices
|
42 |
+
- π **E-commerce**: Summarize customer reviews for mobile, delivery, or streaming apps
|
43 |
+
- π± **General Apps**: Discover UX issues across iOS, Android, and Web platforms
|
44 |
|
45 |
---
|
46 |
|
47 |
+
## π Sample CSV Format
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
+
The CSV must include a `review` column. Optional: `industry`, `product_category`, `device`
|
|
|
50 |
|
51 |
+
```csv
|
52 |
+
review,industry,product_category,device
|
53 |
+
"This app helps me manage my appointments",Healthcare,Healthcare Devices,Android
|
54 |
+
"Good but drains battery fast",Electronics,Wearables,iOS
|