• 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_speachestestsconftest.py
Download as .zip file
File name
Commit message
Commit date
.github/workflows
ci: update how images are tagged, enable multi-arch builds
2024-06-03
examples
chore: update docker tag to latest
2024-06-03
faster_whisper_server
feat: add a playground
2024-06-23
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
deps: add aider
2024-06-23
.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
chore: update docker tag to latest
2024-06-03
Taskfile.yaml
ci: update how images are tagged, enable multi-arch builds
2024-06-03
audio.wav
docs: update README.md
2024-05-27
compose.yaml
chore: update docker tag to latest
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 gradio
2024-06-23
pyproject.toml
deps: add gradio
2024-06-23
File name
Commit message
Commit date
__init__.py
feat: add /v1/models and /v1/model routes #14
2024-06-03
api_model_test.py
feat: add /v1/models and /v1/model routes #14
2024-06-03
app_test.py
chore: rename to 'faster-whisper-server'
2024-05-27
conftest.py
init
2024-05-20
sse_test.py
fix: streaming doesn't use sse #15
2024-06-03
Fedir Zadniprovskyi 2024-05-20 6fad074 init UNIX
Raw Open in browser Change history
import logging disable_loggers = ["multipart.multipart", "faster_whisper"] def pytest_configure(): for logger_name in disable_loggers: logger = logging.getLogger(logger_name) logger.disabled = True

          
        
    
    
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