Analysis updated 2026-05-18
Type in symptoms and get a predicted disease, severity level, and precautions.
Use voice or an uploaded image instead of typing to describe symptoms.
Find nearby hospitals through Google Maps based on the predicted condition.
Generate and save a PDF health report summarizing the prediction.
| harshinivijay68/smart-ai-healthcare- | adityasharmadotai-hash/docs-reader-rag-agent | alekseiul/hermes-researcher-agent | |
|---|---|---|---|
| Stars | 29 | 29 | 29 |
| Language | Python | Python | Python |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | vibe coder | vibe coder | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires cloning the repo, installing dependencies, and running the FastAPI server with uvicorn.
Smart-AI-Healthcare is a web-based application that takes symptom information from a user and tries to predict what disease they might have, using machine learning models trained on symptom and disease datasets. It is framed as a healthcare assistant for early awareness, not as a diagnostic tool, and the README describes it as a student or research project rather than a clinical product. The application accepts symptoms in three ways: typed text, voice input, and image uploads. It supports multiple languages for the conversation, though the README does not specify which ones. Once symptoms are entered, the system returns a predicted disease name, a severity level, dietary recommendations, suggested precautions, and directions to nearby hospitals via Google Maps. It can also generate a PDF summary of the health report for the user to save or share. The technical stack is Python on the backend using FastAPI, with scikit-learn handling the machine learning predictions and ReportLab generating the PDF reports. The frontend is plain HTML, CSS, and JavaScript. To run it locally, you clone the repository, install dependencies, start the FastAPI server with uvicorn, and open the index.html file in a browser. The README is concise and does not go into detail about the training data, the specific machine learning models used, or how accurate the predictions are. The project structure shows folders for backend code, datasets, trained models, and a frontend directory, but no further file-level documentation is provided.
A student-project web app that predicts a possible disease from typed, spoken, or image-based symptom input using machine learning, and gives care recommendations.
Mainly Python. The stack also includes Python, FastAPI, scikit-learn.
No license information is stated in the README.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.