File size: 221 Bytes
bcc2f7b
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
"""
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"