RitabrataMandalCSE/AI-HEALTH-SYMPTOM-CHECKER
0
๐ฉบ AI Health Symptom Checker
๐ Live Demo: https://huggingface.co/spaces/RitabrataMandalCSE/AI-HEALTH-SYMPTOM-CHECKER
AI-powered medical symptom checker using:
- Retrieval-Augmented Generation (RAG)
- FAISS Vector Database
- LangChain
- Groq LLMs
- Streamlit
The app analyzes user symptoms and provides:
- possible diseases
- severity estimation
- medical advice
- recommended specialists
โจ Features
- ๐ง AI-powered symptom analysis
- ๐ Retrieval-Augmented Generation (RAG)
- ๐ FAISS vector database
- โ ๏ธ Severity estimation
- ๐จโโ๏ธ Specialist recommendation
- ๐ป Interactive Streamlit UI
- ๐ Hugging Face deploy-ready
๐ ๏ธ Tech Stack
- Python
- Streamlit
- LangChain
- FAISS
- Groq API
- Sentence Transformers
- HuggingFace Embeddings
๐ Project Structure
AI-Health-Symptom-Checker/
โ
โโโ .streamlit/
โ โโโ config.toml
โ
โโโ Data/
โ โโโ symptoms_dataset.csv
โ
โโโ utils/
โ โโโ loader.py
โ โโโ rag_chain.py
โ โโโ vectorstore.py
โ
โโโ .gitignore
โโโ requirements.txt
โโโ README.md
โโโ streamlit_app.py
