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.
- Into training_dataset/ create the directories of the categories that will be identified.
- Into each new directory upload the images about this category.
NOTE: You need to upload minimum 30 images per category.
- Open Retrain notebook on Jupyter Notebook or similar.
- 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
.
- Open Classify Bot notebook on Jupyter Notebook or similar.
- Paste the Telegram token.
- Execute the code.
Created by: OskarCali 👨💻💜
January 2020.