Skip to content

Latest commit

 

History

History
64 lines (54 loc) · 2.08 KB

README.md

File metadata and controls

64 lines (54 loc) · 2.08 KB

🏥 Med-Brain: Smart Prescription Management with AI Chatbot

📌 Overview

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.

🚀 Features

🔹 Prescription Management

  • 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.

🤖 AI Chatbot for Medical Assistance

  • 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.

🔒 Security & Privacy

  • Data encryption for secure storage.
  • Role-based access control (Doctors, Patients, Admins).
  • Compliance with healthcare data privacy regulations.

📊 Dashboard & Analytics

  • View prescription trends and patient history.
  • AI-based insights on medication adherence.
  • Track common illnesses and prescription patterns.

🛠️ Tech Stack

  • 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

🔧 Installation

1️⃣ Clone the Repository

git clone https://github.com/your-username/med-brain.git
cd med-brain

2️⃣ Install Dependencies

npm install

3️⃣ Configure Environment Variables

# MONGODB_URI = 
# PORT =
# JWT_SECRET =
# NODE_ENV =
# CLOUDINARY_CLOUD_NAME =
# CLOUDINARY_API_KEY =
# CLOUDINARY_API_SECRET = 
# API_KEY =

4️⃣ Start the Application

npm run dev