open-lpr icon indicating copy to clipboard operation
open-lpr copied to clipboard

How can we convert the web dashboard into Web service

Open beingshashi opened this issue 4 years ago • 4 comments

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

beingshashi avatar Feb 29 '20 15:02 beingshashi

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

faisalthaheem avatar Feb 29 '20 19:02 faisalthaheem

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

jywmpg avatar Jan 22 '21 17:01 jywmpg

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

faisalthaheem avatar Jan 24 '21 08:01 faisalthaheem

Faisal, Thanks very much for your reply. It looks like a very powerful piece of software. jw

-----Original Message----- From: "Faisal Thaheem" [email protected] Sent: Sunday, January 24, 2021 1:08am To: "faisalthaheem/open-lpr" [email protected] Cc: "jywmpg" [email protected], "Comment" [email protected] Subject: Re: [faisalthaheem/open-lpr] How can we convert the web dashboard into Web service (#5)

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 — You are receiving this because you commented. Reply to this email directly, view it on GitHub , or unsubscribe .

jywmpg avatar Jan 24 '21 17:01 jywmpg