alperugurcan commited on
Commit
6b05b4e
·
verified ·
1 Parent(s): a2e4fcf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -9,4 +9,17 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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)