To watch demo video. Click Here.
CodeX Clinic is an AI-powered healthcare platform that offers medical report extraction and summarization using AWS Textract and GPT-2. The system efficiently extracts, processes, and summarizes medical reports, making it easier for patients to understand their health data without medical expertise.
- Utilizes AWS Textract for Optical Character Recognition (OCR) to extract text from medical reports (PDF, JPG, PNG, BMP).
- Leverages Natural Language Processing (NLP) techniques to analyze extracted data.
- Summarizes key findings using GPT-2, presenting concise and comprehensible summaries.
- Provides medical insights, highlighting deficiencies or excess levels of medical parameters.
- Easy-to-use dashboard for patients and doctors to upload, view, and manage medical reports.
- Displays extracted abnormal parameters with recommended actions.
- Patients can search for doctors using multiple keywords.
- Booking system for video consultations and in-person appointments.
- Real-time notifications for scheduled appointments.
- Python (Flask, FastAPI)
- AWS Textract (OCR Processing)
- GPT-2 (Summarization)
- PostgreSQL (Database)
- React.js (Website)
- React Native (Mobile App)
- Pytesseract, EasyOCR, Pdfplumber for OCR processing.
- TensorFlow, Hugging Face Transformers for NLP models.
- Twilio API for SMS/Email notifications.
- WebRTC for video conferencing.