gvision
gvision copied to clipboard
Issue
Saw your tool and that you mentioned me on Google.
I woud like to try it out but I get an error
Have you tried using it locally?
I am aware of the streamlit bug and am working on fixing it
GitHub Copilot: The error message you provided indicates that there is an issue with the cv2
module, which is used for computer vision tasks in Python.
Here are a few things you can try to resolve the issue:
-
Make sure that OpenCV is installed on your system. You can install it using pip by running the following command in your terminal or command prompt:
pip install opencv-python
-
Make sure that you have the correct version of OpenCV installed for your system. You can check the version of OpenCV that is installed by running the following command in your Python interpreter:
import cv2 print(cv2.__version__)
If the version number is not what you expect, you may need to uninstall and reinstall OpenCV using the correct version.
-
Make sure that the
cv2
module is installed in the correct location. Depending on your system and Python installation, thecv2
module may need to be installed in a specific location. You can try reinstalling OpenCV using the--target
option to specify the installation location:pip install opencv-python --target=/path/to/installation/location
Replace
/path/to/installation/location
with the path to the directory where you want to install OpenCV.
If none of these solutions work, please provide more information about the error message you are seeing, including the full traceback and any other relevant details.
Have you tried using it locally?
I am aware of the streamlit bug and am working on fixing it
Check out my new Version
@GONZOsint Check out my new Version on Github