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.
Checku is built with Angular 7 and Python
- Install node modules:
project-checku\project-checku-angular> npm install
- Run the following command to view the website on localhost:
project-checku\project-checku-angular> ng serve
- Install the required modules using
requirements.txt
:
project-checku\project-checku-python> py -m pip install -r requirements.txt
- Run
app.py
to run server on localhost:
project-checku\project-checku-python> py app.py
//todo
coming soon.