Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Amazon Review Sentiment Analysis
|
2 |
|
3 |
This Streamlit application analyzes the sentiment of product reviews and predicts ratings (1-5 stars) using a pre-trained model from Hugging Face.
|
|
|
1 |
+
---
|
2 |
+
title: Amazon Review Sentiment Analysis
|
3 |
+
emoji: 📊
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.22.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# Amazon Review Sentiment Analysis
|
13 |
|
14 |
This Streamlit application analyzes the sentiment of product reviews and predicts ratings (1-5 stars) using a pre-trained model from Hugging Face.
|