8000 GitHub - frostming/BentoVLM
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

frostming/BentoVLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VLM Parsing Example Bento

BentoML pdm-managed

This is a BentoML service that demonstrates how to parse image using multi-modal LLM and extract useful information from them.

The work is based on @PsiACE's blog post.

Start the development server

This project is managed by PDM, install it first.

Install dependencies:

pdm install

Create .env file with credentials:

cp .env.example .env
# Complete the OPENAI_API_KEY in the .env file

Start the development server:

pdm dev

Deploy to BentoCloud

  1. Go to BentoCloud and get an account.

  2. Login to BentoCloud:

    pdm run bentoml cloud login
  3. Click "Secret" in the sidebar and create an "OpenAI" secret with your API key.

  4. Deploy the service to BentoCloud:

    pdm deploy --secret <your-secret-name>

Bento Cloud

License

This work is released under Unlicense. You can use it for any purpose without any restriction.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0