From 61667877f9e2cfce6d7654f87ce163578d986c7b Mon Sep 17 00:00:00 2001 From: Yazhou Cao Date: Thu, 29 Feb 2024 12:58:18 +0800 Subject: [PATCH] Add badges to README; --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dabb30b3..56e643d5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # 🔍 Vision Agent [![](https://dcbadge.vercel.app/api/server/wPdN8RCYew)](https://discord.gg/wPdN8RCYew) +![ci_status](https://github.com/landing-ai/vision-agent/actions/workflows/ci_cd.yml/badge.svg) +[![PyPI version](https://badge.fury.io/py/vision-agent.svg)](https://badge.fury.io/py/vision-agent) +![version](https://img.shields.io/pypi/pyversions/vision-agent) + Vision Agent is a minimal library for educational purposes that helps you utilize multimodal models to organize and structure your image data. Checkout our discord for roadmaps and updates! One of the problems of dealing with image data is it can be difficult to organize and quickly search. For example, you might have a bunch of pictures of houses and want to count how many yellow houses you have, or how many houses with adobe roofs. This library utilizes LMMs to help create these tags or descriptions and allow you to search over them, or use them in a database to do other operations.