bundesAPI / deutschland

Die wichtigsten APIs Deutschlands in einem Python Paket.
Apache License 2.0
1.18k stars 66 forks source link

Model for CAPTCHAs in ONNX format #55

Closed severinsimmler closed 2 years ago

severinsimmler commented 2 years ago

Hi,

I have exported your model to solve the CAPTCHAs to the ONNX format. This has the advantage that you get rid of TensorFlow as a dependency (~500 MB) and can use onnxruntime (~5 MB) for inference instead – would make the whole project way more lightweight. There are also significantly fewer problems updating onnxruntime than TensorFlow without breaking the model.

And I could also fix https://github.com/bundesAPI/deutschland/issues/8, if you're interested.

severinsimmler commented 2 years ago

So, if this project is still actively maintained and you're interested in adapting my suggestions, I will prepare a PR for this :blush:

LilithWittmann commented 2 years ago

Awesome, please create a PR!

severinsimmler commented 2 years ago

@LilithWittmann See https://github.com/bundesAPI/deutschland/pull/56 :)