Android app for recognizing objects in photos. Recognition is carried out directly on the device. User can choose photo from gallery or take a new one with camera.
A neural network from official GitHub PyTorch https://github.com/pytorch/android-demo-app was used for demonstration of work.
- Adnroid SDK
- Kotlin
- MVVM
- Coroutines
- Dagger 2
- PyTorch Lite
- LiveData