Using OpenCV in Spaces
Using OpenCV in Spaces
In order to use OpenCV in your Gradio or Streamlit Spaces, youโll need to make the Space install both the Python and Debian dependencies
This means adding python3-opencv to the packages.txt file, and adding opencv-python to the requirements.txt file. If those files donโt exist, youโll need to create them.
To see an example, see this Gradio project.
Last updated