Skip to content

troygilman0/Covid-X-Ray-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid X-Ray Classifier

About

This project was built by Troy Gilman and Rohit Rajput for the course Machine Learning/Pattern Recognition at Northeastern University. The full report for this project can be found at Covid-Classifier.pdf.

Instructions

Dependencies

  • numpy
  • opencv-python
  • tqdm
  • sklearn
  • matplotlib
  • tensorflow

Build Dataset

The complete dataset of X-ray images used for training the classifier models is included in this repo. To build the raw images into a usable dataset, execute the following script.

$ python3 src/build_dataset.py --images images

Run Support Vector Machine (SVM)

To fit the SVM model to the dataset and validate the performance, run the following script.

$ python3 src/svm.py

Run Convolutional Neural Network (CNN)

To train the CNN model on the dataset and validate the performance, run the following script.

$ python3 src/cnn.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages