Android application designed to identify plants from images using machine learning. It utilizes CNN for accurate plant identification.
- Clone the repository to your local machine:
git clone https://github.com/darkBlueLemon/Medicinal-Plant-Identification-Using-CNN
- Open the project in Android Studio
- Build and run the project on an Android device or emulator.
- Run the server for backend functionality
Android Studio: Integrated Development Environment (IDE) for Android app development.
Kotlin: Programming language used for Android app development.
Jetpack Compose: Modern UI toolkit for building native Android apps.
Retrofit: HTTP client for making API calls and handling responses.
TensorFlow/Keras: Machine learning library for image classification tasks.
JSON Parsing: Handling JSON data received from the server.