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.
Flow of the app:
- Take a photo.
- Classify the photo from trained model.
- Show the results.
- 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.
The app consists of two main components:
MainActivity
which is responsible for taking a photo.ImageClassifier
which classifies the photo.