The-Data-Alchemists-Manipal / MindWave

MindWave is an open-source project designed for beginners to learn about data science, machine learning, deep learning, and reinforcement learning algorithms using Python. The project offers a platform for implementing relevant algorithms, with open-source tools and libraries.
MIT License
96 stars 145 forks source link

Create Pregnancyriskassessment #792

Closed Nabanita29 closed 10 months ago

Nabanita29 commented 10 months ago

Description

This repository contains a predictive model developed with TensorFlow and scikit-learn, designed to predict the risk of preterm birth. It reads health-related data from a provided .xlsx file, preprocesses the data, trains a neural network model on this data, and uses this model to predict outcomes based on user input. Key features of the dataset include patient demographic, lifestyle, and medical history data. Investigating and leveraging these key features allows the model to give an informed prediction on whether an individual is at risk of preterm birth.

Checklist

[ ] I've read the contribution guidelines. [ ] I've checked the issue list before deciding what to submit. [ ] I've edited the README.md and link to my code.

Issue :

679

Dataset

Risk assessment.xlsx image

Outcome

image image image

Nabanita29 commented 10 months ago

Ma'am why is this invalid? I did the assigned work!