Giter VIP home page Giter VIP logo

skinlessuggest's Introduction

SkinLesSuggest

Master diploma project - The main purpose of this project is to provide suggestions for its users based on the images received with their skin lesions. The suggestions consist in classifying the lesion into 7 distinct categories. Of course, the application also offers the possibility to save the received results in a history table, for later re-evaluation. This was implemented by developing a mobile application. The project is divided into 3 main parts:

1. ML

The database used for training, validation and testing is available on Kaggle (Skin Cancer MNIST: HAM10000). Here, multiple classification algorithms were tested in order to compare their results and use the best method in the final mobile application for real predictions. Algorithms and other classification methods used: CNN, ResNet50, Xception (& Inception V3), KNN, Anomaly Detection. The main library used is TensorFlow 2.1 and the program was written in python 3.6.

2. APIs

  • The first API was developed using Flask and python, to make use of the pre-trained machine learning model and based on images received, it will return the new predictions. Uploaded to Heroku Cloud
  • The second API is a .NET Core one, developed in C#, which connects the mobile application and the SQL Server Database. The overall architecture is a MVC one and for the database connection it was used the Entity Framework Core library, code first method. Other main libraries that were used: AutoMapper, Swagger UI and Authentication.JwtBearer (for JSON token authentication). Both the SQL Database and this api were uploaded to Azure Cloud.

3. Mobile App

Developed using React Native framework. The users have the possibility to login, get skin lesion suggestions, and save the received results in history, in order to check the lesion evolution based on future suggestions.

skinlessuggest's People

Contributors

alexandrustahie avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.