Skip to content

ssri14/SIH-2023-13

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart India Internal Hackathon 2023

Team:- SIH-2023/13

PROBLEM CODE:- 1344

Dermbot is a Preliminary Dermatology Diagnosis AI tool

Dataset

Models Used

  • EfficientNetB3
  • ResNet18 Use Saved models using pickle
import pickle
pkl = open("model.pkl","rb")
model = pickle.load(open("model.pkl", "rb"))

Tech

Dermbot uses a number of open source projects to work properly:

  • Pytorch
  • pandas
  • numpy
  • matplotlib
  • pretrained models from torch vision
  • javascript
  • reactjs

About

Smart India Internal Hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •