vision-agent 0.0.12__tar.gz → 0.0.14__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vision-agent
3
- Version: 0.0.12
3
+ Version: 0.0.14
4
4
  Summary: Toolset for Vision Agent
5
5
  Author: Landing AI
6
6
  Author-email: dev@landing.ai
7
- Requires-Python: >=3.10,<4.0
7
+ Requires-Python: >=3.10,<3.12
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3.10
10
10
  Classifier: Programming Language :: Python :: 3.11
@@ -25,7 +25,7 @@ Description-Content-Type: text/markdown
25
25
 
26
26
  # 🔍 Vision Agent
27
27
 
28
- [![](https://dcbadge.vercel.app/api/server/3fV8mXdBFp)](https://discord.gg/3fV8mXdBFp)
28
+ [![](https://dcbadge.vercel.app/api/server/wPdN8RCYew)](https://discord.gg/wPdN8RCYew)
29
29
 
30
30
  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.
31
31
 
@@ -1,6 +1,6 @@
1
1
  # 🔍 Vision Agent
2
2
 
3
- [![](https://dcbadge.vercel.app/api/server/3fV8mXdBFp)](https://discord.gg/3fV8mXdBFp)
3
+ [![](https://dcbadge.vercel.app/api/server/wPdN8RCYew)](https://discord.gg/wPdN8RCYew)
4
4
 
5
5
  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.
6
6
 
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
 
5
5
  [tool.poetry]
6
6
  name = "vision-agent"
7
- version = "0.0.12"
7
+ version = "0.0.14"
8
8
  description = "Toolset for Vision Agent"
9
9
  authors = ["Landing AI <dev@landing.ai>"]
10
10
  readme = "README.md"
@@ -16,7 +16,7 @@ packages = [{include = "vision_agent"}]
16
16
  "documentation" = "https://github.com/landing-ai/vision-agent"
17
17
 
18
18
  [tool.poetry.dependencies] # main dependency group
19
- python = ">=3.10,<4.0"
19
+ python = ">=3.10,<3.12"
20
20
 
21
21
  numpy = ">=1.21.0,<2.0.0"
22
22
  pillow = "10.*"
File without changes