The following instruction to run the project:
i) create new virtual environment in project directory
python3 -m venv venv
ii) activate the virtual environment
source venv/bin/activate
iii) install the dependecies
pip3 install -r requirements.txt