Hasitha16 commited on
Commit
4838e92
Β·
verified Β·
1 Parent(s): 4da3017

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -21
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 for 10+ industries and 12+ product categories
30
- - Dual UI Modes: Single Review and Bulk CSV
31
- - GenAI-powered Smart Summary + Follow-up Q&A
32
- - Audio output (Text-to-Speech) in 6 languages
33
- - Optional β€œIntelligence Mode” toggle for LLM enrichment
34
- - Deployable on Hugging Face Spaces or Docker
35
 
36
  ---
37
 
38
  ## πŸ§ͺ Demo Use-Cases
39
 
40
- - Healthtech: Analyze feedback from appointment apps or medical devices
41
- - E-commerce: Summarize customer reviews for mobile or streaming apps
42
- - General apps: Identify UX issues across platforms like iOS, Android, Web
43
 
44
  ---
45
 
46
- ## πŸ›  Running Locally
47
-
48
- ```bash
49
- # Clone the repository
50
- git clone https://github.com/your-username/neuro-app.git
51
- cd neuro-app
52
 
53
- # Build the Docker image
54
- docker build -t neuro-app .
55
 
56
- # Run the app
57
- docker run -p 7860:7860 -p 8000:8000 neuro-app
 
 
 
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