Skip to content

Latest commit

 

History

History
109 lines (75 loc) · 5.29 KB

README.md

File metadata and controls

109 lines (75 loc) · 5.29 KB

Skin Screen

This project repo is a failed startup, helping others with my 1.5 year of work

  • It was running on appstore and AWS EC2 for 4 months.

  • It was helped by Vrije University of Amsterdam's startup program DemonstratorLab. More about them: https://www.demonstratorlab.nl

  • Cause of failiure: Low Demand with High Competition


This app is mainly a cross-platform React Native mobile application designed to help in areas of Skin Cancer Prevention with built in CNN deep learning model and an interactive web interface for professional dermotologists with powerful analasis features and the ability to live chat with their clients (Web Socket).

Other Features:

  • LLM Medical Assistance with user provided medical data
  • Daily UV index alert with advice like "What factor of sunscreen should you apply ..." and more.

Images

Screenshot 2025-02-11 at 04 16 39 Screenshot 2025-02-11 at 04 16 51 Screenshot 2025-02-11 at 04 17 02 Screenshot 2025-02-11 at 04 17 14 Screenshot 2025-02-11 at 04 17 23 Screenshot 2025-02-11 at 04 17 35 Screenshot 2025-02-11 at 04 18 40 Screenshot 2025-02-11 at 04 19 05 Screenshot 2025-02-11 at 04 24 05
Screenshot 2025-02-11 at 04 17 54
Screenshot 2025-02-11 at 04 18 06 Screenshot 2025-02-11 at 04 18 24

Feature Showcase Video - [Click to watch the showcase video]

Watch the video


Features

Skin Cancer Probability

  • Picture can be uploaded from libary or with the phone's camera and then predicted on the aws cloud (EC2) from the CNN Model ( Mobile ,Model )

LLM health assistant with user context ( Blood Work, UV index, Allergies, Weather )

  • User can use their data to get assistance by an LLM ( Mobile )

Professional Dermotologist Interface Panel ( Web Next )

  • User can mark the position of his mole with a build in Human Body model and organise his moles by BIRTHMARKS / BODY PART ( Mobile )

Birthmark Organisation

  • User can mark the position of his mole with a build in Human Body model and organise his moles by BIRTHMARKS / BODY PART ( Mobile )

Outdated Birthmark Reminder for Skin Cancer

  • User can mark the position of his mole with a build in Human Body model and organise his moles by BIRTHMARKS / BODY PART ( Mobile )

Live UV index & advice

  • User can mark the position of his mole with a build in Human Body model and organise his moles by BIRTHMARKS / BODY PART ( Mobile )

Sunburn Organisation

  • User can mark the position of his mole with a build in Human Body model and organise his moles by BIRTHMARKS / BODY PART ( Mobile )

Technologies Used

📱 Expo Mobile [mobile]

  • React Native
  • Expo
  • Typescript
  • Firebase Auth

⚙️ Go Backend [REST-API]

  • Go (REST API)
  • AWS EC2 (Web Server Provider)
  • Firebase - Firestore and Storage (Database)

🖥️ Next Web [web]

  • Next.js
  • Typescript

ML - CNN Model [Model]

CNN Model - Python - Tensorflow - ISIC Database - Numpy

Prediction API Endpoint - Flask - Node.js