1

I have written the code which is integrated with tensoerlow model for image classification but now i want to store that classified data in the database i.e. internal storage.So what can I do for that. The tensorflow model is flower detection.

1 Answers1

0

I assume you're following codelab Recognize Flowers with TensorFlow Lite on Android. From Step 7, you can modify recognizeImage method to export classification result to local file or database. The methods can vary depending on your use case, but for simply exporting to file, you can start from this SO thread.

Read/Write String from/to a File in Android

Taehee Jeong
  • 146
  • 2