Skip to content

MJ10/Vision

Repository files navigation

Vision

Vision is an app that recognizes objects in images. The application uses the MobileNet model which allows classification for a 1000 categories.

This project is quite similar to and is inspired by the TF Classify app in the TensorFlow Android examples, but is implemented using the TFLite library for faster inference on mobile.

Downloads

You can download the pre-built apk here

Usage

  • Clone the repository
  • You can now open the project in Android Studio and build and run the application.

Libraries

License

This project is licensed under the MIT License