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.