## Setup ### env file copy env and setup credentials ``` cp .env_sample .env ``` ### database ddl run ddl against target database ``` psql -U -d -p -h -f ddl.pg.sql ``` ## Usage example: ``` python3 transcribe.py /path/to/diretory/ ```