Skip to content

Computer vision project based on images from Monterey Bay Aquarium's live-streaming camera.

Notifications You must be signed in to change notification settings

alexpotv/FishFinder

Repository files navigation

FishFinder

Tests - Model Serving

FishFinder is a computer vision project based on images from Monterey Bay Aquarium's live-streaming camera.

example

Interacting with FishFinder

Running the model with Docker-Compose

To run the model via Docker-Compose, run the following commands:

cd model_serving

docker-compose build

docker-compose up

Interacting with the model-serving API

To interact with the model-serving API, send HTTP requests according to the API Reference.

Model

The model used for object detection is YoloV5, by Ultralytics. Feel free to check out their GitHub repository to learn more about this model.

Dataset

The model has been trained on a custom dataset, composed of images from the Aquarium, which have been manually annotated.

About

Computer vision project based on images from Monterey Bay Aquarium's live-streaming camera.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages