• 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_speachesrequirements-dev.txt
Download as .zip file
File name
Commit message
Commit date
.github/workflows
ci: add test action
2024-07-03
examples
docs: add js example
2024-07-16
faster_whisper_server
fix: Correct closing logic in AudioStream to prevent discarding remaining data
2024-07-17
tests
chore: delete failing tests
2024-07-03
.dockerignore
chore: ignore .env
2024-05-27
.envrc
init
2024-05-20
.gitattributes
docs: add live-transcription demo
2024-05-28
.gitignore
chore: update .gitignore
2024-07-03
.pre-commit-config.yaml
update pre-commit deps, replace custom pyright hook
2024-07-03
Dockerfile.cpu
fix task enum vals, fix env var parsing, improve gradio, use uv in dockerfile
2024-06-23
Dockerfile.cuda
fix task enum vals, fix env var parsing, improve gradio, use uv in dockerfile
2024-06-23
LICENSE
init
2024-05-20
README.md
Update README.md
2024-07-03
Taskfile.yaml
deps: update
2024-07-16
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: update
2024-07-16
lsyncd.conf
chore: add lsyncd config
2024-06-03
overrides.txt
deps: update
2024-07-16
pyproject.toml
deps: update
2024-07-16
requirements-all.txt
deps: update
2024-07-16
requirements-dev.txt
deps: update
2024-07-16
requirements.txt
deps: update
2024-07-16
Fedir Zadniprovskyi 2024-07-16 026ed53 deps: update UNIX
Raw Open in browser Change history
# This file was autogenerated by uv via the following command: # uv pip compile --override overrides.txt --extra dev pyproject.toml aiofiles==23.2.1 # via gradio altair==5.3.0 # via gradio annotated-types==0.7.0 # via pydantic anyio==4.4.0 # via # httpx # openai # starlette # watchfiles attrs==23.2.0 # via # jsonschema # referencing av==12.2.0 # via faster-whisper certifi==2024.7.4 # via # httpcore # httpx # requests cffi==1.16.0 # via soundfile charset-normalizer==3.3.2 # via requests click==8.1.7 # via # typer # uvicorn coloredlogs==15.0.1 # via onnxruntime contourpy==1.2.1 # via matplotlib ctranslate2==4.3.1 # via faster-whisper cycler==0.12.1 # via matplotlib distro==1.9.0 # via openai dnspython==2.6.1 # via email-validator email-validator==2.2.0 # via fastapi execnet==2.1.1 # via pytest-xdist fastapi==0.111.1 # via # faster-whisper-server (pyproject.toml) # gradio fastapi-cli==0.0.4 # via fastapi faster-whisper==1.0.3 # via faster-whisper-server (pyproject.toml) ffmpy==0.3.2 # via gradio filelock==3.15.4 # via huggingface-hub flatbuffers==24.3.25 # via onnxruntime fonttools==4.53.1 # via matplotlib fsspec==2024.6.1 # via # gradio-client # huggingface-hub gradio==4.38.1 # via faster-whisper-server (pyproject.toml) gradio-client==1.1.0 # via gradio h11==0.14.0 # via # httpcore # uvicorn httpcore==1.0.5 # via httpx httptools==0.6.1 # via uvicorn httpx==0.27.0 # via # faster-whisper-server (pyproject.toml) # fastapi # gradio # gradio-client # openai httpx-sse==0.4.0 # via faster-whisper-server (pyproject.toml) huggingface-hub==0.23.5 # via # faster-whisper-server (pyproject.toml) # faster-whisper # gradio # gradio-client # tokenizers humanfriendly==10.0 # via coloredlogs idna==3.7 # via # anyio # email-validator # httpx # requests importlib-resources==6.4.0 # via gradio iniconfig==2.0.0 # via pytest jinja2==3.1.4 # via # altair # fastapi # gradio jsonschema==4.23.0 # via altair jsonschema-specifications==2023.12.1 # via jsonschema kiwisolver==1.4.5 # via matplotlib markdown-it-py==3.0.0 # via rich markupsafe==2.1.5 # via # gradio # jinja2 matplotlib==3.9.1 # via gradio mdurl==0.1.2 # via markdown-it-py mpmath==1.3.0 # via sympy numpy==1.26.4 # via # faster-whisper-server (pyproject.toml) # altair # contourpy # ctranslate2 # gradio # matplotlib # onnxruntime # pandas onnxruntime==1.18.1 # via faster-whisper openai==1.35.14 # via faster-whisper-server (pyproject.toml) orjson==3.10.6 # via gradio packaging==24.1 # via # altair # gradio # gradio-client # huggingface-hub # matplotlib # onnxruntime # pytest pandas==2.2.2 # via # altair # gradio pillow==10.4.0 # via # gradio # matplotlib pluggy==1.5.0 # via pytest protobuf==5.27.2 # via onnxruntime pycparser==2.22 # via cffi pydantic==2.8.2 # via # faster-whisper-server (pyproject.toml) # fastapi # gradio # openai # pydantic-settings pydantic-core==2.20.1 # via pydantic pydantic-settings==2.3.4 # via faster-whisper-server (pyproject.toml) pydub==0.25.1 # via gradio pygments==2.18.0 # via rich pyparsing==3.1.2 # via matplotlib pytest==8.2.2 # via # faster-whisper-server (pyproject.toml) # pytest-xdist pytest-xdist==3.6.1 # via faster-whisper-server (pyproject.toml) python-dateutil==2.9.0.post0 # via # matplotlib # pandas python-dotenv==1.0.1 # via # pydantic-settings # uvicorn python-multipart==0.0.9 # via # faster-whisper-server (pyproject.toml) # fastapi # gradio pytz==2024.1 # via pandas pyyaml==6.0.1 # via # ctranslate2 # gradio # huggingface-hub # uvicorn referencing==0.35.1 # via # jsonschema # jsonschema-specifications requests==2.32.3 # via huggingface-hub rich==13.7.1 # via typer rpds-py==0.19.0 # via # jsonschema # referencing ruff==0.5.2 # via # faster-whisper-server (pyproject.toml) # gradio semantic-version==2.10.0 # via gradio setuptools==70.3.0 # via ctranslate2 shellingham==1.5.4 # via typer six==1.16.0 # via python-dateutil sniffio==1.3.1 # via # anyio # httpx # openai soundfile==0.12.1 # via faster-whisper-server (pyproject.toml) starlette==0.37.2 # via fastapi sympy==1.13.0 # via onnxruntime tokenizers==0.19.1 # via faster-whisper tomlkit==0.12.0 # via gradio toolz==0.12.1 # via altair tqdm==4.66.4 # via # huggingface-hub # openai typer==0.12.3 # via # fastapi-cli # gradio typing-extensions==4.12.2 # via # fastapi # gradio # gradio-client # huggingface-hub # openai # pydantic # pydantic-core # typer tzdata==2024.1 # via pandas urllib3==2.2.2 # via # gradio # requests uvicorn==0.30.1 # via # faster-whisper-server (pyproject.toml) # fastapi # gradio uvloop==0.19.0 # via uvicorn watchfiles==0.22.0 # via uvicorn websockets==11.0.3 # via # gradio-client # uvicorn

          
        
    
    
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