You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository houses machine learning models and pipelines for predicting various diseases, coupled with an integration with a Large Language Model for Diet and Food Recommendation. Each disease prediction task has its dedicated directory structure to maintain organization and modularity.
The project uses natural language processing and information retrieval to create an interactive system for user queries on a collection of PDFs. It involves loading, segmenting, and embedding PDFs with a Hugging Face model, utilizing Pinecone for efficient similarity searches
🌐 A full-stack telehealth platform enabling virtual consultations, real-time symptom prediction via AI, and chatbot-assisted triage — built with React, Node.js, and Python.
Real-ESRGAN model deployed on Android using NCNN (C++/JNI) and ExecuTorch (Java) for real-time image super-resolution in dermatology, with reproducible benchmarking (PSNR, SSIM, MSE, LPIPS).
This project uses OCR and machine learning to extract CBC values from reports and predict urgency levels. As of now, it supports image/pdf inputs, manual corrections, and SHAP explainability. Ideal for medical AI, healthcare OCR, and automated lab report analysis.
💻🔒 A local-first full-stack app to analyze medical PDFs with an AI model (Apollo2-2B), ensuring privacy & patient-friendly insights — no external APIs or cloud involved.
A deep learning framework for automated diagnosis of Diabetic Retinopathy, AMD, and Glaucoma using a Hybrid Attention-CNN model. Combines ResNet50 with self-attention for enhanced accuracy and interpretability. Includes Python implementation, preprocessing pipeline, training scripts, and case study documentation.
AI-Powered Eye Disease Detection Web App An intelligent retina image classification system built using deep learning (VGG16), TensorFlow, and Flask. This open-source project helps detect common eye diseases like Cataract, Diabetic Retinopathy, and Glaucoma, and also identifies uncertain cases as Unknown.
💻🔒 A local-first full-stack app to analyze medical PDFs with an AI model (Apollo2-2B), ensuring privacy & patient-friendly insights — no external APIs or cloud involved.
This system will revolutionize digital healthcare by merging machine learning–based disease classification, explainable AI screening, remote consultations, home doctor services, and emergency map support.
Binary classification of breast cancer using PyTorch. Used StandardScaler, LabelEncoder, Dataset, DataLoader, custom nn.Module model, BCELoss, and SGD. Focused on implementing a complete training pipeline, not optimizing accuracy.