Go to file
Tomasz Frątczak 1fe049e065 add regex to test if audio file names are correctly formated 2024-02-17 16:49:12 +01:00
notescriber add regex to test if audio file names are correctly formated 2024-02-17 16:49:12 +01:00
tests adding test cases, adding logger 2024-02-16 22:35:01 +01:00
.gitignore basic working config loader 2024-02-13 23:45:16 +01:00
LICENSE Initial commit 2024-02-11 21:11:02 +00:00
README.md adding test cases, adding logger 2024-02-16 22:35:01 +01:00
dockerfile moving to not-inotify based file discovery 2024-02-15 23:22:37 +01:00
example.config.yaml basic working config loader 2024-02-13 23:45:16 +01:00
load_model.py make the model be pre-loaded into the image 2024-02-14 22:33:37 +01:00
makefile Create basic app skeleton around pyinotify 2024-02-12 00:18:09 +01:00
notescriber.py adding test cases, adding logger 2024-02-16 22:35:01 +01:00
pyproject.toml Create basic app skeleton around pyinotify 2024-02-12 00:18:09 +01:00
requirements.txt moving to not-inotify based file discovery 2024-02-15 23:22:37 +01:00

README.md

notescriber

Usage

python notescriber.py --path /path/to/data

Testing

Set up virtual environment:

python -m venv .
source bin/activate
make bootstrap
make test

Run tests:

make test