The Maternal Health Risk Predictor is a machine learning-based system designed to predict the likelihood of health complications in pregnant women. The system uses various health parameters to provide early warnings and recommendations, ensuring timely medical intervention.
- Accurate prediction of maternal health risks
- User-friendly web interface using Gradio
- Supports real-time data input and analysis
- Visualizations of prediction results
- Python
- Pandas
- NumPy
- Scikit-learn
- Gradio
- Jupyter Notebook
maternal_health_risk_predictor/
├── data/
│ ├── raw_data.csv
├── notebooks/
│ ├── data_preprocessing.ipynb
│ └── model_training.ipynb
├── src/
│ ├── app.py
│ ├── model.py
├── .gitignore
├── README.md
├── requirements.txt
├── LICENSE
└── setup.py
- Python 3.7+
- pip
- Clone the repository:
git clone https://github.com/Vikhram-S/Maternal-Health-Risk-Predictor.git
- Navigate to the project directory:
cd Maternal-Health-Risk-Predictor.git
- Install the required packages:
pip install -r requirements.txt
- Run the Gradio application:
app.py
- Open the provided local URL in your browser to access the application interface.
- Input the required health parameters in the Gradio interface.
- Click the "Predict" button to get the risk prediction.
- View the results and take necessary actions based on the prediction.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
This project is licensed under the MIT License - see the (LICENSE) file for details.
For any inquiries or support, please contact (mailto:[email protected]).