Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Allow downloading models from GitHub release with Ketch #9

Open
shubham0204 opened this issue Sep 5, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@shubham0204
Copy link
Owner

Currently, the two TFLite models for FaceNet and FaceNet-512 are stored in the assets folder of the project and are bundled with the APK. This increases the size of the APK greatly.

Instead, the models can be stored in a GitHub release of this repository, and downloaded at runtime (after installation) from the app using the Ketch library. The models will then be downloaded in the app's internal storage (filesDir) and accessed by the TFLite Interpreter for inference.

@shubham0204 shubham0204 self-assigned this Sep 5, 2024
@shubham0204 shubham0204 added the enhancement New feature or request label Sep 5, 2024
@shubham0204 shubham0204 added this to the v0.0.2 milestone Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant