Giter Club home page Giter Club logo

skincancerapp's Introduction

Skin Lesion Classification App

Skin Lesion Classification App is a Flask web application that allows users to select different models trained using TensorFlow to classify images of skin lesions. Users can upload their own images and choose a model to generate a report classifying the image. The app also includes tabs for Exploratory Data Analysis (EDA) and model comparison to provide users with more information about the available ML models.

Table of Contents

Introduction

The Skin Lesion Classification App is designed to assist users in classifying skin lesions through machine learning models. It provides an interactive platform to upload images, select a model, and generate classification reports.

Features

  • Upload images for classification
  • Select from various TensorFlow models
  • Generate classification reports
  • Exploratory Data Analysis (EDA) tab
  • Model comparison tab

Getting Started

Prerequisites

  • Python 3.11
  • Flask
  • TensorFlow
  • Other dependencies (specified in requirements.txt)

Installation

  1. Clone the repository:

    git clone https://github.com/maxcollins457/SkinCancerApp.git
    cd SkinCancerApp
  2. Install dependencies

    pip install -r requirements.txt

Usage

  1. Run the flask app using

    python main.py
  2. Open your browser and navigate to http://localhost:5000.

  3. Explore the different tabs for image classification, EDA, and model comparison.

Project Structure

This is a brief overview of the project structure.

Directory Structure

SkinCancerApp/

├── app/

│ ├── data/

│ │ └── CancerData.csv

│ ├── networks/

│ │ └── h5 keras models

│ ├── static/

│ │ ├── css/

│ │ ├── img/

│ │ └── js/

│ ├── templates/

│ │ └── html templates

│ └── views/

│ └── flask views

│ ├── __init__.py

│ ├── models.py

├── COLAB NOTEBOOKS/

│ └── ipynb notebooks

├── requirements.txt

├── README.md

└── main.py

Description

  • data: Processed metadata from the dataset.
  • networks: Stores trained machine learning models and related files.
  • static: Images, CSS and JS for aesthetic of the flask app.
  • templates: HTML templates for the flask app.
  • COLAB NOTEBOOKS: Jupyter notebooks for exploratory data analysis and model training.
  • requirements.txt: Lists project dependencies.
  • README.md: Project documentation.

skincancerapp's People

Contributors

maxcollins457 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.