Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 639 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 639 Bytes

Simple image classifier using telegram

This project uses telegram to send images to an image classifier driven by pre-trained tensorflow model - see here Tensorflow.js Model.

Getting started

  1. Install dependencies
$ yarn
  1. Get Telegram token - see here

  2. Clone .env.example to .env and add your freshly generated BOT_TOKEN.

  3. Run node index.js from your root directory.

  4. Send your freshly generated telegram bot some pictures and let him discover the objects in the picture.


Made with ❤️ - Cheers