Skip to content

EmmanuelAllanMJ/EVS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers MIT License


EVS - Efficient Verification System

Create yourselves a verification token using the power of immutable BlockChain
View Demo

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

EVS is the process of verifying a customer's identity using electronic methods, such as online forms or biometric data. It is a faster, more convenient, and more secure way of completing the customer onboarding process. It eliminates the need for in-person visits and physical documents, allowing customers to quickly and easily complete their KYC verification. EVS also helps to reduce fraud and money laundering, as it allows businesses to quickly and accurately verify the identity of their customers. Additionally, EVS helps to streamline the customer onboarding process, allowing businesses to focus on more value-adding activities.

Here! we have a Simple UI, get ready with your Aadhaar and PAN card, take a clear snap of it and upload it to the form. Using these information we validate the details of the person and human verifcation then we create a unique and immutable block of this data with a creative NFT that can be again used to verify the persons identity. So now you have a unique digital id that can be used by industries or banks to verify the identity. Just decode the NFT and match with the given details by the user.

Built With

  • Next JS
  • Python
  • Flask
  • NodeJS
  • OpenCV
  • Solidity
  • Azure

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

You will need the following software.

  • npm
    npm install npm@latest -g
  • Python Virtual env
    cd Flask
    python -m venv Flask 

Installation

Below are the instructions to setup the project locally , don't forget to cd to the respective folders mentioned.

  1. Clone the repo
    git clone https://github.com/EmmanuelAllanMJ/EVS.git
  2. Install NPM packages in the Server and Frontend folders
    npm install
  3. Setup Flask
    cd Flask
    docker build -t emmanuelallan/evs:1.1 .
    docker run -p 5000:5000 emmanuelallan/evs:1.1
    or
    docker pull emmanuelallan/evs:1.1

(back to top)

Roadmap

  • Add Readme
  • Make site responsive

See the open issues for a full list of proposed features (and known issues).

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contributors

Project Link: https://github.com/EmmanuelAllanMJ/EVS

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)