Skip to content

Meakanu is an Android app that helps you identify and explore the rich diversity of plants.

License

Notifications You must be signed in to change notification settings

harissabil/Meakanu

Repository files navigation

Centered Image

Meakanu: Plant Identifier

Explore the rich diversity of plants, leaves, flowers, fruits, and trees easily. Simply take a photo or upload an image of any plant you encounter, and let Meakanu work its magic. Within seconds, you'll receive accurate and detailed information about the plant's name, species, and key characteristics. Whether you're a gardening enthusiast, a hiker, or someone who appreciates the beauty of the natural world, Meakanu will elevate your experience. Learn and discover interesting facts about various plants.

This project was a submission for IDCamp X KADIN Challenge 2023.

Screenshots

Features

Plant Identification — Snap a picture or select an image from your gallery, and Meakanu will identify the plant instantly.

Extensive Plant Database — Access a vast collection of plants, flowers, fruits, leaves, and trees from around the globe.

Personalize — Edit the plant name you recently searched based on the identification result to personalize your collection.

Plant Articles — Expand your knowledge and appreciation for nature's wonders as you explore engaging content.

Installation

To install Meakanu, there are two options available:

Option 1: Download from Play Store

Visit the Meakanu Play Store page.

Option 2: Build from Source

  1. Clone or download the project and open it in Android Studio.
  2. Create a local.properties file in the project root folder if it doesn't exist.
  3. Add the following lines to the local.properties file:
...

BASE_URL_TREFLE = "http://trefle.io/api/v1/"
API_KEY_TREFLE = "your key here"

BASE_URL_PLANTNET = "https://my-api.plantnet.org/v2/"
API_KEY_PLANTNET = "your key here"

BASE_URL_NEWS = "https://newsapi.org/v2/"
API_KEY_NEWS = "your key here"
  1. Get your API keys from Trefle, PlantNet, and News API, and replace the placeholders with your keys.
  2. Sync the project with Gradle and run the app on an Android emulator or a physical Android device.

Open Source Credits

License

Meakanu is open-source and released under the MIT License.

Releases

No releases published

Packages

No packages published

Languages