Skip to content

panelatta/CoronaClassifier

Repository files navigation

CoronaClassifier

After pulling down any changes, run make clean to clean up all temporary files.

Install Dependencies

Please make sure you are running the following version of Python:

  • Python version: 3.11.7

Please install the dependencies by running the following command:

make install_requirements

Preprocessing

Preprocess the source data to generate the training and testing data sets.

The data sets are generated in the preprocessed_data/train_set and preprocessed_data/test_set directories, with an filename extension of .pt.

make preprocess

Take Note! Sometimes this step cannot exit automatically, even though all the data sets have been generated successfully. Be sure to press Ctrl + C to exit manually.

Training

CUDA Supported

make train

Be sure to change the parameters in Makefile before running on your environment.

macOS, or just have no CUDA

python train.py

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors