Physiological Analysis Tool is a tool that helps to understand the physiological and mental condition of the person during a conversation.
PAT requires python 3.7 to be installed on your machine
- Git clone
- Put the relevant mp4 video file into the static/video directory, and name it data.mp4
- Put the relevant csv data file into the csv directory, and name it data.csv
- Run: 'pip install flask'
- From the root directory run: 'FLASK_APP=app.py FLASK_ENV=development flask run'