Skip to content

ewanwalker/Skin-Lesion-Classification-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the API then calling it with an image file.

Step 1:
Starting the server

cd your-file-path/Automated-Skin-Lesion

python main.py


Step 2:
Calling the api

curl -X POST http://localhost:8000/images \ -F "file=@path-to-image"

About

An ML pipeline to classify skin lesions as malignat or benign with a data dashboard and a API interface tested on the HAM10000

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors