Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update example list #5083

Merged
merged 2 commits into from
Nov 13, 2024
Merged
Changes from all commits
Commits
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
8 changes: 6 additions & 2 deletions docs/source/use-cases/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Advanced examples:
- `LLM safety: ShieldGemma <https://github.com/bentoml/BentoShield/>`_
- `RAG: LlamaIndex <https://github.com/bentoml/rag-tutorials>`_
- `Phone call agent <https://github.com/bentoml/BentoVoiceAgent>`_
- `Multi-LLM routing <https://github.com/bentoml/llm-router>`_

Image and video
---------------
Expand All @@ -77,6 +78,7 @@ Serve text-to-image and image-to-image models with BentoML:
- `Stable Diffusion XL Turbo <https://github.com/bentoml/BentoDiffusion/tree/main/sdxl-turbo>`_
- `Stable Video Diffusion <https://github.com/bentoml/BentoDiffusion/tree/main/svd>`_
- `ControlNet <https://github.com/bentoml/BentoDiffusion/tree/main/controlnet>`_
- `ComfyUI <https://github.com/bentoml/BentoComfyUI>`_
- Check out the `BentoDiffusion project <https://github.com/bentoml/BentoDiffusion>`_ to see more examples

Audio
Expand All @@ -89,6 +91,7 @@ Serve text-to-speech and speech-to-text models with BentoML:
- `XTTS with a streaming endpoint <https://github.com/bentoml/BentoXTTSStreaming>`_
- `WhisperX <https://github.com/bentoml/BentoWhisperX>`_
- `Bark <https://github.com/bentoml/BentoBark>`_
- `Moshi <https://github.com/bentoml/BentoMoshi>`_

Computer vision
---------------
Expand All @@ -105,6 +108,7 @@ Build embedding inference APIs with BentoML:

- `SentenceTransformers <https://github.com/bentoml/BentoSentenceTransformers>`_
- `CLIP <https://github.com/bentoml/BentoClip>`_
- `ColPali <https://github.com/bentoml/BentoColPali>`_

Custom models
-------------
Expand All @@ -118,5 +122,5 @@ Serve custom models with BentoML:
Others
------

- `Build an image captioning inference API with BLIP and BentoML <https://github.com/bentoml/BentoBlip>`_
- `Build a forecasting inference API for time-series data with Moirai and BentoML <https://github.com/bentoml/BentoMoirai/>`_
- `BLIP inference API for image captioning and VQA (Visual Question Answering) <https://github.com/bentoml/BentoBlip>`_
- `Serving Moirai: Time-series forecasting as a service <https://github.com/bentoml/BentoMoirai/>`_