|
"""
|
|
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"
|
|
|