๐Ÿฅ Post-Partum Health Detection

Data-Driven Early Identification of Post-Partum Health Concerns โ€” Machine Learning for Maternal Mental Health Screening

๐Ÿ“ Notes

Postpartum depression (PPD) is a serious mental health condition affecting many women after childbirth, often going unnoticed due to lack of timely screening. This project leverages machine learning to provide an accessible, data-driven screening tool that can assist healthcare professionals in early detection and intervention.

๐Ÿ“„ Project Description

Post-Partum Health Detection is a machine learning-based binary classification system that detects postpartum depression risk based on structured questionnaire responses. The system processes patient responses through a comprehensive data pipeline to deliver rapid screening results.

๐Ÿ› ๏ธ Languages & Tools Used

  • Python
  • Scikit-learn
  • Pandas, NumPy
  • SMOTE (Imbalanced-learn)
  • TF-IDF Vectorization
  • Jupyter Notebook

๐Ÿ“Š Dataset

Initially sourced from Kaggle and refined by adding additional relevant health-indicator columns. Preprocessing includes class balancing via SMOTE and multi-encoding for mixed data types.

๐Ÿ‘จโ€๐Ÿ’ป Project Members

  • Rhithika M Pradeep
  • Sreelakshmi P
  • Harinandana K Biju
  • Gouri S

๐Ÿ‘จโ€๐Ÿซ Mentors

  • Pankaj Kumar G โ€” Asst. Professor, Dept. of CSE
  • Hansa J Thatil

๐Ÿ“ˆ Results

ModelAccuracyF1 Score
Logistic Regression99.33%99.5%
Random Forest98.7%98.9%
SVM97.5%97.8%
Decision Tree95.2%95.5%
Naive Bayes91.8%92.1%

๐ŸŒ Impact

This project demonstrates the potential of machine learning as a supportive tool in mental health care, aiding healthcare professionals in the early detection and intervention of postpartum depression โ€” potentially saving lives through timely screening.