Skip to content

Medi-Clarity is an innovative web application designed to bridge the gap between medical professionals and patients by making medical prescriptions and reports more accessible and understandable. Using advanced AI technology, it transforms complex medical documents into clear, patient-friendly explanations.

Notifications You must be signed in to change notification settings

pankil-soni/medi-clarity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medi-Clarity 🏥

Next.js Flask OpenAI Deployment

Overview

Medi-Clarity is an innovative web application designed to bridge the gap between medical professionals and patients by making medical prescriptions and reports more accessible and understandable. Using advanced AI technology, it transforms complex medical documents into clear, patient-friendly explanations.

🌐 Live Demo

Homepage Screenshot

Key Features

  • Prescription Analysis: Upload and analyze doctor's prescriptions
  • Report Interpretation: Get detailed explanations of medical reports
  • Medication Guide: Receive comprehensive information about prescribed medications
  • Smart AI Processing: Powered by GPT-4 for accurate and reliable interpretations
  • User-Friendly Interface: Modern and intuitive design using NextUI components

Technology Stack

Frontend

  • Next.js 14.2
  • React 18.3
  • NextUI Components
  • TailwindCSS
  • TypeScript

Backend

  • Flask
  • Python
  • OpenAI GPT-4 Integration
  • PIL (Python Imaging Library)

Getting Started

Prerequisites

  • Node.js (Latest LTS version)
  • Python 3.8+
  • OpenAI API Key

Installation

  1. Clone the repository

    git clone https://github.com/pankil-soni/medi-clarity.git
    cd medi-clarity
  2. Frontend Setup

    cd Frontend
    npm install
    npm run dev
  3. Backend Setup

    cd Backend
    pip install -r requirements.txt
    # Create .env file and add your OpenAI API key
    echo "OPENAI_API_KEY=your_api_key_here" > .env
    python app.py

Usage

  1. Access the application through your web browser
  2. Upload a medical prescription or report
  3. Wait for the AI to process the image
  4. Receive a detailed, easy-to-understand explanation

Security

  • All medical data is processed securely
  • No prescription data is stored permanently
  • API keys are properly secured using environment variables

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Authors

Acknowledgments

  • OpenAI for providing the GPT-4 API
  • NextUI for the beautiful component library
  • The open-source community

Made with ❤️ for better healthcare understanding

About

Medi-Clarity is an innovative web application designed to bridge the gap between medical professionals and patients by making medical prescriptions and reports more accessible and understandable. Using advanced AI technology, it transforms complex medical documents into clear, patient-friendly explanations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published