MomPulse is a comprehensive wellness platform designed to support women through three critical phases of their motherhood journey:
- Pre-pregnancy (planning and preparation)
- During pregnancy (health tracking and emotional support)
- Postpartum (recovery, mental health, and child care guidance)
Our goal is to empower mothers with personalized care, emotional support, and medical expertise, all through an easy-to-use digital experience.
- AI Assistant: 24/7 guidance for mental health, nutrition, and lifestyle queries.
- Zoom Consultations: Scheduled group expert consultations with gynecologists and dieticians.
- Content Library: Curated articles and videos covering conception tips, emotional well-being, postpartum care, baby care, etc.
- Pregnancy Tracker: Week-by-week fetal development tracking.
- Diet Tracker: Personalized meal plans for pregnant mothers.
- Health Tracker: Monitor vital signs and symptoms.
- Fetus 3D Mapping: Visual 3D representation of fetus growth using uploaded ultrasound images.
- 1:1 Expert Consultation: Direct, private sessions with assigned gynecologists and dieticians.
- Content Section: Pregnancy-focused articles and videos.
- Tailored for Indian mothers, with multilingual support and culturally relevant health and diet guidance.
- Affordable access to both group and personal expert consultations.
- Unique integration of AI technology, emotional wellness, and fetal 3D visualization.
To make pregnancy and motherhood safer, happier, and healthier by offering accessible, expert-backed support to every woman in India.
Make sure you have the following dependencies installed (see AI_ASSITANT/main.py
):
Flask==2.3.2
flask-cors==3.0.10
openai==1.3.7
python-dotenv==1.0.0
You can install them with:
pip install Flask==2.3.2 flask-cors==3.0.10 openai==1.3.7 python-dotenv==1.0.0
- Set your OpenAI API key in a
.env
file:
OPENAI_API_KEY=your_openai_api_key_here
- Start the Flask server:
cd AI_ASSITANT
python main.py
The backend will run on http://localhost:5000
by default.