/Classify-Bot-Challenge

Challenge of the workshop "Classify Bot with Telegram in Google Colab" on CITNOVA

Primary LanguageJupyter Notebook

Classify Bot Challenge


This is a classify bot that was proposed like a challenge of the workshop "Classify Bot with Telegram in Google Colab" on CITNOVA.
The original classify bot is on colab_classify_bot by Salvador Hernández Mendoza.


Configuration

  1. Into training_dataset/ create the directories of the categories that will be identified.
  2. Into each new directory upload the images about this category.

NOTE: You need to upload minimum 30 images per category.

Retrain

  1. Open Retrain notebook on Jupyter Notebook or similar.
  2. Execute the code.

NOTE: It's very important to ensure that all the requirements were installed correctly, you can use the following code pip freeze.

Run the Bot

  1. Open Classify Bot notebook on Jupyter Notebook or similar.
  2. Paste the Telegram token.
  3. Execute the code.

Created by: OskarCali 👨‍💻💜
January 2020.