Welcome to the Chronic Kidney Disease Prediction Website! This project uses Flask, Python, HTML, and CSS, hosted with GitHub Codespaces, to create a simple yet powerful web application designed to predict the likelihood of Chronic Kidney Disease (CKD).
The website provides an intuitive interface for users to input their health parameters, and it uses a machine learning model to predict the likelihood of CKD.
For more details about the model and development process, you can refer to the following GitHub repository: Chronic Kidney Disease Prediction Model.
KDPMWebsite.mp4
- Flask: A lightweight web framework for Python to build the backend of the application.
- Python: The programming language used to power the logic and machine learning model.
- HTML & CSS: For building a responsive and user-friendly web interface.
- GitHub Codespaces: A cloud-powered development environment that simplifies building and hosting web applications.
GitHub Codespaces
- Prediction Model: Uses a machine learning model to assess the likelihood of Chronic Kidney Disease based on user input.
- Flask Framework: Powers the backend of the application for smooth and efficient functionality.
- GitHub Codespaces: Simplifies the development and hosting of the project in a cloud-based environment.
-
Open in GitHub Codespaces: Clone the repository or start a new Codespace from your GitHub account.
-
Set Up Dependencies: Install the required Python packages by running:
pip install -r requirements.txt
-
Run the Flask Application: Start the Flask server using the following command:
flask --debug run
The application will be available at
http://127.0.0.1:5000
. -
Predict Chronic Kidney Disease: Input the health data in the web interface to get a prediction on the likelihood of CKD.
This tool provides predictions based on a machine learning model and is meant for informational purposes only. It should not be used as a substitute for professional medical advice, diagnosis, or treatment. Please consult with a healthcare professional if you have any concerns.
Happy coding! 😊