Skip to content

Implementation of state of the art Melanoma Detection Model using PyTorch.

License

Notifications You must be signed in to change notification settings

aryankhatana01/sota-melanoma-detection

Repository files navigation

State of the Art Melanoma Detection Web App

Implementation of state of the art Melanoma Detection Model using PyTorch.

Screenshot 2023-02-05 at 5 46 25 PM

A demo can be found Here

Steps to run the code :

  1. Open your terminal and cd into this directory.
  2. First install the requirements using pip3 install -r requirements.txt
  3. Downloads the weights from Here and place them in the best_models folder.
  4. Type chmod +x start_server.sh to give execution permission to the bash file.
  5. Type ./start_server.sh to start the backend API.
  6. cd into the frontend folder and type npm run start to run the React frontend.

About

Implementation of state of the art Melanoma Detection Model using PyTorch.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published