transcribe_wavs/readme.md

20 lines
239 B
Markdown
Raw Permalink Normal View History

2023-03-27 11:39:00 -04:00
## 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
```
2023-03-27 11:47:39 -04:00
## Usage
2023-03-27 11:39:00 -04:00
example:
```
python3 transcribe.py /path/to/diretory/
```