My code is currently working on my local machine with moviepy in flask, and I want to deploy it as a web application. I was able to successfully deploy it on Heroku using this buildpack: https://github.com/ello/heroku-buildpack-imagemagick. However, it's consuming too much RAM, and I can't afford the $500 package for 4GB of RAM. I'm now trying to deploy it on the Google App Engine standard environment, but I'm getting this error: This error may be due to the fact that ImageMagick is not installed on your computer.
Can you please suggest the best solution for deploying it?
I was able to successfully deploy it on Heroku using this buildpack: https://github.com/ello/heroku-buildpack-imagemagick.