๐งญ Overview
A conversational AI system designed to assist users with medical symptom triage, health information, and appointment scheduling. Built using a fine-tuned Mistral 7B language model with LoRA adapters and deployed via a Flask web server.
Key Features
๐ง Chatbot with Symptom Triage: Responds to user symptoms using a medical-tuned LLM.
๐ Health Info Fetching: Dynamically pulls condition summaries from Wikipedia if not predefined.
๐ Appointment Scheduling: Basic scheduling interface for name, date, and reason via REST API.
๐งช Fine-Tuned Mistral LLM: Uses PEFT + LoRA for efficient fine-tuning on medical dialogue.
๐ป Runs on Apple M1/M2 (MPS): Optimized for local use with Hugging Face + Transformers.
๐งฐ Tech Stack
Python
Flask (Backend + Web UI)
Hugging Face Transformers
PEFT (LoRA)
Mistral 7B (Base Model)
Wikipedia REST API
๐ Roadmap
โ Q2 2025: Core contracts + frontend release
๐ง Q3 2025: Multi-chain support (Base, Arbitrum)
๐ Q4 2025: ZK voting module, Discord governance bot
๐งฌ 2026: DAO Registry, Grant automation, Reputation scoring

