-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
# Planet recognition service (BentoML) | ||
|
||
This service provides an example of MLOps tools integration (BentoML) based on the experience presented in the MLOps guide. | ||
This service provides an example of MLOps tools integration (BentoML). | ||
It is based on the toy experience presented in the [MLOps guide](https://mlops.swiss-ai-center.ch/). | ||
|
||
_Check the [related documentation](https://docs.swiss-ai-center.ch/reference/services/planet-recognition/) for more information._ | ||
|
||
Do note: The model performance is actually not good, as the focus is on the technology stack integration rather than performace. | ||
> [!NOTE] | ||
> The model performance and dataset quality are not actually good, as the focus of this service is to demonstrate the | ||
> technology stack integration rather than to have a model with good performance. | ||