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: 4 months 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-07T10:51:18.000Z (5 months ago)
- Last Synced: 2025-02-07T11:34:41.821Z (5 months ago)
- Topics: chatbot, chatgpt, hugging-face, huggingface, huggingface-transformers, llm, llms, python, python3, transformer-architecture, transformers
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- 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.