This commit is contained in:
Paul Trowbridge 2023-03-27 11:39:00 -04:00
parent c61ec44c3d
commit e42ee9b9d6
1 changed files with 19 additions and 0 deletions

19
readme.md Normal file
View File

@ -0,0 +1,19 @@
## 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/
```