Med-Brain is a smart, AI-powered platform designed for storing and managing patient prescriptions while also integrating an AI chatbot to assist doctors and patients with medical queries. It provides a seamless and secure way to store, retrieve, and manage prescriptions while ensuring easy access to medical insights through the chatbot.
- Securely store, update, and retrieve patient prescriptions.
- Organized prescription history for better record-keeping.
- Quick search and filtering options.
- Easy sharing with patients and pharmacies.
- Provides instant answers to medical queries.
- Suggests medications and treatment guidelines (not a replacement for a doctor).
- Helps with prescription-related questions and reminders.
- Supports both voice and text input for ease of use.
- Data encryption for secure storage.
- Role-based access control (Doctors, Patients, Admins).
- Compliance with healthcare data privacy regulations.
- View prescription trends and patient history.
- AI-based insights on medication adherence.
- Track common illnesses and prescription patterns.
- Frontend: React.js / Next.js with Tailwind CSS
- Backend: Node.js with Express.js
- Database: MongoDB / PostgreSQL
- AI Chatbot: OpenAI API / LangChain
- Authentication: JWT / OAuth
- Hosting: Vercel / AWS / Firebase
git clone https://github.com/your-username/med-brain.git
cd med-brain
npm install
# MONGODB_URI =
# PORT =
# JWT_SECRET =
# NODE_ENV =
# CLOUDINARY_CLOUD_NAME =
# CLOUDINARY_API_KEY =
# CLOUDINARY_API_SECRET =
# API_KEY =
npm run dev