🌱 Agrogya Samabadh: Nurturing Health with Predictive Heart Disease Analysis and Doctor-Patient Harmony 🩺
Author: Piyush Rai
Agrogya Samabadh is an innovative health platform that integrates technology and healthcare to offer predictive analysis of heart disease risk and foster seamless doctor-patient collaboration. In a world brimming with health challenges, this platform is dedicated to enhancing cardiovascular health and empowering individuals through predictive tools and resources.
Stack | Technology |
---|---|
Frontend | React.js (#ReactJS 🌐) |
Backend | Django (#Django 🛠️) |
API | Flask (#FlaskAPI 🧪💡) |
Database | MySQL (#MySQL 🗃️) |
-
Using advanced machine learning algorithms, our platform achieves an 86% accuracy rate in predicting cardiovascular disease risk, utilizing a dataset with over 7,000 entries. Learn more about the model in the "About" section.
-
Agrogya Samabadh bridges the gap between patients and healthcare providers, supporting seamless consultations, appointments, and health data sharing.
-
Physicians can upload informative blogs on cardiovascular health, providing users with insights into prevention, wellness, and care strategies.
-
Patients can access a curated collection of doctor-authored blogs, enhancing health literacy and empowering informed decision-making.
-
Robust security mechanisms protect user data and privacy, ensuring peace of mind for all users.
Our Flask API forms the foundation for predictive heart disease analysis by seamlessly linking machine learning models with the front and backend. This enables real-time analysis and cardiovascular risk prediction.
- Node.js
- Python 3
- MySQL
- Django
- Flask
- Clone the repository:
git clone https://github.com/username/agrogya-samabadh.git cd agrogya-samabadh
- Backend Setup:
cd backend # Install dependencies pip install -r requirements.txt # Migrate database python manage.py migrate # Run Django server python manage.py runserver
- Frontend Setup:
cd frontend # Install dependencies npm install # Run development server npm start
- Flask API Setup:
cd flask_api # Install dependencies pip install -r requirements.txt # Run Flask server flask run