Skip to content

abhatt00/Card_Reader

 
 

Repository files navigation

IMAGE RECOGNITION THROUGH MACHINE LEARNING

Run app.py and go to 127.0.0.1:5000 to start card detection

Card detection based on the number and suit displayed on the corner of each playing card. Using Python to access the laptop webcam, take each frame as a singular image and recognize the five cards in the webcam window. Once five cards are recognized by the camera, the image is analyzed for each card number and each suit. The best available five-card Poker hand is displayed in the terminal window.

Webpage: Main screen “”

MongoDB: Database image “”

We utilized MongoDB to take each recognized image and convert it to a string, then convert it back to an image once the correct card value is shown.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 39.5%
  • Jupyter Notebook 34.2%
  • HTML 25.2%
  • CSS 1.1%