See requirements.txt for the list of all python libraries used for the implementation and execution of this project.
$ pip3 install -r requirements.txt
$ python3 -m flask run
- Project is implemented as a 3-tier application
gui
directory contains the interface layerapplayer
directory contains the logical layer for all interactionsdatalayer
directory contains the code for interfacing with data sources