• Y
  • List All
  • Feedback
    • This Project
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
yjyoon / whisper_server_speaches star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
whisper_server_speachesTaskfile.yaml
Download as .zip file
File name
Commit message
Commit date
.github/workflows
ci/fix: incorrect image name (fixes #232)
01-13
configuration
feat: add instrumentation
2024-12-17
docs
rename to `speaches`
01-12
examples
rename to `speaches`
01-12
scripts
chore: misc changes
2024-10-03
src/speaches
rename to `speaches`
01-12
tests
rename to `speaches`
01-12
.dockerignore
fix: .dockerignore
01-12
.envrc
init
2024-05-20
.gitattributes
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.7.2
2024-11-02
.gitignore
chore: update .gitignore
2024-07-03
.pre-commit-config.yaml
chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.31.0
01-12
Dockerfile
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.18
01-12
LICENSE
init
2024-05-20
README.md
chore: update HuggingFace Space URL
01-12
Taskfile.yaml
rename to `speaches`
01-12
audio.wav
chore: update volume names and mount points
01-10
compose.cpu.yaml
rename to `speaches`
01-12
compose.cuda-cdi.yaml
rename to `speaches`
01-12
compose.cuda.yaml
rename to `speaches`
01-12
compose.observability.yaml
chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.117.0
01-12
compose.yaml
rename to `speaches`
01-12
flake.lock
deps: update flake
2024-11-01
flake.nix
deps: add cuda packages to flake.nix required by onnxruntime-gpu
01-13
mkdocs.yml
rename to `speaches`
01-12
pyproject.toml
deps: add kokoro deps
01-13
renovate.json
feat: renovate handle pre-commit
2024-11-01
uv.lock
deps: add kokoro deps
01-13
Fedir Zadniprovskyi 01-12 a6e2024 rename to `speaches` UNIX
Raw Open in browser Change history
version: "3" tasks: server: cmds: - pkill --signal SIGKILL --echo --full 'uvicorn --factory --host 0.0.0.0 speaches.main:create_app' || true - opentelemetry-instrument uvicorn --factory --host 0.0.0.0 speaches.main:create_app {{.CLI_ARGS}} sources: - src/**/*.py test: cmds: - pytest -o log_cli=true -o log_cli_level=DEBUG {{.CLI_ARGS}} sources: - src/**/*.py create-multi-arch-builder: docker buildx create --name main --driver=docker-container cii: cmds: - act --rm --action-offline-mode --secret-file .secrets {{.CLI_ARGS}} # Python's urllib3 takes forever when ipv6 is enabled # https://support.nordvpn.com/hc/en-us/articles/20164669224337-How-to-disable-IPv6-on-Linux disable-ipv6: sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1 && sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1 enable-ipv6: sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0 && sudo sysctl -w net.ipv6.conf.default.disable_ipv6=0 # NOTE: no longer used. Should be removed, but keeping for now. download-test-data: # Downlod audio files for testing into `tests/data` cmds: - huggingface-cli download --repo-type dataset 'google/fleurs' 'data/en_us/audio/dev.tar.gz' - cp $HOME/.cache/huggingface/hub/datasets--google--fleurs/snapshots/199e4ae37915137c555b1765c01477c216287d34/data/en_us/audio/dev.tar.gz . - tar xzf dev.tar.gz - rm dev.tar.gz - mkdir -p tests/data - mv dev/* tests/data - rm -r dev - ls tests/data/*.wav | parallel ffmpeg -y -hide_banner -i {} -ac 1 -ar 16000 -f s16le -acodec pcm_s16le {.}.raw - ls tests/data | grep -v '\.raw$' | xargs -I {} rm -rf tests/data/{}

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up