faisalthaheem / open-lpr

Open Source and Free License Plate Recognition Software
Apache License 2.0
166 stars 25 forks source link

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

Open beingshashi opened 4 years ago

beingshashi commented 4 years ago

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 commented 4 years ago

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 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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

-----Original Message----- From: "Faisal Thaheem" notifications@github.com Sent: Sunday, January 24, 2021 1:08am To: "faisalthaheem/open-lpr" open-lpr@noreply.github.com Cc: "jywmpg" jon@superiortrafficservices.com, "Comment" comment@noreply.github.com 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 .