
I built a real-time AI Card Detection API and put a live demo online. Would love to get your feedback on its accuracy!
As a developer and a fan of the game, I’ve been working on a computer vision model specifically trained to detect and recognize playing cards in real time. It processes image data in milliseconds, mapping out card dimensions, suites, and values into clean JSON metadata.
I’ve just deployed it and wanted to share it with this community to see how it handles different types of cards, lighting conditions, and camera angles.
You can test it directly with your own images in two different ways:
🚀 Test it instantly on the web (No sign-up required): You can upload any photo containing playing cards directly to this live sandbox to see the AI bounding boxes draw over your cards in real time:https://eranfeit.net/test-in-real-time-interactive-playing-card-detection-api-demo/
🔌 Integrate the API into your own projects: If you are a developer looking to build poker calculators, stream overlays, or hand tracking software, you can test the raw endpoint parameters directly via RapidAPI:https://rapidapi.com/feitgemel/api/cards-detection-api
Drop a comment or try uploading a tricky layout to the sandbox—I'd love to know how it performs for you and what features or card decks I should optimize for next!
Thanks for checking it out!
Eran