10000 GitHub - OssHeikal/tahalil
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

OssHeikal/tahalil

Repository files navigation

tahalil Medical Diagnosis System

This is a Flask-based web application that provides a medical diagnosis system for various conditions, including heart disease, hepatitis B and C, anemia, and diabetes. Users can input their relevant medical data through web forms or as JSON and receive predictions and reports based on the provided data.

Installation

  1. Clone the repository:
git clone https://github.com/OssHeikal/tahalil.git

Install the required dependencies. It is recommended to use a virtual environment:

cd tahalil
python3 -m venv venv
source venv/bin/activate  # Activate the virtual environment
pip install -r requirements.txt

Run the application:

python app.py

Usage

Visit the home page at http://localhost:5000 to see the welcome screen.

Click on the respective links for each medical condition to access the corresponding diagnosis form:

Fill in the required information in the form and submit it.

The system will generate predictions based on the provided data and display the results along with a report.

You can also make predictions programmatically by sending POST requests to the respective prediction endpoints:

The data can be sent either as JSON or as form data, depending on the content type of the request.

Contributing

Contributions are welcome! If you find any issues or want to add new features, please open an issue or submit a pull request.

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

0