This is a Healthcare Application designed to improve patient care by leveraging modern technologies. The application includes features for patient management, appointment scheduling, and more.
- Getting Started
- Prerequisites
- Installation
- Running the Application
- Datasets
- Acknowledgements
- License
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
- Python 3.7 or higher
- Git
-
Clone the repository:
git clone https://github.com/zeeza18/Healthcare-Application.git cd Healthcare-Application
-
Create a virtual environment:
python3 -m venv venv
-
Activate the virtual environment:
-
On Windows:
.\\venv\\Scripts\\activate
-
On MacOS/Linux:
source venv/bin/activate
-
-
Install the required libraries:
pip install -r requirements.txt
-
Set environment variables (if any):
Make sure to set any required environment variables. For example:
export FLASK_APP=app.py export FLASK_ENV=development
-
Run the Flask application:
flask run The application will be available at \`http://127.0.0.1:5000/\`.
- Kernel for Malaria model: Malaria Cell
- Kernel for Pneumonia model: Keras NN X-Ray Predict Pneumonia
- Cancer: cancer.csv (In the repository)
- Diabetes: diabetes.csv (In the repository)
- Heart: heart.csv (In the repository)
- Liver: Indian Liver Patient Records
- Kidney: Chronic Kidney Disease
- Malaria: Cell Images for Detecting Malaria
- Pneumonia: Chest X-Ray Pneumonia
We would like to acknowledge Krish Naik for his invaluable guidance and contributions to this project.
This project is licensed under the MIT License. See the LICENSE file for details.
All datasets used in this project are licensed under their respective licenses. Please refer to the datasets' documentation for more information.