STSreekar Tammanainsreekartammana.hashnode.dev·Feb 28, 2023 · 4 min readText Detection Using EasyOCR PythonIntroduction👨🏫 What is EasyOCR? EasyOCR is a Python package that uses deep learning algorithms to perform Optical Character Recognition (OCR) on images. This package can extract text from images of documents, signs, labels, and more. It uses neura...00
STSreekar Tammanainsreekartammana.hashnode.dev·Oct 24, 2021 · 4 min readTodo App with HTML,CSS,JS (Frontend Part)Heyyyy there! Welcome back to the 2nd part of the Todo App. If you still haven't read 1st part check it here. In this post, we are going to design our Todo App using CSS. NOTE : To make design easy I have added a few extra div sections Let's begin! I...01S
STSreekar Tammanainsreekartammana.hashnode.dev·Oct 16, 2021 · 6 min readTodo App with HTML,CSS,JS (Backend Part)In the current busy world, we have many tasks to be completed daily. Sometimes we forget few tasks to be done. So, the Todo app has become a part of daily life for people. In this blog, you will be learning(Backend) how to create a simple Todo App u...03SAI