https://github.com/tanishq-ctrl/sympcheck-helper
SympCheck Helper is a modern healthcare consultation chatbot that leverages the power of DeepSeek V3 API and Supabase to provide intelligent health-related assistance. Built with cutting-edge technologies, it offers a seamless and intuitive experience for users seeking health information and support.
https://github.com/tanishq-ctrl/sympcheck-helper
chatbot deepseek healthcare-ai healthcare-application nodejs react shadcn-ui sql supabase tailwindcss typescript vite
Last synced: about 1 year ago
JSON representation
SympCheck Helper is a modern healthcare consultation chatbot that leverages the power of DeepSeek V3 API and Supabase to provide intelligent health-related assistance. Built with cutting-edge technologies, it offers a seamless and intuitive experience for users seeking health information and support.
- Host: GitHub
- URL: https://github.com/tanishq-ctrl/sympcheck-helper
- Owner: tanishq-ctrl
- Created: 2025-01-19T11:58:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-27T08:44:57.000Z (over 1 year ago)
- Last Synced: 2025-01-27T09:30:03.723Z (over 1 year ago)
- Topics: chatbot, deepseek, healthcare-ai, healthcare-application, nodejs, react, shadcn-ui, sql, supabase, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://github.com/tanishq-ctrl/sympcheck-helper
- Size: 5.13 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🏥 SympCheck Helper
### Your AI-Powered Healthcare Consultation Companion
[](https://choosealicense.com/licenses/mit/)
[](https://github.com/tanishq-ctrl/sympcheck-helper/issues)
[](https://github.com/tanishq-ctrl/sympcheck-helper/stargazers)
---
## 📋 Overview
SympCheck Helper is a modern healthcare consultation chatbot that leverages the power of DeepSeek V3 API and Supabase to provide intelligent health-related assistance. Built with cutting-edge technologies, it offers a seamless and intuitive experience for users seeking health information and support.
[](https://vitejs.dev/)
[](https://reactjs.org/)
[](https://www.typescriptlang.org/)
[](https://tailwindcss.com/)
[](https://supabase.io/)
## ✨ Features
| Core Features | Status |
|--------------|--------|
| 🔍 **Symptom Checker** | Ready |
| 💡 **Health Tips & FAQs** | Ready |
| 🏥 **Provider Search** | In Progress |
| 💊 **Medication Reminders** | In Progress |
| 🌍 **Multilingual Support** | Ready |
## 🛠️ Tech Stack
### Frontend Powerhouse
- **⚡ Vite**: Lightning-fast development environment
- **⚛️ React**: Robust UI component library
- **📘 TypeScript**: Enhanced code reliability
- **🎯 shadcn-ui**: Beautiful, accessible components
- **🎨 Tailwind CSS**: Utility-first styling
### Backend & Database
- **🔥 Supabase**: Real-time database & authentication
- **🧠 DeepSeek V3 API**: Advanced AI processing
- **📦 Node.js**: Optional backend services
## 📦 Database Schema
Click to expand database structure.
### Users Table
```sql
users (
user_id: uuid primary key,
name: text,
email: text unique,
language_preference: text,
health_preferences: jsonb,
created_at: timestamp with time zone
)
```
### Symptom Logs
```sql
symptom_logs (
log_id: uuid primary key,
user_id: uuid references users(user_id),
symptoms: text,
bot_response: jsonb,
created_at: timestamp with time zone
)
```
### Reminders
```sql
reminders (
reminder_id: uuid primary key,
user_id: uuid references users(user_id),
medication_name: text,
dosage: text,
reminder_time: timestamp with time zone,
status: text
)
```
## 🚀 Quick Start
### Prerequisites
```bash
Node.js v14+
npm or yarn
Supabase account
DeepSeek V3 API key
```
### Installation Steps
1️⃣ Clone the repository
```bash
git clone https://github.com/tanishq-ctrl/sympcheck-helper.git
cd sympcheck-helper
```
2️⃣ Install dependencies
```bash
npm install
# or
yarn install
```
3️⃣ Configure environment
```bash
cp .env.example .env
```
4️⃣ Launch development server
```bash
npm run dev
# or
yarn dev
```
## 🔒 Environment Setup
Create `.env` file with:
```env
VITE_SUPABASE_URL=your_supabase_url
VITE_SUPABASE_ANON_KEY=your_supabase_anon_key
VITE_DEEPSEEK_API_KEY=your_deepseek_api_key
```
## 🤝 Contributing
[](http://makeapullrequest.com)
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## 🔮 Roadmap
- [ ] Wearable Device Integration
- [ ] Health Analytics Dashboard
- [ ] Telehealth Consultations
- [ ] Emergency Services
- [ ] Health Records Management
## 💌 Support
Need help? Contact us at [tanishqprabhu20@gmail.com](mailto:tanishqprabhu20@gmail.com)
[](https://www.linkedin.com/in/tanishq-prabhu-b71467166/)
Built with ❤️ by [Tanishq Prabhu](https://github.com/tanishq-ctrl)