Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
00bcdeb
feat: add predict directory and improve type annotations
giuseppeambrosio97 Jun 6, 2025
698e635
feat: add CLI support and enhance documentation
giuseppeambrosio97 Jun 6, 2025
02444c3
feat: enhance CLI documentation and improve command implementations
giuseppeambrosio97 Jun 26, 2025
665e07b
refactor: remove models_dir parameter from ModelManager
giuseppeambrosio97 Jun 26, 2025
17cd91c
fix: add TODO comment for artifact upload handling in RemoteModel
giuseppeambrosio97 Jun 26, 2025
af86607
feat: add URL support to image_loader function
giuseppeambrosio97 Jun 26, 2025
d2d22e6
refactor: rename PREDICT_DIR to PREDICTIONS_DIR and clean up DatasetL…
giuseppeambrosio97 Jun 26, 2025
2594a05
feat: implement hub command for Focoos CLI
giuseppeambrosio97 Jun 26, 2025
94fddde
feat: add comprehensive documentation for Focoos CLI
giuseppeambrosio97 Jun 26, 2025
8a38c32
docs: add contributors section to README.md
giuseppeambrosio97 Jun 26, 2025
092f193
docs: format
giuseppeambrosio97 Jun 26, 2025
f37e7f6
Merge branch 'main' into feat/cli
giuseppeambrosio97 Jun 30, 2025
a809413
fix: tests
giuseppeambrosio97 Jun 30, 2025
6af10ae
fix: update error messages and clean up DatasetLayout documentation
giuseppeambrosio97 Jun 30, 2025
7103c5e
docs: update dataset upload command and enhance documentation
giuseppeambrosio97 Jun 30, 2025
8d3a96a
chore: update uv.lock with new revision and upload times
giuseppeambrosio97 Jun 30, 2025
b446db0
docs: update model loading examples and enhance CLI documentation
giuseppeambrosio97 Jun 30, 2025
2e4d408
docs: enhance CLI documentation for hub commands
giuseppeambrosio97 Jun 30, 2025
6640d3e
fix: improve artifact upload handling in RemoteModel
giuseppeambrosio97 Jun 30, 2025
10cce14
fix: update model path handling in test case
giuseppeambrosio97 Jun 30, 2025
509bf8f
fix: correct model path in test case
giuseppeambrosio97 Jun 30, 2025
93dfd9c
fix: improve run directory validation in ModelManager
giuseppeambrosio97 Jun 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,7 @@ See the list of our models in the [models](https://focoosai.github.io/focoos/mod
### Start now!
By choosing Focoos AI, you can save time, reduce costs, and achieve superior model performance, all while ensuring the privacy and efficiency of your deployments.
[Reach out to us](mailto:info@focoos.ai) to ask for your API key for free and power your computer vision projects. 🚀


## ❤️ Contributors
[![Contributors](https://contrib.rocks/image?repo=FocoosAI/focoos)](https://github.com/FocoosAI/focoos/graphs/contributors)
5 changes: 5 additions & 0 deletions docs/api/cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
::: focoos.cli.cli

---

::: focoos.cli.commands.hub
Loading
Loading