SmartDermatologist is an Android application built with Kotlin that leverages machine learning to help in the early detection of skin diseases. This app allows users to capture images of their skin condition, which are then analyzed using a TensorFlow Lite model to identify potential skin diseases.
- Image Capture: Utilize your Android device's camera to take pictures of skin conditions.
- Disease Detection: Images are processed using a TensorFlow Lite model trained to identify various skin diseases.
- User-Friendly Interface: Simple and intuitive interface for easy navigation and usage.
To get started with SmartDermatologist, clone this repository to your local machine:
git clone https://github.com/Metrossa/SmartDermatologist-v2.git
Ensure you have Android Studio installed to open the project.
- Open the project in Android Studio.
- Build the application and run it on an Android device or emulator.
- Follow the on-screen instructions to capture an image and receive the detection results.
- Kotlin - The primary programming language for Android development.
- TensorFlow Lite - A lightweight solution for on-device machine learning.