-
Notifications
You must be signed in to change notification settings - Fork 806
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor examples Signed-off-by: Sherlock113 <[email protected]> * Add Examples link in Featured Examples section Signed-off-by: Sherlock113 <[email protected]> --------- Signed-off-by: Sherlock113 <[email protected]>
- Loading branch information
1 parent
8c6d2eb
commit 21a7818
Showing
28 changed files
with
83 additions
and
878 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
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
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
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
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
This file was deleted.
Oops, something went wrong.
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,39 +1,3 @@ | ||
# BentoML Examples 🎨 | ||
|
||
The directory contains a collection of example projects demonstrating | ||
[BentoML](https://github.com/bentoml/BentoML) usage and best practices. | ||
|
||
## Index | ||
|
||
| Example | Model | Functionality | | ||
| --- | --- | --- | | ||
| [quickstart](./quickstart/) | Transformers | Summarization | | ||
| [inference-graph](./inference-graph/) | Text Generation, Text Classification | Distributed Services, Model Composition, Inference Graph | | ||
| [io-descriptors](./io-descriptors/) | Pydantic | Custom IO Types | | ||
| [model-loading-saving](./model-loading-saving/) | Stable Diffusion | Model Store | | ||
| [monitoring/task_classification](./monitoring/task_classification/) | Classification | Model Monitoring, Classification Tasks | | ||
| [sk-learn](./sk-learn/) | Classification | Classification | | ||
| [mlflow](./mlflow/) | Classification | Classification | | ||
| [xgboost](./xgboost/) | Classification | Classification | | ||
|
||
## More examples | ||
|
||
You can also try the following example projects. | ||
|
||
- [BentoVLLM](https://github.com/bentoml/BentoVLLM) - Accelerate your model inference and improve serving throughput by using vLLM as your LLM backend. | ||
- [BentoDiffusion](https://github.com/bentoml/BentoDiffusion) - Self-host diffusion models with BentoML to generate custom images and video clips. | ||
- [BentoXTTS](https://github.com/bentoml/BentoXTTS) - Convert text to speech based on your custom audio data. | ||
- [BentoWhisperX](https://github.com/bentoml/BentoWhisperX) - Convert spoken words into text for AI scenarios like virtual assistants, voice-controlled devices, and automated transcription services. | ||
- [Sentence Transformer](https://github.com/bentoml/BentoSentenceTransformers) - Transform text into numerical vectors for a variety of natural language processing (NLP) tasks. | ||
- [BentoCLIP](https://github.com/bentoml/BentoClip) - Build a CLIP (Contrastive Language-Image Pre-training) application for tasks like zero-shot learning, image classification, and image-text matching. | ||
- [BentoBLIP](https://github.com/bentoml/BentoBlip) - Leverage BLIP (Bootstrapping Language Image Pre-training) to improve the way AI models understand and process the relationship between images and textual descriptions. | ||
- [BentoBark](https://github.com/bentoml/BentoBark) - Generate highly realistic audio like music, background noise and simple sound effects with Bark. | ||
- [BentoYolo](https://github.com/bentoml/BentoYolo) - Build an object detection inference API server with YOLO. | ||
- [RAG](https://github.com/bentoml/rag-tutorials) - Self-host a private RAG app using custom embedding and language models. | ||
- [BentoChatTTS](https://github.com/bentoml/BentoChatTTS) - Deploy a text-to-speech model ChatTTS for dialogue scenarios like chatbots and virtual assistants. | ||
- [BentoMoirai](https://github.com/bentoml/BentoMoirai/) - Create a forecasting inference API for time-series data. | ||
- [BentoResnet](https://github.com/bentoml/BentoResnet) - Build an image classification inference API server with ResNet. | ||
- [BentoFunctionCalling](https://github.com/bentoml/BentoFunctionCalling/) - Build LLM function calling capabilities with BentoML. | ||
- [BentoShield](https://github.com/bentoml/BentoShield/) - Build an AI assistant using BentoML and ShieldGemma to evaluate the safety of prompts and filter out harmful content. | ||
- [BentoLangGraph](https://github.com/bentoml/BentoLangGraph) - Deploy a LangGraph AI agent application with BentoML. | ||
- [BentoCrewAI](https://github.com/bentoml/BentoCrewAI) - Deploy a CrewAI multi-agent application with BentoML. | ||
We provide a comprehensive collection of example projects to help you build and scale AI applications with BentoML for different use cases. Check out the [full list](https://docs.bentoml.com/en/latest/use-cases/index.html). |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.