ThankGod commited on
Commit
01f5f6c
·
unverified ·
1 Parent(s): 5e2694d

readme template

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Text Classification/ Sentiment analysis
3
+ emoji: 📸
4
+ colorFrom: yellow
5
+ colorTo: pink
6
+ sdk: gradio
7
+ sdk_version: 3.1.7
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ [Try Demo Text classification Here](https://huggingface.co/spaces/ThankGod/text-classification)
13
+
14
+ ## Credits
15
+ - Hugging face 🤗 for hosting this demo.
16
+ - Hugging face transformer model for text classification transformer model
17
+ - Gradio for the beautiful visualization dashboards.
18
+
19
+ ## References
20
+ - https://gradio.app/
21
+ - https://huggingface.co/
22
+