Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skin Diagnosis Interface

Skin Diagnosis Interface is a web application designed to assist in the identification and diagnosis of various skin conditions using machine learning techniques. The application leverages a trained model to analyze skin images and provide diagnostic suggestions.

Features

  • User-Friendly Interface: Utilizes Streamlit to offer an intuitive and interactive user experience.
  • Image Analysis: Allows users to upload skin images for analysis.
  • Diagnostic Feedback: Provides diagnostic suggestions based on the uploaded images.

Installation

To set up the Skin Diagnosis Interface locally, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/mthd98/Skin-Diagnosis-Interface.git

  1. Navigate to the Project Directory:

    cd Skin-Diagnosis-Interface

  1. Create and Activate a Virtual Environment:

    python -m venv env
    source env/bin/activate  # On Windows, use 'env\Scripts\activate'

  1. Install Dependencies:

    pip install -r requirements.txt

Usage

To run the application:

streamlit run StreamlitApp.py

This command will launch the web application, accessible at http://localhost:8501/.

Project Structure

  • StreamlitApp.py: Main script to run the Streamlit application.
  • Utilities/: Contains utility functions and modules supporting the main application.
  • test.ipynb: Jupyter Notebook for testing and experimentation.
  • requirements.txt: Lists all Python dependencies required to run the application.

License

This project is licensed under the MIT License. For more details, refer to the LICENSE file.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages