#407 · Primary category: Computer Vision

cvlib

computer-vision deep-learning image-processing machine-learning python

A simple, high level, easy to use, open source Computer Vision library for Python.

Project last updated:10/06/23

GitHub Stars

670

Forks

126

Contributors

5

License

MIT

Why we included this project

cvlib keeps computer vision approachable. A handful of Python functions wrap OpenCV's dnn module and pre-trained models, so detect_face() hands back bounding boxes and confidence scores, detect_gender() returns labels with probabilities, and object detection follows the same pattern. You get working results in a few lines of code without training or tuning anything yourself, which makes it a natural fit for quick prototypes and classroom demos, or any small script where the output matters more than the machinery behind it. It is not a heavyweight framework, but for plain detection tasks the code stays readable and the setup stays minimal.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category