Spaces:
Sleeping
Sleeping
| install: | |
| poetry install | |
| run: | |
| poetry run python main.py | |
| lint: | |
| poetry run pflake8 improvisation_lab scripts tests main.py | |
| poetry run mypy improvisation_lab scripts tests main.py | |
| poetry run pydocstyle improvisation_lab scripts tests main.py | |
| format: | |
| poetry run black improvisation_lab scripts tests main.py | |
| poetry run isort improvisation_lab scripts tests main.py | |
| test: | |
| poetry run pytest -vs tests | |
| pitch-demo-web: | |
| poetry run python scripts/pitch_detection_demo.py --input web | |
| pitch-demo-direct: | |
| poetry run python scripts/pitch_detection_demo.py --input direct | |
| # Target alias (Default: input voice via web) | |
| pitch-demo: pitch-demo-web | |