Skip to content

MARKASCHARAN/safemeds-frontend

Repository files navigation

🚀 SafeMeds — AI-Powered Drug Interaction Checker

🥈 **1st Runner-Up |🏆 AI/ML Hackathon 2.0 by Parul University, myOnsite Healthcare & byteXL

React Flask AWS Groq API License

📸 Imgs :

SafeMeds Screenshot 1 SafeMeds Screenshot 2


📖 Overview

SafeMeds is a real-time, AI-powered clinical decision support tool that evaluates drug-to-drug interactions using natural language queries.
It helps healthcare professionals reduce medication risks and make faster, safer decisions.


🧠 Tech Stack

Frontend: React.js (Vercel)
Backend: Flask (Python, AWS EC2, Render)
AI Model: LLaMA3-8B via Groq API
Deployment: AWS, Vercel (Frontend), Custom Domain Setup


✨ Features

  • 🔎 Natural Language Drug Queries
    Example: "Can I take ibuprofen with metformin?" → AI responds with safety analysis.

  • ⚙️ Groq + LLaMA3 AI Integration
    State-of-the-art LLMs for clinical drug interaction interpretation.

  • 🖥️ Clean & Responsive UI
    Optimized for clarity and accessibility for healthcare professionals.

  • 🌐 Full Stack Deployment
    Scalable cloud infrastructure with integrated frontend & backend.


👨‍💻 Team Roles

Name Role
Marka S Charan 🔗 GitHub🔗 LinkedIn Full Stack Developer, Integration
Dhrumin Upadhyay 🔗 GitHub🔗 LinkedIn Machine learning
Nidhi Thakore 🔗 GitHub🔗 LinkedIn AWS Deployment, Domain Setup
Ayushi Majumdar 🔗 GitHub🔗 LinkedIn UI/UX & Frontend Designer

🛠️ Getting Started (Frontend)

# Clone the repository
git clone https://github.com/your-username/SafeMeds-Frontend.git
cd SafeMeds-Frontend

# Install dependencies
npm install

# Start development server
npm run dev