fishapi / app /__init__.py
kamau1's picture
Initial commit
bcc2f7b verified
raw
history blame contribute delete
221 Bytes
"""
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"