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
-
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
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"$ python3 plant.py
