MitchelleK1ng commited on
Commit
df362b1
Β·
verified Β·
1 Parent(s): e073712

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -15
README.md CHANGED
@@ -9,27 +9,39 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- # πŸ’« K1ng Analyzer β€” Sentiment Intelligence App
13
 
14
- πŸš€ A fine-tuned **DistilBERT** model that detects emotions and tone from text in seconds.
15
- Perfect for analyzing feedback, product reviews, and conversations.
16
 
17
- ---
18
 
19
- ### 🧠 Model
20
- - Architecture: DistilBERT
21
- - Fine-tuned on custom sentiment data
22
- - Classes: **Positive 😊 / Negative 😞**
23
 
24
- ---
25
 
26
- ### ⚑️ Try It Now
27
- Type any sentence and see the model’s confidence instantly.
28
 
29
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
 
31
- ### πŸ‘‘ Created by [MitchelleK1ng](https://huggingface.co/MitchelleK1ng)
32
- Empowering AI innovation one model at a time.
33
 
 
34
 
35
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
9
  pinned: false
10
  ---
11
 
12
+ 🌟 K1ng Analyzer V2 β€” Advanced Sentiment Classifier
13
 
14
+ K1ng Analyzer V2 is a fine-tuned DistilBERT model that interprets emotion and tone in text with precision and warmth.
15
+ Built on Transformers + Gradio, this lightweight app analyzes sentences and returns the overall sentiment β€” Positive 😊 or Negative πŸ˜” β€” along with a confidence score.
16
 
17
+ ✨ Key Features
18
 
19
+ πŸ” Real-time text sentiment analysis
 
 
 
20
 
21
+ βš™οΈ Powered by fine-tuned DistilBERT on the Hugging Face Hub
22
 
23
+ πŸ’¬ Simple, elegant Gradio web interface
 
24
 
25
+ πŸ“Š Displays both label and confidence for transparency
26
+
27
+ 🌍 100% open-source β€” try it directly in your browser
28
+
29
+ πŸš€ How to Use
30
+
31
+ Enter any sentence or paragraph in the text box.
32
+
33
+ Click Submit to analyze the sentiment.
34
+
35
+ View your result instantly β€” confidence included!
36
+
37
+ 🧠 Tech Stack
38
+
39
+ πŸ€— Transformers (Hugging Face)
40
+
41
+ 🐍 Python + Gradio Interface
42
 
43
+ πŸ”€ DistilBERT fine-tuned for sentiment classification
 
44
 
45
+ πŸ‘‘ Created by Mitchelle K1ng
46
 
47
+ Developed with passion and precision to make text intelligence accessible for everyone.