Posts with the tag: GUI Application
Posts
Read in 0 minute ·Sandy Bartender Dashboard
Read in 1 minute ·Beach Side Bar Database Management System Welcome to Beach Side Bar, a drinking experience that topples the great Jon Taffer. At Beach Side Bar we pride ourselves on data driven decision-making, we collect data on each transaction through our POS (Point of Sale) devices that inserts records into our data management software - Sandy. Sandy enables our business to thrive by determining inventory cycles, forecasting sales, & ensure bartenders are serving at the epitome level.
Bingo Solution
Read in 1 minute ·I implemented pytesseract Optical Character Recognition (OCR) that decoded the Bingo board and prompt using Natural Langauge Processing (NLP). I chose Bingo Blitz because the board and gameplay are vexatiously noisy. I utilized Hue, Saturation, & Value (HSV) masking to segment the numbers. Following masking, the standard median blurs, thresholding, dilation, and morphology preprocessed the board for computer vision. The application is built for Window applications utilizing the win32api to move & click with the mouse.
Maintenance End of Shift Log
Read in 1 minute ·The maintenace team requested an End of Shift application to document labor utilization. This Tkinter application is simplistic, which should support longevity and sustainability. User Requirements: Longevity and sustainability Multiple accounts within the file simultaneously The project began as an Excel Macro file hosted on SharePoint; however, the online functionality prevented multiple accounts active simultaneously. Thus, I pivoted to the Tkinter module in Python to construct a GUI accessible from multiple accounts.
Operator Hand Off Log
Read in 1 minute ·A small desktop application for operations to add hand over messages and review the past three shifts messages.