To run the project download visual studio code
make sure to install updated version of python(>3.6)
excute below mentioned commands in the terminal
pip3 install virtualenv
virtualenv local
pip3 install pandas
pip3 install flask
export FLASK_APP=website
flask run