Giter VIP home page Giter VIP logo

gallery's Introduction

BentoML Gallery Tweet

BentoML is an open platform that simplifies ML model deployment and enables you to serve your models at production scale in minutes

๐Ÿ‘‰ Pop into our Slack community! We're happy to help with any issue you face or even just to meet you and hear what you're working on :)

This repository is a collection of machine learning projects that utilizes BentoML for model serving. The goal is to demonstrate real-world BentoML usage and best practices in productionizing a machine learning model for serving.

Note: You are looking at gallery examples for BentoML 1.0 version, which is still under early beta release. For prior stable versions (0.13.x), see the 0.13-LTS branch.

BentoML 1.0 preview release is required for running gallery projects here:

pip install bentoml --pre

Projects List

Project layout

Each gallery project is under its own folder, typically containing the following files:

file name description
README.md a step-by-step guide running the project Python scripts from CLI
{PROJECT_NAME}.ipynb a jupyter notebook shows the same workflow but from notebook environment
requirements.txt required PyPI packages for this project
train.py a python script for training an ML model and saving it with BentoML
import_model.py import an existing trained model to BentoML
service.py python code that defines the bentoml.Service instance for serving
bentofile.yaml the bento build file for building the service into a Bento
.bentoignore files to exclude from build directory, when building a Bento
benchmark.py a python script that tests the baseline performance of the final model server created

How to contribute

If you have issues running these projects or have suggestions for improvement, use Github Issues ๐Ÿฑ

If you are interested in contributing new projects to this repo, let's talk ๐Ÿฅฐ - Join us on Slack and share your idea in #bentoml-dev channel

Before you create a Pull Request, make sure:

  • Follow the basic structures and naming conventions of other existing gallery projects
  • Ensure your project runs with the latest version of BentoML

gallery's People

Contributors

parano avatar yubozhao avatar bojiang avatar timliubentoml avatar larme avatar rhbian avatar aarnphm avatar yashika51 avatar 1e0ng avatar deehrlic avatar cqvu avatar akainth015 avatar xiwang129 avatar rachaelroland avatar korusuke avatar khuyentran1401 avatar narennadig avatar ssheng avatar shafu0x avatar thoo avatar theopinard avatar viettel-solutions avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.