Skip to content

S1LV3RJ1NX/TelegramBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TelegramBot

Telegram bot to give you constant training updates. Using this bot you don't need to sit in front of PC to montior the training updates, it sends you on you phone.

Features:

  • Get updates on train and test metrices like loss, accuracy, etc
  • Limit access to only specific user.

Installation:

  • pip install python-telegram-bot --upgrade

Usage:

  • Here I have included sample neural network created in pytorch (mnist.py) for your reference.
  • pytorch_bot.py contains bot files include this bot file in your project for use.
  • First, create a Telegram bot using BotFather on the Telegram app Link to CreateBot
  • You can supply a user_id to restrict interaction with your bot only to a specific user. This is highly recommended.
    • Finding your Telegram user id:

      • Open the Telegram app
      • Search for the userinfobot user (@userinfobot):
      • Start a conversation with the bot and get your user id

Reference:

Demo Images:

IMG1 IMG2 IMG3

About

Telegram bot to give you training updates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages