madhusundar240/smart-ai-healthcare — explained in plain English
Analysis updated 2026-06-24
Describe symptoms by typing, speaking, or uploading an image to receive a possible disease prediction with a severity level and precaution advice.
Generate a downloadable PDF health report summarizing the predicted condition, dietary suggestions, and recommended precautions.
Find nearby hospitals on a Google Maps view based on your location after receiving a disease prediction.
Study how FastAPI, scikit-learn classification, and a multi-input frontend are wired together as a portfolio or learning project.
| madhusundar240/smart-ai-healthcare | chloeqxq/macd | demiurg92/design-continuity-guard | |
|---|---|---|---|
| Stars | 20 | 20 | 20 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | hard | easy |
| Complexity | 3/5 | 4/5 | 1/5 |
| Audience | developer | researcher | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Clone the repository, install Python dependencies, start the FastAPI server, and open the frontend HTML in a browser, a Python environment (3.x) is required.
This is a healthcare web application that tries to predict possible diseases based on symptoms you describe. You can type your symptoms, speak them aloud, or upload an image, and the system uses machine learning models to suggest what condition you might have. The README does not describe the specific models used or how they were trained, only that they rely on symptom and disease datasets. Alongside the disease prediction, the application provides additional outputs: a severity level for the predicted condition, dietary suggestions, precaution advice, and a PDF report summarizing the results. It also integrates with Google Maps to show nearby hospitals based on your location. The application supports multiple languages, which the README lists as a feature but does not detail further. Voice input is handled through the browser, and image-based input is mentioned as a way to describe symptoms visually, though the README does not explain how image analysis works internally. The backend is built with FastAPI, a Python web framework, and the machine learning components use scikit-learn, a common Python library for classification and prediction tasks. The frontend is plain HTML, CSS, and JavaScript. PDF generation uses a Python library called ReportLab. To run it locally, you clone the repository, install Python dependencies, start the FastAPI server, and open the frontend HTML file in a browser. The README is brief and does not cover model accuracy, data sources in detail, or any limitations of the predictions. This appears to be a student or portfolio project rather than a clinical tool.
A Python web app that predicts possible diseases from typed, spoken, or image-based symptoms using machine learning, and returns a severity level, dietary advice, precautions, a PDF report, and a map of nearby hospitals.
Mainly Python. The stack also includes Python, FastAPI, scikit-learn.
No license information is mentioned in this repository.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.