2024-12-17 11:23:50 +01:00
2024-12-17 11:12:14 +01:00
2024-12-17 11:23:50 +01:00
2024-12-13 22:03:26 +01:00
2024-12-16 16:26:13 +01:00
2024-12-16 22:42:30 +01:00
2024-12-16 22:42:30 +01:00

Plant ID Discord Bot

A plant identification bot for your Discord server.

Plant ID Bot identifies plants from photos of their organs, passing to the Plantnet API for identification. This bot was written for Sustainable Living Hub

If you wish to invite this bot to your server, use this link. However, your server will be limited to a maximum of 20 idendifications every 24h. It is strongly preferred that you host a version of this bot yourself and register for your own PlantNet API key. Details for this are later in this readme file.

Features

  • Takes the message picture attachments and attempts to identify them
  • Returns a suggested plant name and up to 2 alternatives, with a percentage confidence rating
  • Plant names are given in latin with a list of possible common names
  • Provides links to GBIF, PFAF, and POWO for the identified plant

Prerequisites

  {:nostrum, "~> 0.10"},
  {:httpoison, "~> 2.2"},
  {:image, "~> 0.55"},
  {:jason, "~> 1.4"},
  {:plug_cowboy, "~> 2.7"}

Installation

TODO

Development

Want to contribute? Simply fork, edit and then create a pull request. Details of how to do this can be found here.

License

MIT

S
Description
PlantID Bot identifies plants from photos of their organs, passing to the PlantNet API for identification.
Readme 880 KiB
Languages
Elixir 100%