The dataset that is used for model training and validation is an open source dataset in Kaggle, the link is https://www.kaggle.com/datasets/larjeck/fish-detection-dataset
This project use uv as the dependency management tool.
- Follow the uv document to install uv on your local machine
uv lock
: Create a lockfile for the project's dependencies.uv sync
: Sync the project's dependencies with the environmen
This project include a simple Streamlit app for the fish detection demo Use the following script to run Streamlit on your local machine
uv run streamlit run streamlit/app.py