MartinSahlen/cloud-functions-python

cloud function used for OpenCV python possible?

santhoshdc1590 opened this issue · 1 comments

I am new to this cloud thing and also building a python application.
This will be my first python application.
I have a python code that requires these libraries
matplotlib
numpy
OpenCV
scipy
sys

OpenCV is installed using make on local system, how will this library be called and used on cloud function?

Is it possible to use cloud function with these other dependent libraries? if possible how?

Will using opencv like this installing using pip work?

pip install opencv-python==