File size: 546 Bytes
86a74e6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
"""
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"
|