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

How can we convert the web dashboard into Web service #5

Open
beingshashi opened this issue Feb 29, 2020 · 4 comments
Open

How can we convert the web dashboard into Web service #5

beingshashi opened this issue Feb 29, 2020 · 4 comments

Comments

@beingshashi
Copy link

Hi,
First of all, thank you for such a great tool.

I have requirement of building a microservice in the form of API or web service which accepts image URL or video URL as an input and in the response sends recognized plate number with an accuracy of the data.

Any idea.

Thanks

@faisalthaheem
Copy link
Owner

Hi

Doable for sure, can you check the node red examples? you will need to expose a custom endpoint, which will

  1. download the image from the given url
  2. store the image in the shared location
  3. publish a message onto the message queue for the processing to start

hope that helps.

regards

@jywmpg
Copy link

jywmpg commented Jan 22, 2021

Hi,
This looks like a great tool. Does it require a 64 bit machine?
I tried to install on a 32-bit computer (armv7l-based SBC) and get the following error, repeated several times
ERROR: Could not find a version that satisfies the requirement tensorflow==1.13.1
Googling points at the number of bits in the CPU (2 vs 64). Do you know how I might get around this error?

Thanks!

jw

@faisalthaheem
Copy link
Owner

Hi Jw

Yes a 64-bit machine is required. I would recommend a machine with an nvidia gpu to get the best performance.

Regards
Faisal

@jywmpg
Copy link

jywmpg commented Jan 24, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants