Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.43 KB

README.md

File metadata and controls

54 lines (42 loc) · 1.43 KB

Project Checku

Table of Contents

About the Project

Checku is an easy-to-use automated payment verification platform which aims to improve the efficiency of cheque payment processing through OCR and AI. Staffs that are verifying these cheques will no longer need to check through each and every record in the database for verification, as Checku will check it for them.

Build Details

Checku is built with Angular 7 and Python

Getting Started

Prerequitsites

Installation

Angular:

  1. Install node modules:
project-checku\project-checku-angular> npm install
  1. Run the following command to view the website on localhost:
project-checku\project-checku-angular> ng serve

Python/Flask:

  1. Install the required modules using requirements.txt:
project-checku\project-checku-python> py -m pip install -r requirements.txt
  1. Run app.py to run server on localhost:
project-checku\project-checku-python> py app.py

MSSQL Database

//todo

Usage

coming soon.

Acknowledgements