Skip to content

rovirmani/neuroclass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neuroclass

A integrated and intuitive brain deformation and system healthiness classifier

The model(based off of the famous Resnet) is in this repo. The model used the publicly available NIH malaria dataset on rescaled malaria cell pictures. Using this model, we get arounda 96% accuracy rate in detecting whether or not a cell is infected or not.

The file 'classifier.h5' contains the full h5 file of the resnet model including all weights biases, and values. To run the model, simple load the model and apply the predict function onto an image for a probabalistic distribution of whether or not a cell is infected.

The web app is a cleverly integrated system that uses flask to allow a user to upload an image and have it be classified by the model. Flask.py is the general use backend for the flask application, the html is packaged into the app as well.

About

a working project in collaboration with Siddharth Srinivisan and Madhav Rai

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published