Skip to content

jiaoshang/yolo11-fish-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yolo11-fish-detection

Train and validation dataset

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

Dependency management

This project use uv as the dependency management tool.

  1. Follow the uv document to install uv on your local machine
  2. uv lock: Create a lockfile for the project's dependencies.
  3. uv sync: Sync the project's dependencies with the environmen

Streamlit app

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages