Spaces:
Sleeping
Sleeping
| """ | |
| Image captioning package: EfficientNetB0 encoder + GPT-2 decoder. | |
| This package exposes the main components: | |
| - ImageCaptioningModel (in model.py) | |
| - dataset/dataloader utilities (in dataset.py) | |
| - training, evaluation, and inference scripts. | |
| """ | |
| from .model import ImageCaptioningModel # noqa: F401 | |