Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShowMe!

ShowMe! estimates an image's appeal ("instagrammability"). Its predictions could be used to sort a collection of images.

Quickstart with Streamlit

streamlit run app.py  # navigate to browser

Deploying on Heroku

Deploying 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=1

Testing

pytest .  # test
tox -e flake8

# or do everything in tox
tox

About

Predicting Instagrammable Images for Casting Coin

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages