Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,17 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
# Turkish Restaurant Review Sentiment Analysis
|
13 |
+
|
14 |
+
Simple sentiment analysis app that classifies Turkish restaurant reviews as positive or negative.
|
15 |
+
|
16 |
+
## Usage
|
17 |
+
Enter your review in Turkish and click "Analyze" to get the sentiment prediction.
|
18 |
+
|
19 |
+
## Tech Stack
|
20 |
+
- TensorFlow
|
21 |
+
- Streamlit
|
22 |
+
- Word2Vec
|
23 |
+
|
24 |
+
## Demo
|
25 |
+
Live demo: [Hugging Face Space](https://huggingface.co/spaces/alperugurcan/sentiment_analysis)
|