-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Including manga ocr in android app? #83
Comments
I got manga-ocr running on Android via termux and it took about 3-4 seconds per image on a Snapdragon 8+ Gen 1. That's a significant delay but not unuseably slow. Shipping PyTorch in an app is very impractical though, realistically you would port to ONNX and run the model on NPU via NNAPI to speed up inference and reduce battery consumption. Also the model itself is 444 MB so quantizing to int8/int4 would be a must to keep storage requirements down. |
|
You should make a seperate issue for this. In the issue put how you're getting to this error: installing from pip or cloning the repo, the command you're running, etc. |
How feasible would it be to use manga ocr to power a manga reading app?
Would a typical smartphone be able to run ocr on a line of text in a reasonable amount of time?
How big would the installation be?
And would it even be technically possible to include it in the app code?
The text was updated successfully, but these errors were encountered: