https://github.com/romiyusnandar/skin_cancer_detector
The app can detect cancer in your skin
https://github.com/romiyusnandar/skin_cancer_detector
apk
Last synced: about 1 month ago
JSON representation
The app can detect cancer in your skin
- Host: GitHub
- URL: https://github.com/romiyusnandar/skin_cancer_detector
- Owner: romiyusnandar
- Created: 2024-11-08T12:15:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T15:02:06.000Z (6 months ago)
- Last Synced: 2025-02-01T12:45:42.003Z (3 months ago)
- Topics: apk
- Language: Kotlin
- Homepage:
- Size: 12.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Skin Cancer Detector
The application to detect skin cancer using AI assistance.
![]()
## Table of Contents
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [App Preview](#app-preview)
- [Dependencies](#dependencies)## Installation
Clone the repository or Download the zip & Open it into Android Studio
```bash
https://github.com/romiyusnandar/skin_cancer_detector.git
```## App Preview
![]()
![]()
![]()
![]()
![]()
## Dependencies
- [Lifecycle & Livedata](https://developer.android.com/jetpack/androidx/releases/lifecycle): Observing Android component lifecycles and managing continuous data flow.
- [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel): Storing and managing UI-related data in a lifecycle-conscious way.
- [Retrofit 2](https://square.github.io/retrofit/): Making HTTP requests to RESTful APIs in a simple and efficient way on Android.
- [OkHttp 3](https://square.github.io/okhttp/): Efficient and reliable HTTP client for Android, used by Retrofit for making HTTP network calls.
- [Glide](https://github.com/bumptech/glide): Library for smoothly and efficiently displaying images on Android.
- [AndroidX](https://mvnrepository.com/artifact/androidx): Package of libraries and tools that provide a range of features for Android app development.
- [KotlinX Coroutines](https://developer.android.com/kotlin/coroutines): Kotlin library for writing asynchronous code in a clean, sequential style.
- [RoomDatabase](https://developer.android.com/reference/android/arch/persistence/room/RoomDatabase): Library for local data storage on Android, based on the SQLite database architecture.
- [DataStore](https://developer.android.com/topic/libraries/architecture/datastore): Replaces SharedPreferences, providing a secure and asynchronous data storage system using a standard protocol.
- [ViewBinding](https://developer.android.com/topic/libraries/view-binding): Allows binding of Android UI components to code via the IDs present in layout files.
- [UCrop](https://github.com/Yalantis/uCrop): Library for performing image cropping in Android apps with a user-friendly interface.
- [Tensorflow Lite](https://central.sonatype.com/artifact/org.tensorflow/tensorflow-lite-task-vision): Machine learning framework used for building, testing, and deploying ML models efficiently on Android devices.