Question about using OpenCV on Hugging Face Spaces (Licensing/Legality)

Hi everyone,

I’m new to creating demos on Hugging Face Spaces and had a question about licensing and permissions.

I saw this really cool Space that demonstrates various OpenCV feature detection and matching functions:
https://huggingface.co/spaces/danhtran2mind/cv2-features-demo

This has inspired me to try and build my own demo, also on a Hugging Face Space, to showcase some of OpenCV’s capabilities for a portfolio project.

My question is: Is it generally permitted to create and host this kind of application?

I’m specifically wondering about:

Hugging Face’s Terms: Are there any specific Hugging Face rules I should be aware of when hosting an OpenCV demo?

1 Like

Are there any specific Hugging Face rules I should be aware of when hosting an OpenCV demo?

As long as it does not violate the general rules introduced last time, I think it is perfectly fine…
In fact, many people use OpenCV in a casual manner, such as “I want to process images, so I’ll install opencv-python.”

It is also frequently used in Hugging Face’s official documentation and courses.