Skip to content

Image Classification using Google's Inception model. The last layer of the model was re-trained on the dataset of skin moles to classify images as either "benign" or "malignant"

Notifications You must be signed in to change notification settings

harshit0511/dermascan-learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Classification of skin moles using Inception model

This repository contains the scripts that were used to initialize, re-train and predict using Google's Inception model for Image Classification.

retrained_graph.pb is the final graph that was obtained after re-training the model on dataset of skin moles. label_image.py can be used to predict the label for a given image which uses retrained_graph.pb model for prediction.

About

Image Classification using Google's Inception model. The last layer of the model was re-trained on the dataset of skin moles to classify images as either "benign" or "malignant"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages