Skip to content

Gevent alternation for webcv (https://github.com/wanzysky/webcv) to support older versions of Python (< 3.7).

License

Notifications You must be signed in to change notification settings

wanzysky/webcv-gevent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webcv-gevent

This is an mirror implementation of webcv using gevent and Flask to support older version of Python (< 3.7). The usage is the same with webcv and diplaying of images, text, and tables is also supported:

import webcv2 as cv2

cv2.head_show("h1", "Showing an image in browser.")
cv2.imshow("image", cv2.imread("your-image.jpg"))
cv2.waitKey()

You may need pip install -r requirements.txt to install dependencies.

About

Gevent alternation for webcv (https://github.com/wanzysky/webcv) to support older versions of Python (< 3.7).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published