This project uses telegram to send images to an image classifier driven by pre-trained tensorflow model - see here Tensorflow.js Model.
- Install dependencies
$ yarn
-
Get Telegram token - see here
-
Clone
.env.example
to.env
and add your freshly generated BOT_TOKEN. -
Run
node index.js
from your root directory. -
Send your freshly generated telegram bot some pictures and let him discover the objects in the picture.
Made with ❤️ - Cheers