Spaces:
Running
Running
Siddiqui Qamar
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,33 @@ pinned: false
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
+
|
14 |
+
# Sentiment Reveal
|
15 |
+
|
16 |
+
Sentiment Reveal is a sentiment analysis app for eCommerce product reviews.
|
17 |
+
|
18 |
+
## Features
|
19 |
+
|
20 |
+
- Provides human-readable sentiment results: Very Negative, Negative, Neutral, Positive, Very Positive.
|
21 |
+
- Optimized for both light and dark themes.
|
22 |
+
|
23 |
+
## How to Use
|
24 |
+
|
25 |
+
Simply enter a product review in the text box, and Sentiment Reveal will return the sentiment and confidence level.
|
26 |
+
|
27 |
+
## Supported Languages
|
28 |
+
|
29 |
+
- English
|
30 |
+
- Dutch
|
31 |
+
- German
|
32 |
+
- French
|
33 |
+
- Italian
|
34 |
+
- Spanish
|
35 |
+
|
36 |
+
---
|
37 |
+
|
38 |
+
### Deploy or Customize
|
39 |
+
|
40 |
+
If you would like to deploy this app on your own server or customize it further for your needs, feel free to reach out or send me a pull request.
|
41 |
+
|
42 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|