MedExplain AI is an AI-powered healthcare assistance platform that helps patients understand their medical and blood test reports in a simple and user-friendly way.
- Medical Report Upload: Users can upload their hospital reports
- Multi-language Support: Select preferred language for explanations
- Medical Terms Explanation: Clear explanations of medical terms, values, and abnormalities
- Patient History: Maintains comprehensive patient history
- Health Recommendations: General health and lifestyle suggestions based on reports
- Authentication: Secure signup and signin functionality
- Frontend: React.js
- Backend: FastAPI
- Database: MySQL
- Authentication: JWT tokens
MedicalAI/
├── frontend/ # React.js application
├── backend/ # FastAPI application
├── database/ # Database scripts and migrations
├── docs/ # Documentation
└── README.md
- Database Setup: Configure MySQL database
- Backend Setup: Start FastAPI server
- Frontend Setup: Launch React development server
- Host: localhost
- Database: medical_ai
- Username: root
- Password: passw0rd
See individual README files in frontend/ and backend/ directories for detailed setup instructions.