Vargock commited on
Commit
e431a66
·
1 Parent(s): 736ab45

Added readme for HF

Browse files
Files changed (1) hide show
  1. README +11 -2
README CHANGED
@@ -1,3 +1,12 @@
1
- This is a simple Telegram bot that uses the Hugging Face API to detect the sentiment of text messages. I don’t provide hosting for it, so to use it, you’ll need to create your own Telegram bot and Hugging Face API keys. Then, put them into a .env file in the root folder, following the format in the .env.example file.
 
 
 
 
 
 
 
 
2
 
3
- Simply copy .env.example to .env and fill in your keys.
 
 
1
+ ---
2
+ title: Text Sentiment Analyzer
3
+ emoji: 😎
4
+ colorFrom: blue
5
+ colorTo: pink
6
+ sdk: flask
7
+ app_file: app.py
8
+ pinned: false
9
+ ---
10
 
11
+ # Text Sentiment Analyzer
12
+ This was originally designed as a simple Telegram bot that uses the Hugging Face API to detect the sentiment of text messages, but for easier testing and hosting I decided to switch it to Flask-based web version.