GitXplorerGitXplorer
a

image-labeler

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
899aba8b6f676ada4ef56fd134a9bd55494db700

Push updated files.

aavsolatorio committed 6 years ago
Unverified
295ae7d8b96f2dfe84e4685f64cd9bf22f8d0231

Merge remote-tracking branch 'origin/master'

aavsolatorio committed 6 years ago
Verified
3d081989f81d9d73dfe01ebdec90d01e6fea9c9b

Add files via upload

aavsolatorio committed 7 years ago
Unverified
9d21c7f3c9b0fba10ff8d58a06a3bc18e703745a

Notes for app signing. Remove warning box.

aavsolatorio committed 7 years ago
Unverified
6e04cc486990b1d4895f3b05a6465d6c92806ce6

Update README.md

aavsolatorio committed 7 years ago
Unverified
3236308e6f5c1aca17f593f3eb3f968fc8f47f99

Update README.md

aavsolatorio committed 7 years ago

README

The README file for this repository.

Image Labeler App

Supervised machine learning (ML) projects rely heavily on annotated datasets. Tools can be developed to facilitate and make the task of annotation / labeling more efficient and scalable.

This project consists of a simple android app that can be used to label images into binary classes. The app is built using React Native.

An implementation for an image server API is also available (image_server/image-server.py) from which the app will connect to to serve images that need to be annotated.

The server requires the following modules:

  • flask
  • flask_restful
  • pandas

Steps needed during development:

  • Run image-server.py <path-to-data>.
  • Run python -m SimpleHTTPServer 8800 in the image directory (<path-to-data>/img).
  • Run npm start in the project root directory.
  • Run an Android Emulator or connect an android device.
  • Open another terminal in the project root directory and run react-native run-android. Alternatively, Android Studio can be used to build and install the app to the emulator or device.

Screenshots for car labeler: Car

Not car