Skip to content

incenger/CovidXNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS412 Project: Covid X-ray Image Classification

Installation

It is recommended to create a fresh isolated Python 3.6 environment with the latest pip to prevent potential version conflicts

For example, using Anaconda:

$ conda create -n covidx python=3.6
$ conda activate covidx

To install local development environment, use:

pip install -e .

Usage

Different models implementation are available at covidx/models

Training and evaluation scripts and demo Jupyter notebook are available at scripts folder.

Model weights

The model weights are attached in the experiment google sheet. Please contact authors if you want to use a specific model weight

Experiments

Experiments & Model Weight

Miscellaneous

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors