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.
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.
To install Meakanu, there are two options available:
Visit the Meakanu Play Store page.
- Clone or download the project and open it in Android Studio.
- Create a
local.properties
file in the project root folder if it doesn't exist. - 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"
- Get your API keys from Trefle, PlantNet, and News API, and replace the placeholders with your keys.
- Sync the project with Gradle and run the app on an Android emulator or a physical Android device.
Meakanu is open-source and released under the MIT License.