DEMO
Introduction:-
Here I have designed the system of Smart KYC where you will be able to extract the data from the AADHAR-CARD like your Name, Date of Birth, Gender, Aadhar- number and Mobile number(if provided) and Address by simply scanning its image using the concept of AWS REKOGNITION TEXT IN IMAGE service, Flask and Open-CV in python.
1.Working of the system:-
THE SIMPLE 4 STEPS PROCESS IS SHOWN IN ARCHITECTURE:-
2. Wrapping Up:-
The System was Implemented with AWS REKOGNITION TEXT IN IMAGE service, Open-CV and Flask with Python and finally designing the Smart KYC system by just simply scanning the Image of AADHAR-CARD. The purpose of this project is to serve Fintech Companies like Paytm to reduce the cost during KYC and also Ease for Consumers.
To run this project in your development machine, follow these steps:
-
Fork this repo and clone your fork:
git clone https://github.com/anujdev11/smart_kyc -
Install dependencies:
pip install -r requirements.txt -
If everything is alright, you should be able to start the Flask development server:
python main.py -
Open your browser and go to http://127.0.0.1:7000

