Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,15 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
-
|
|
|
5 |
|
6 |
## Overview
|
7 |
This application uses a pre-trained Hugging Face transformer model to perform sentiment analysis on user-provided text.
|
@@ -10,12 +18,7 @@ This application uses a pre-trained Hugging Face transformer model to perform se
|
|
10 |
- Input: Free text.
|
11 |
- Output: Sentiment analysis result, including the label (positive, negative, or neutral) and confidence score.
|
12 |
|
13 |
-
## Requirements
|
14 |
-
- gradio==3.33.1
|
15 |
-
- transformers==4.30.2
|
16 |
-
- torch==2.0.1
|
17 |
-
|
18 |
## How to Use
|
19 |
1. Enter any text into the input box.
|
20 |
2. Click the analyze button.
|
21 |
-
3. View the sentiment result and confidence score.
|
|
|
1 |
---
|
2 |
+
title: Text Sentiment Analyzer
|
3 |
+
emoji: 🧐
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "3.33.1"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
---
|
11 |
+
|
12 |
+
# Text Sentiment Analyzer
|
13 |
|
14 |
## Overview
|
15 |
This application uses a pre-trained Hugging Face transformer model to perform sentiment analysis on user-provided text.
|
|
|
18 |
- Input: Free text.
|
19 |
- Output: Sentiment analysis result, including the label (positive, negative, or neutral) and confidence score.
|
20 |
|
|
|
|
|
|
|
|
|
|
|
21 |
## How to Use
|
22 |
1. Enter any text into the input box.
|
23 |
2. Click the analyze button.
|
24 |
+
3. View the sentiment result and confidence score.
|