Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -12,3 +12,30 @@ short_description: A AI that detects if a message feels positive or negative.
|
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
15 |
+
# 💬 LM Studios Sentiment Detector
|
16 |
+
|
17 |
+
This is a lightweight AI tool created by **Mr. Jack (aka The Walkerman)**, developed under the **LM Studios** label.
|
18 |
+
|
19 |
+
🔍 **What It Does:**
|
20 |
+
Type a sentence, and the AI will determine whether the sentiment behind it is **Positive** or **Negative** using natural language processing.
|
21 |
+
|
22 |
+
🧠 **Built With:**
|
23 |
+
- Python
|
24 |
+
- scikit-learn (Naive Bayes model)
|
25 |
+
- TF-IDF Vectorizer
|
26 |
+
- Gradio for web interface
|
27 |
+
|
28 |
+
🚀 **Why It Matters:**
|
29 |
+
This project demonstrates a full-cycle AI build—from data collection and training to deployment—delivered in a user-friendly format anyone can try, from desktop or mobile.
|
30 |
+
|
31 |
+
🌐 **Created for:**
|
32 |
+
- Educators
|
33 |
+
- Beginners learning AI
|
34 |
+
- Demo use for real-time sentiment checking
|
35 |
+
- LM Studios showcase of cloud-based AI apps
|
36 |
+
|
37 |
+
✨ _Keep the pace, keep the faith._
|
38 |
+
_This is The Walkerman’s Sentiment Detector._
|
39 |
+
|
40 |
+
📌 [Powered by Hugging Face Spaces | Built with Gradio]
|
41 |
+
|