bentoml / BentoML

The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines, and more!
https://bentoml.com
Apache License 2.0
7.18k stars 793 forks source link

docs: Refactor examples #5065

Closed Sherlock113 closed 2 weeks ago

Sherlock113 commented 3 weeks ago

What does this PR address?

@parano @ssheng As discussed before, this pr does the following:

  1. Maintain the full example list on the index page: https://docs.bentoml.com/en/latest/use-cases/index.html. It should be the single source of truth for users to find examples.
  2. Put the index page link in the readme in the examples folder to redirect readers.

What's next:

  1. Migrate the remaining examples to separate repos: MLFlow, Gradio, SKlearn, XGBoost. @larme
  2. The rest will be deleted. @Sherlock113

Before submitting: