Skip to main content

Posts

Information of DigiLocker

1) DigiLocker means digital locker. It is the digital online service of uploading and fetching the documents provided by government of India under its Digital India initiative. This service has launched by our Prime Minister Narendra Modi on 1 July 2015 . Most of the documents we can download from this DigiLocker. 2) DigiLocker has many organizations where people can download their original documents. E.g. - we can download digital driving license before it reaches physically at our home. We can get Aadhar number, life insurance policies, car or two-wheeler insurance etc. on DigiLocker. Everything is available on DigiLocker. So it is being popular among users. 3) DigiLocker has 4 main pillars.              i) User - who possess the Aadhar number they can register to DigiLocker. To get OTP, our mobile number should be linked with Aadhar.             ii) Issuer (Organizat...
Recent posts

Handwritten Digit Recognition using Machine Learning

The aim of this project is to implement a classification algorithm to recognize handwritten digits (0-9). Implementation             This project is mainly divided into three steps:             1) Machine learning model             2) Image processing             3) GUI Application We can create this project only by using in-built datasets of machine learning. But to  visualize the real world application we have added the image processing and application part in this project. Now let’s see each step one by one in briefly. 1) Machine learning model-: ·        What is scikit-learn or sklearn? Scikit-learn is probably the most useful library for machine learning in Python. The sklearn library contains a lot of efficient...