Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shahiransari/telegramchatbot-using-hugging-face-transformers
This project was build to create a Telegram bot that uses hugging Face Transformers to process text and reply.
https://github.com/shahiransari/telegramchatbot-using-hugging-face-transformers
chatbot chatgpt hugging-face huggingface huggingface-transformers llm llms python python3 transformer-architecture transformers
Last synced: 19 days ago
JSON representation
This project was build to create a Telegram bot that uses hugging Face Transformers to process text and reply.
- Host: GitHub
- URL: https://github.com/shahiransari/telegramchatbot-using-hugging-face-transformers
- Owner: ShahirAnsari
- Created: 2024-12-31T14:31:16.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-31T14:46:24.000Z (about 1 month ago)
- Last Synced: 2024-12-31T15:27:50.419Z (about 1 month ago)
- Topics: chatbot, chatgpt, hugging-face, huggingface, huggingface-transformers, llm, llms, python, python3, transformer-architecture, transformers
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TelegramChatbot-Using-Hugging-face-Transformers
This project uses Hugging Face Transformers model to reply to text messages recieved on Telegram Chatbot.Dependencies:
- tranformers
- Pytorch/TensorflowHugging Face Transformer models work with Pytorch as well with Tensorflow.
```
pip install transformers
```
To install pytorch or tensorflow check respective guides Pytorch Installation or Tensorflow Installation GuidePS. You need to create your Telegram Bot and get the bot_token and replace it in the code.