Skip to content

Latest commit

 

History

History
98 lines (73 loc) · 3.43 KB

README.md

File metadata and controls

98 lines (73 loc) · 3.43 KB

Karma Auth App (Web-client😎)

Autocomplete the user profile form from the document's photo

Assumption:

Continuing the theme of the development of Karma as a platform: we want to provide network members with the organization of additional services. So, for example, one of the infrastructural elements of the system is a service or company that performs KYC authorization of a potential borrower or creditor, with the possibility to publish information about a particular purse in the public distributed register of Karma without publishing information about its owner's personal data. One of the needs of such a service is a simple and quick way to fill out all forms associated with the client's personalization. For example, on the site of such a company.

Idea:

User can take photo of document at registration stage, and the profile of user's Karma wallet should be auto-generated from the fields of the identity document instance, without manual form-fields input. And you can also scan the property registration certificate / driver's license and other documents and fill out the data required for applying for a loan from Karma.

Reference photo for checking the application 👈

Objectives

  • Code refactor
  • Use *CV library on server/client side to crop *white-space* on image
  • Use *CV library on server/client side to text block allocation
  • Research on image optimization algorithms to improve the quality of allocated blocks
  • Add several documents types to autocomplete list

Interaction scheme

preview 1

Screenshots

preview 1preview 1preview 1


Web application build with:

Frontend Webpack boilerplate

Contains

Build tools

Setup

$ npm install

Running

$ npm start

Build

$ npm run build

Code Format

$ npm run prettier

License

MIT