Release available at: https://pypi.org/project/pokemon-card-recognizer/?fbclid=IwAR3EuvXrQRoPpWwpYT8Mgp025FM-nYt6lDYTJdAVtlNgJujN08hPesJzWxg

It’s been a month long spare time hackathon, but so stoked to release this Pokemon Card Recognizer for the Meta game streaming community using some awesome Computer Vision, Deep Learning, and Robotics tech!

Recognize a Pokemon card in an image or video:

from card_recognizer.api.card_recognizer import (
    CardRecognizer, Mode) 

recognizer = CardRecognizer(
    mode=Mode.PULLS_VIDEO
)
pulls = recognizer.exec("/path/to/video")

This will help annotation of booster pack opening videos and other such Metaverse gaming experiences. It’s benchmarked quite accurately thus far! I’m so excited to support the dream of professional gaming. Are professional gaming careers actually actualizable by a large percentage of the population in the near future?

Release available at: https://pypi.org/project/pokemon-card-recognizer/?fbclid=IwAR3EuvXrQRoPpWwpYT8Mgp025FM-nYt6lDYTJdAVtlNgJujN08hPesJzWxg