Skip to content

Commit

Permalink
docs: Update example list (#5083)
Browse files Browse the repository at this point in the history
* Update example list

Signed-off-by: Sherlock113 <[email protected]>

* Add examples

Signed-off-by: Sherlock113 <[email protected]>

---------

Signed-off-by: Sherlock113 <[email protected]>
  • Loading branch information
Sherlock113 authored Nov 13, 2024
1 parent 49fd615 commit 1b3ea7e
Showing 1 changed file with 6 additions and 2 deletions.
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/>`_

0 comments on commit 1b3ea7e

Please sign in to comment.