debg48 / lung-cancer-detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lung Cancer Detection System

Class Annotations :

{"adenocarcinoma" : 0, "large.cell.carcinoma": 1, "normal": 2,"squamous.cell.carcinoma": 3}

API hitpoint :

http://127.0.0.1:5000/predict

Method :

POST

Body :

form-data -> Value -> file (image to be uploaded)

About


Languages

Language:Jupyter Notebook 97.7%Language:Python 2.3%