Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 985 Bytes

File metadata and controls

28 lines (17 loc) · 985 Bytes

Medicinal Plant Identification Using Convolutional Neural Network

Android application designed to identify plants from images using machine learning. It utilizes CNN for accurate plant identification.

Installation & Usage

  • 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

Tech Stack

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.