root commited on
Commit
23c0c80
·
2 Parent(s): 377e607 e187cc1

Merge branch 'main' of https://github.com/thanktua-spp/text-classification into main

Browse files
Files changed (2) hide show
  1. .github/workflows/main.yml +19 -0
  2. README.md +21 -0
.github/workflows/main.yml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Sync to Hugging Face hub
2
+ on:
3
+ push:
4
+ branches: [main]
5
+
6
+ # to run this workflow manually from the Actions tab
7
+ workflow_dispatch:
8
+
9
+ jobs:
10
+ sync-to-hub:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v2
14
+ with:
15
+ fetch-depth: 0
16
+ - name: Push to hub
17
+ env:
18
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
+ run: git push --force https://ThankGod:[email protected]/spaces/ThankGod/text-classification main
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/