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.
- 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
- Next.js 14.2
- React 18.3
- NextUI Components
- TailwindCSS
- TypeScript
- Flask
- Python
- OpenAI GPT-4 Integration
- PIL (Python Imaging Library)
- Node.js (Latest LTS version)
- Python 3.8+
- OpenAI API Key
-
Clone the repository
git clone https://github.com/pankil-soni/medi-clarity.git cd medi-clarity
-
Frontend Setup
cd Frontend npm install npm run dev
-
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
- Access the application through your web browser
- Upload a medical prescription or report
- Wait for the AI to process the image
- Receive a detailed, easy-to-understand explanation
- All medical data is processed securely
- No prescription data is stored permanently
- API keys are properly secured using environment variables
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Pankil Soni : https://github.com/pankil-soni
- OpenAI for providing the GPT-4 API
- NextUI for the beautiful component library
- The open-source community
Made with ❤️ for better healthcare understanding