Skip to content

An android app to classify images using TensorFlow library.

License

Notifications You must be signed in to change notification settings

foyez/virtual-museum-tf

Repository files navigation

TensorFlow - Virtual Museum

This is my university project using TensorFlow library on Android to classify images. This project is inspired from a thesis paper called: Image recognition on an Android mobile phone

If you're interested how the model was created, you can read about it on TensorFlow For Poets.


Usage

Flow of the app:

  1. Take a photo.
  2. Classify the photo from trained model.
  3. Show the results.
  4. After clicking Details button, it shows details from wikipedia api & plays text to speech. If the details are not found in wikipedia, it shows no details found.

Code structure

The app consists of two main components:

  1. MainActivity which is responsible for taking a photo.
  2. ImageClassifier which classifies the photo.

About

An android app to classify images using TensorFlow library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages