FrontEnd Repo: https://github.com/extensive-vision-ai/thetensorclan-web
This Repository contains the files used for the Heroku backend, since AWS had some file size limitations
flask run --host=0.0.0.0
heroku git:remote -a thetensorclan-backend
git commit -m "update"
git push heroku master
heroku buildpacks:set heroku/python
heroku buildpacks:add --index 1 heroku-community/apt
heroku buildpacks:add https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git
heroku buildpacks
# Should show apt first, then python