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

Question #63

Closed
fkurushin opened this issue Sep 14, 2024 · 3 comments
Closed

Question #63

fkurushin opened this issue Sep 14, 2024 · 3 comments
Labels
question Further information is requested

Comments

@fkurushin
Copy link

Does this library download model any time user interacts with the app or with the web-app?

@riderodd
Copy link
Owner

The NPM package is not up-to-date for now, so it does not download any model, you have to download it yourself.
If you use the git repo as source, you can use dynamic model loading, but the package itself doesn't download anything, you have to do it by yourself. Look at the readme, there are examples.
Moreover, there's no compatibility with web environment, it's only iOS/Android native.

@fkurushin
Copy link
Author

@riderodd Okay, does it load the same model every time the user opens the app, or does it load it once at a time?

@riderodd
Copy link
Owner

What do you mean by "load" ? As I said, the package does not download anything. You have to download a model and put it in your app. Then you load it from your local filesystem into memory using the package.

@riderodd riderodd added the question Further information is requested label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants