Amarthya7's picture
Upload 21 files
86a74e6 verified
raw
history blame contribute delete
546 Bytes
"""
MediSync: Multi-Modal Medical Analysis System
==============================================
A healthcare solution that combines X-ray image analysis with patient report text processing
to provide comprehensive medical insights.
This package contains the following modules:
- models: Image and text analysis models, along with multimodal fusion
- utils: Utility functions for preprocessing and visualization
- app: Main application with Gradio interface
Author: AI Development Team
License: MIT
"""
__version__ = "0.1.0"