Android App, with TFLite Image classification and object detection. Model is ready, just deployment.

Job ID: 33868766

Budget: $30 – $250 USD

Looking for someone to deploy my TFLite models on Android devices. The models have been trained and they are all tested on android demo apps.
The function of the app is to classify traits of multiple fruit flies in images.
1. Import images from mobile phone gallery
2. Use the object detection tflite model (like YOLO) to get bounding boxes of individual fruit flies in the images.
3. Cut original images (containing multiple flies) into many smaller images (with only one fly each) according to the bounding boxes.
4. Feed the smaller images into the image classification tflite model to classify traits of every single fruit fly.
5. Display a brief summary of the result on the UI and generate a .csv file to record all results in detail.