ShowMe! estimates an image's appeal ("instagrammability"). Its predictions could be used to sort a collection of images.
streamlit run app.py # navigate to browserDeploying the web app on Heroku can be done with the following:
git add .
git commit -m "heroku"
git push heroku master
heroku ps:scale web=1pytest . # test
tox -e flake8
# or do everything in tox
tox