How to run a python script on images present in firebase? -


i have image in firebase acccount , want run python script on image , result back.

can suggest me simple way this?

i tried hosting python file in heroku. fetching image firebase heroku , running python script overhead.

is there simpler way run python script in firebase itself?

there handful of python wrappers firebase have not been updated in awhile. try getting started pyrebase, try tutorial getting started on heroku python.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -