Android image-labelling app
by asfarley
Need to label a large set of images for training a classifier? Try this app:
https://play.google.com/store/apps/details?id=com.asfarley.imageclasslabeller
The app takes a URL pointing to an Apache-style index of your image dataset. Class types are user-configured. Results are emailed to the user.
The app is targeted at neural-network/machine learning developers. It’s been tested with .bmp and .jpg images, and should also work with .png/.gif types.
As an alternative to directly serving an image dataset in a public Apache directory, the images can be placed in a public Dropbox folder with an accompanying manually-constructed index.html file (example to come soon).