Skip to content

RBelex-007/TBtector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TBtector

TBtector is a deep learning project aimed at diagnosing and classifying lung conditions from medical images. This repository contains the code for training, evaluating, and running inference with our machine learning models.

Project Structure

  • data/: Directory for storing the datasets (images and labels). Note: Datasets are excluded from version control.
  • venv/: Python virtual environment.
  • models/: Directory where trained model weights (.pth / .h5) are saved.

Requirements

To run this project, you need Python installed on your machine. The project uses PyTorch / TensorFlow for model training and inference.

Installation

  1. Clone the repository:

    git clone <your-repository-url>
    cd TBtector
  2. Create a virtual environment:

    python -m venv venv
  3. Activate the virtual environment:

    • On Windows:
      .\venv\Scripts\activate
    • On macOS and Linux:
      source venv/bin/activate
  4. Install dependencies:

    pip install -r requirements.txt

Usage

(Add instructions here on how to train the model, evaluate it, or run inference on new images.)

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages