Closed abdullahJufri closed 1 year ago
@abdullahJufri The app currently only reads image from the device's local storage. You can modify the MainActivity.kt
file and use the method fileReader.run( images , fileReaderCallback )
where images
is an ArrayList<Pair<String,Bitmap>>
. You can populate images
by downloading them from a URL and pass it to fileReader.run
to get the embeddings generated.
Thanks @shubham0204
Hi, Can the source of the photo not be from storage but from a photo url? thanks