Overview: This Python program captures frames from a live poker game on a specified website, runs a YOLOv8 model for symbol recognition, and saves the respective symbol colors in an Excel file. The script utilizes libraries such as pyautogui, webbrowser, tkinter, ultralytics, and openpyxl to achieve the desired functionality.
Features: Live Frame Capture: The program uses pyautogui to capture frames from a specified region of the screen, focusing on the live poker game.
YOLOv8 Symbol Recognition: The captured frames are processed through a YOLOv8 model (Detector.pt) for symbol recognition. The detected symbols are then classified into color categories.
Excel File Output: The script generates an Excel file (New_Results2.xlsx) to store the recognized symbols' respective colors. Each row represents a captured frame, and columns represent different users and their symbol colors.
Poker Symbol Recognition with YOLOv8 and Python. Contribute to FasihCodes/Live-Poker-Game-Analysis-YOLOv8 development by creating an account on GitHub.