Skip to content

Android Application for detect skin cancer [Scan Skin 2024]

Notifications You must be signed in to change notification settings

threeanra/Scan-Skin

Repository files navigation

Scan Skin

Scan Skin was originally one of the assignments from the Dicoding course “Belajar Penerapan Machine Learning untuk Android” called Asclepius. In the end it was made with a new name, Scan Skin which aimed at campus assignments.

Screenshot

Screenshoot1 Screenshot2

Features

  • Splash Screen
  • Login
  • Save User Login History To Data Store
  • Article News Related to Cancer
  • View Article
  • View & Save History
  • View Profile
  • Skin Cancer Detection (thanks for Dicoding Team for the model of AI)

How To Use it?

  • Clone this repository to your local machine
  • Check build.gradle.kts file
buildConfigField("String", "API_KEY", "\"YOUR_API_KEY\"")

Replace "YOUR_API_KEY" with your key (if you don't have it, you can generate the key here)

  • Run the Project

Login Account

{
    "email"     : "[email protected]",
    "password"  : "test123"
}

Build With

This Application is built with MVVM (Model View View-Model) architecture, and several libraries

About

Android Application for detect skin cancer [Scan Skin 2024]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages