ASIC Warranty Checker
WarrantyCheckerBot is a Telegram bot that allows you to check the rest of the mining equipment guarantee.The bot processes the messages with the serial numbers of the ASIC devices and the photos of the guarantee attachments, and then sends the user information about the guarantee status.The technology:
Boot written in Python using the aiogram, easyOCR, cv2 library
The code uses the methods of binarization of the image and so on the operator of SOBEL,
for more accurate recognition of the text.To obtain information about the warranty from the site, the BeautifulSoup library was used
The functional:
Check the remainder of the mining equipment guarantee by serial number or photo of the guarantee stick
Notification of the user about the status of guarantee
Examples of use:
The user sends the serial number of the ASIC device or a photo of the warranty stick, the bot processes the request and sends the user information about the warranty status.This bot is flexible in setting and can be easily re-learned to recognize the required text.
Boot written in Python using the aiogram, easyOCR, cv2 library
The code uses the methods of binarization of the image and so on the operator of SOBEL,
for more accurate recognition of the text.To obtain information about the warranty from the site, the BeautifulSoup library was used
The functional:
Check the remainder of the mining equipment guarantee by serial number or photo of the guarantee stick
Notification of the user about the status of guarantee
Examples of use:
The user sends the serial number of the ASIC device or a photo of the warranty stick, the bot processes the request and sends the user information about the warranty status.This bot is flexible in setting and can be easily re-learned to recognize the required text.