card.io-Android-source
card.io-Android-source copied to clipboard
How we can create datamodel for slash or other characters such as applym_730c4cbd for slash?
Thanks in advance.
Well, the API for the models is well-defined: It takes in a set of pixels in a particular format and returns an output in a particular format. You can substitute any model or processing at all there.
I assume you're asking how we creating that model, though, and whether you can reuse that approach. There's a separate repo that is not open source that contains the code we use to train the models and then generate code for the card.io client source trees. Unfortunately, that training code is not currently open source. Note that one needs not just code but also data--many images of credit cards. For obvious reasons, we will likely never be able to share our training data.
What are you trying to accomplish? Perhaps there is another way to get to your goals.