A web-based Health Symptom Checker that helps users analyze their health by entering symptoms, age, gender, duration, and severity.
The app provides AI-powered insights such as possible conditions, recommendations, medical guidance, and urgency level.
👉 Health Symptom Checker Website
- 📝 Input symptoms, age, gender, duration, and severity
- 🤖 AI-generated health assessment using Gemini API
- 📋 Output includes:
- Possible medical conditions
- Lifestyle & health recommendations
- Medical guidance and red-flag signs
- Urgency level (Low / Moderate / High)
- 🎨 Modern UI with React + Tailwind CSS + shadcn-ui
- ⚡ Powered by Vite for fast development
- Frontend: React, TypeScript, Tailwind CSS, shadcn-ui
- Build Tool: Vite
- AI Backend: Gemini API
Make sure you have Node.js & npm installed (install with nvm).
# Step 1: Clone the repository
git clone (https://github.com/synapticPush/Health_Symptom_Checker_Application)
# Step 2: Install dependencies
npm install
# Step 3: Start development server
npm run dev