Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

zro404/tb_detection_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tuberculosis Detection Website (Work In-Progress)

This is a web application built using React and Flask that allows users to connect and use a Tuberculosis (TB) detection machine learning model. The application provides a user-friendly interface for uploading Cough Sounds and obtaining predictions about the presence of TB using the pre-trained ML model.

screenshot

Installation

  1. Clone the repository:

    git clone https://github.com/harish3124/tb-detection-web.git
  2. Navigate to the project directory:

    cd tb-detection-web
  3. Install the dependencies for the Flask backend:

    poetry install
  4. Install the dependencies for the React frontend:

    cd client
    npm install

Usage

  1. Start the Flask backend server:

    poetry shell
    flask --app server.py
  2. In a separate terminal, start the React development server:

    cd client
    npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published