Skip to content

Commit 38333cf

Browse files
Update docs/src/ecosystem.md
Co-authored-by: Kyle Daruwalla <[email protected]>
1 parent c7937f6 commit 38333cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/ecosystem.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ This is a non-exhaustive list of Julia packages, nicely complementing `Flux` in
77
machine learning and deep learning workflows. To add your project please send a [PR](https://github.com/FluxML/Flux.jl/pulls).
88
See also academic work citing Flux or Zygote.
99

10+
## High-level training flows
11+
12+
- [FastAI.jl](https://github.com/FluxML/FastAI.jl) is a Julia port of Python's fast.ai library.
13+
- [FluxTraining.jl](https://github.com/FluxML/FluxTraining.jl) is a package for using and writing powerful, extensible training loops for deep learning models. It supports callbacks for many common use cases like hyperparameter scheduling, metrics tracking and logging, checkpointing, early stopping, and more.
1014
## Computer vision
1115

1216
- [ObjectDetector.jl](https://github.com/r3tex/ObjectDetector.jl) provides ready-to-go image analysis via YOLO.

0 commit comments

Comments
 (0)