/TelegramBot

Telegram bot to give you training updates

Primary LanguagePython

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