Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/Tensorflow

Hugging 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 Guide

PS. You need to create your Telegram Bot and get the bot_token and replace it in the code.