mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-05-23 06:41:53 +02:00
21 lines
504 B
Markdown
21 lines
504 B
Markdown
# Tutorials
|
|
|
|
Welcome to the `batdetect2` tutorials.
|
|
|
|
These tutorials walk you step by step through the most common use cases and
|
|
workflows.
|
|
They follow the simplest route and are a good place to start with `batdetect2`.
|
|
|
|
Use {doc}`../how_to/index` for focused guides on specific tasks, or
|
|
{doc}`../explanation/index` if you want to understand the concepts in more
|
|
depth.
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
run-inference-on-folder
|
|
train-a-custom-model
|
|
evaluate-on-a-test-set
|
|
integrate-with-a-python-pipeline
|
|
```
|