vision-agent 0.2.195__py3-none-any.whl → 0.2.197__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vision-agent
3
- Version: 0.2.195
3
+ Version: 0.2.197
4
4
  Summary: Toolset for Vision Agent
5
5
  Author: Landing AI
6
6
  Author-email: dev@landing.ai
@@ -17,6 +17,7 @@ Requires-Dist: flake8 (>=7.0.0,<8.0.0)
17
17
  Requires-Dist: ipykernel (>=6.29.4,<7.0.0)
18
18
  Requires-Dist: langsmith (>=0.1.58,<0.2.0)
19
19
  Requires-Dist: libcst (>=1.5.0,<2.0.0)
20
+ Requires-Dist: matplotlib (>=3.9.2,<4.0.0)
20
21
  Requires-Dist: nbclient (>=0.10.0,<0.11.0)
21
22
  Requires-Dist: nbformat (>=5.10.4,<6.0.0)
22
23
  Requires-Dist: numpy (>=1.21.0,<2.0.0)
@@ -70,6 +71,13 @@ solve your vision task. Check out our discord for updates and roadmaps!
70
71
  The fastest way to test out VisionAgent is to use our web application. You can find it
71
72
  [here](https://va.landing.ai/).
72
73
 
74
+ ### Local Jupyter Notebook
75
+ You can also run VisionAgent in a local Jupyter Notebook. Here are some examples of using VisionAgent:
76
+
77
+ 1. [Counting cans in an image](https://github.com/landing-ai/vision-agent/blob/main/examples/notebooks/counting_cans.ipynb)
78
+
79
+ Check out the [notebooks](https://github.com/landing-ai/vision-agent/blob/main/examples/notebooks) folder for more examples.
80
+
73
81
 
74
82
  ### Installation
75
83
  To get started with the python library, you can install it using pip:
@@ -505,3 +513,12 @@ Failure to have sufficient API credits may result in limited or no functionality
505
513
  the features that rely on the OpenAI API. For more details on managing your API usage
506
514
  and credits, please refer to the OpenAI API documentation.
507
515
 
516
+
517
+ ******************************************************************************************************************************
518
+
519
+ ## Troubleshooting
520
+
521
+ ### 1. Encounter `ModuleNotFoundError` when VisionAgent generating code
522
+
523
+ If you keep seeing a `ModuleNotFoundError` when VisionAgent generating code and seeing VisionAgent got stuck and could not install the missing dependencies, you can manually add the missing dependencies into your Python environment by: `pip install <missing_package_name>`. And then try generating code again.
524
+
@@ -36,7 +36,7 @@ vision_agent/utils/image_utils.py,sha256=rRWcxKggPXIRXIY_XT9rZt30ECDRq8zq7FDeXRD
36
36
  vision_agent/utils/sim.py,sha256=NZc9QGD6BTY5O29NVbHH7oxDePL_QMnylT1lYcDUn1Y,7437
37
37
  vision_agent/utils/type_defs.py,sha256=BE12s3JNQy36QvauXHjwyeffVh5enfcvd4vTzSwvEZI,1384
38
38
  vision_agent/utils/video.py,sha256=tRcGp4vEnaDycigL1hBO9k0FBPtDH35fCQciVr9GqYI,6013
39
- vision_agent-0.2.195.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
40
- vision_agent-0.2.195.dist-info/METADATA,sha256=5knYFtzYGyiX2wM-Fcchul12P7bZDh2YVl5XoQYkZkI,18067
41
- vision_agent-0.2.195.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
42
- vision_agent-0.2.195.dist-info/RECORD,,
39
+ vision_agent-0.2.197.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
40
+ vision_agent-0.2.197.dist-info/METADATA,sha256=b_qATdG-j1o9ksVxISHe_-NcUdd0HMgZAVF9r6Y10ek,19026
41
+ vision_agent-0.2.197.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
42
+ vision_agent-0.2.197.dist-info/RECORD,,