| """ | |
| FastAPI Marine Species Identification API | |
| A scalable API for marine species identification using YOLOv5 model. | |
| """ | |
| __version__ = "1.0.0" | |
| __author__ = "Seamo AI" | |
| __description__ = "Marine Species Identification API" | |
| """ | |
| FastAPI Marine Species Identification API | |
| A scalable API for marine species identification using YOLOv5 model. | |
| """ | |
| __version__ = "1.0.0" | |
| __author__ = "Seamo AI" | |
| __description__ = "Marine Species Identification API" | |