The Telegram-based bot that counts objects on photos received.
Brought to you by RAW OCV team.
TO RUN
- Install Python3
- PIP install imageAI and all dependencies form requirements.txt
pip install -r requirements.txt
- Put ResNet model at the root (e.g. "resnet50_coco_best_v2.0.1")
- Set your bot's API token to BOT_API_TOKEN environment variable
export BOT_API_TOKEN=your_token
- Run main
Big Ups The project utilizes PyTorch, Python-Telegram-Bot and ImageAI brilliant tools.