This repository contains the code for Axis Bank AI Challenge (THEME: Signature Recognition) hosted on HackerEarth.
Run the following commands on the root directory. Step 2 to 4 should be followed only if you are setting database from scratch. This repo already contains a database.:-
pip install -r requirements.txt
flask db init
flask db migrate -m "users table"
flask db upgrade