-
Notifications
You must be signed in to change notification settings - Fork 25
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
Pyodide #10
Comments
Hi, I haven't tried Also, might be worth looking at https://onnxruntime.ai/docs/tutorials/web/. |
I am designing a page with Python and an HTML interface that reads vehicle license plates and registers them in the database. |
@mntsbf so the running of number plate detection is done on the device or are you uploading the image to the server? |
The app captures images in real time at 0.3-second intervals and sends them to the system. |
Has anyone ever tried to use this with WebAssembly and Pyodide and have a single page application with JavaScript and have the plate detection on the device and not upload the photo to the server?
The text was updated successfully, but these errors were encountered: