Skip to content

amit-y11/plant_identifier

Repository files navigation

Plant Identifier Bot 🌵

logo

A telegram bot for identifying plants

About

You can send an image of a plant to this bot and it will respond quickly with the identified plant in the picture!

Start chat with this bot on telegram

Screenshots

PlantIdentifier Bot


Requirements

  • Bot token from Bot Father, If you don't know how to get bot token, read this

  • Plantnet.org api key, get your api key from here


Installation

You can fork the repo and deploy it on Heroku :)

Deploy

OR

  • Clone this repository using
$ git clone https://github.com/amit-y11/plant_identifier
  • Enter the directory and install all the requirements using
$ pip3 install -r requirements.txt
  • Edit line 15 and paste your plantnet.org api key
15        api_key = "Your Api key from Plant.id"
  • Edit line 16 and paste your Bot token
16       token="Your Bot Token"

Run Your Bot using the following command :

$  python3 plant.py