• 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
chore: misc
2024-05-27
examples
fix: streaming doesn't use sse #15
2024-06-03
faster_whisper_server
fix: streaming doesn't use sse #15
2024-06-03
pre-commit-scripts
feat: add more pre-commit hooks
2024-05-27
tests
fix: streaming doesn't use sse #15
2024-06-03
.dockerignore
chore: ignore .env
2024-05-27
.envrc
init
2024-05-20
.gitattributes
docs: add live-transcription demo
2024-05-28
.gitignore
chore: ignore .env
2024-05-27
.pre-commit-config.yaml
feat: add more pre-commit hooks
2024-05-27
Dockerfile.cpu
feat: allow using any ctraslate2 compatible model #14
2024-06-03
Dockerfile.cuda
feat: allow using any ctraslate2 compatible model #14
2024-06-03
LICENSE
init
2024-05-20
README.md
feat: allow using any ctraslate2 compatible model #14
2024-06-03
Taskfile.yaml
chore: add lsyncd config
2024-06-03
audio.wav
docs: update README.md
2024-05-27
compose.yaml
chore: add docker compose watch attribute
2024-06-03
flake.lock
init
2024-05-20
flake.nix
deps: add httpx-sse dev
2024-06-03
lsyncd.conf
chore: add lsyncd config
2024-06-03
poetry.lock
deps: add httpx-sse dev
2024-06-03
pyproject.toml
deps: add httpx-sse dev
2024-06-03
Fedir Zadniprovskyi 2024-06-03 762b5ab chore: add lsyncd config UNIX
Raw Open in browser Change history
version: "3" tasks: server: poetry run uvicorn --host 0.0.0.0 faster_whisper_server.main:app {{.CLI_ARGS}} test: cmds: - poetry run pytest -o log_cli=true -o log_cli_level=DEBUG {{.CLI_ARGS}} sources: - "**/*.py" build: cmds: - docker compose build sources: - Dockerfile.* - faster_whisper_server/*.py create-multi-arch-builder: docker buildx create --name main --driver=docker-container docker-build: cmds: - docker compose build --builder main {{.CLI_ARGS}} sources: - Dockerfile.* - faster_whisper_server/*.py sync: lsyncd lsyncd.conf # 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 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