Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
2 |
# π¬ LM Studios Sentiment Detector
|
3 |
|
|
|
1 |
+
---
|
2 |
+
title: LM Studios Sentiment Detector
|
3 |
+
emoji: π¬
|
4 |
+
colorFrom: gray
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "3.50.2"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
# π¬ LM Studios Sentiment Detector
|
13 |
+
|
14 |
+
Welcome to the official AI demo space by Walkerman, built under LM Studios. This model detects whether a sentence expresses positive or negative sentiment using machine learning.
|
15 |
+
|
16 |
+
β
Built with: Python, scikit-learn, and Gradio
|
17 |
+
π Powered by Hugging Face Spaces
|
18 |
+
|
19 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
20 |
# π¬ LM Studios Sentiment Detector
|
21 |
|