Well Scan is a cutting-edge AI-driven healthcare platform that provides real-time medical insights, personalized organ check-ups, doctor booking, and holistic health management in a single, unified interface. The platform leverages advanced machine learning models and seamless web technologies to empower users with proactive healthcare solutions.
Upload your medical reports and receive accurate predictions of potential health risks using AI models:
- Heart Checkup – Detects cardiovascular anomalies.
- Kidney Checkup – Assesses kidney health and detects risks.
- Thyroid Checkup – Predicts thyroid disorders based on medical data.
- Arthritis Checkup – Analyzes joint health and potential arthritis risks.
- Liver Checkup – Identifies early signs of liver-related diseases.
Get instant responses to health-related questions and preventive care tips with a virtual health assistant that ensures continuous medical guidance.
- Schedule appointments with specialists from various medical fields.
- Securely pay for consultations through an integrated payment gateway.
- Receive timely reminders and updates about upcoming appointments.
- Access previous checkup results and medical reports.
- Monitor health improvements over time.
- Ensure data privacy and security with encrypted storage.
Quickly locate nearby hospitals in case of emergencies to ensure timely medical assistance.
- Personalized medication reminders.
- Exercise and yoga recommendations.
- Health charts and insights for chronic conditions (e.g., diabetes, hypertension).
- Python
- Django
- REST APIs
- HTML, CSS, JavaScript
- Bootstrap
- Scikit-learn
- TensorFlow/Keras
- Pandas & NumPy
- PostgreSQL / MySQL
/WELL_SCAN
├── /Health_Checker
│ ├── /Health_Checker
│ │ ├── __pycache__
│ │ ├── asgi.py
│ │ ├── settings.py
│ │ ├── urls.py
│ │ └── wsgi.py
│ ├── /Notebooks
│ ├── /organs
│ │ ├── __pycache__
│ │ ├── migrations
│ │ ├── uploads
│ │ ├── __init__.py
│ │ ├── admin.py
│ │ ├── app.py
│ │ ├── apps.py
│ │ ├── forms.py
│ │ ├── models.py
│ │ ├── tests.py
│ │ ├── urls.py
│ │ └── views.py
│ ├── /savedModels
├── /static
├── /templates
├── db.sqlite3
└── manage.py
git clone https://github.com/username/well-scan.git
cd well-scan
python3 -m venv venv
source venv/bin/activate # For Linux/Mac
# OR
venv\Scripts\activate # For Windows
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
- Data Preprocessing – Cleaning and transforming input medical data.
- Feature Engineering – Extracting relevant features for organ-specific models.
- Model Training – Training and validating models using Scikit-learn and TensorFlow.
- Model Integration – Deploying models in the Django backend for real-time predictions.
- Data Collection & Preprocessing – Aggregated medical datasets and applied feature engineering.
- Model Development – Built and trained models for organ health prediction.
- API Integration – Integrated ML models into the backend through REST APIs.
- Frontend & Dashboard – Developed an intuitive and responsive user interface.
For any queries, suggestions, or contributions, feel free to reach out:
- Email: [email protected]
- GitHub Repository: (https://github.com/avadheshgithub/Well-Scan)
This project is licensed under the MIT License.