mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 18:09:23 +08:00
Add example for "Talk to Azure OpenAi" (#181)
* Add example for "Talk to Azure OpenAi" * Code --------- Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com>
This commit is contained in:
123
demo/talk_to_azure_openai/requirements.txt
Normal file
123
demo/talk_to_azure_openai/requirements.txt
Normal file
@@ -0,0 +1,123 @@
|
||||
aiofiles==23.2.1
|
||||
aiohappyeyeballs==2.6.1
|
||||
aiohttp==3.11.13
|
||||
aiohttp-retry==2.9.1
|
||||
aioice==0.9.0
|
||||
aiortc==1.10.1
|
||||
aiosignal==1.3.2
|
||||
annotated-types==0.7.0
|
||||
anyio==4.8.0
|
||||
attrs==25.2.0
|
||||
audioread==3.0.1
|
||||
av==13.1.0
|
||||
babel==2.17.0
|
||||
certifi==2025.1.31
|
||||
cffi==1.17.1
|
||||
charset-normalizer==3.4.1
|
||||
click==8.1.8
|
||||
colorama==0.4.6
|
||||
coloredlogs==15.0.1
|
||||
colorlog==6.9.0
|
||||
cryptography==44.0.2
|
||||
csvw==3.5.1
|
||||
decorator==5.2.1
|
||||
distro==1.9.0
|
||||
dlinfo==2.0.0
|
||||
dnspython==2.7.0
|
||||
espeakng-loader==0.2.4
|
||||
fastapi==0.115.11
|
||||
fastrtc==0.0.14
|
||||
ffmpy==0.5.0
|
||||
filelock==3.17.0
|
||||
flatbuffers==25.2.10
|
||||
frozenlist==1.5.0
|
||||
fsspec==2025.3.0
|
||||
google-crc32c==1.6.0
|
||||
gradio==5.20.1
|
||||
gradio_client==1.7.2
|
||||
groovy==0.1.2
|
||||
h11==0.14.0
|
||||
httpcore==1.0.7
|
||||
httpx==0.28.1
|
||||
huggingface-hub==0.29.3
|
||||
humanfriendly==10.0
|
||||
idna==3.10
|
||||
ifaddr==0.2.0
|
||||
isodate==0.7.2
|
||||
Jinja2==3.1.6
|
||||
jiter==0.9.0
|
||||
joblib==1.4.2
|
||||
jsonschema==4.23.0
|
||||
jsonschema-specifications==2024.10.1
|
||||
kokoro-onnx==0.4.5
|
||||
language-tags==1.2.0
|
||||
lazy_loader==0.4
|
||||
librosa==0.11.0
|
||||
llvmlite==0.44.0
|
||||
markdown-it-py==3.0.0
|
||||
MarkupSafe==2.1.5
|
||||
mdurl==0.1.2
|
||||
mpmath==1.3.0
|
||||
msgpack==1.1.0
|
||||
multidict==6.1.0
|
||||
numba==0.61.0
|
||||
numpy==2.1.3
|
||||
onnxruntime==1.21.0
|
||||
openai==1.66.2
|
||||
orjson==3.10.15
|
||||
packaging==24.2
|
||||
pandas==2.2.3
|
||||
phonemizer-fork==3.3.1
|
||||
pillow==11.1.0
|
||||
platformdirs==4.3.6
|
||||
pooch==1.8.2
|
||||
propcache==0.3.0
|
||||
protobuf==6.30.0
|
||||
pycparser==2.22
|
||||
pydantic==2.10.6
|
||||
pydantic_core==2.27.2
|
||||
pydub==0.25.1
|
||||
pyee==12.1.1
|
||||
Pygments==2.19.1
|
||||
PyJWT==2.10.1
|
||||
pylibsrtp==0.11.0
|
||||
pyOpenSSL==25.0.0
|
||||
pyparsing==3.2.1
|
||||
python-dateutil==2.9.0.post0
|
||||
python-dotenv==1.0.1
|
||||
python-multipart==0.0.20
|
||||
pytz==2025.1
|
||||
PyYAML==6.0.2
|
||||
rdflib==7.1.3
|
||||
referencing==0.36.2
|
||||
regex==2024.11.6
|
||||
requests==2.32.3
|
||||
rfc3986==1.5.0
|
||||
rich==13.9.4
|
||||
rpds-py==0.23.1
|
||||
ruff==0.9.10
|
||||
safehttpx==0.1.6
|
||||
scikit-learn==1.6.1
|
||||
scipy==1.15.2
|
||||
segments==2.3.0
|
||||
semantic-version==2.10.0
|
||||
shellingham==1.5.4
|
||||
six==1.17.0
|
||||
sniffio==1.3.1
|
||||
sounddevice==0.5.1
|
||||
soundfile==0.13.1
|
||||
soxr==0.5.0.post1
|
||||
starlette==0.46.1
|
||||
sympy==1.13.3
|
||||
threadpoolctl==3.5.0
|
||||
tomlkit==0.13.2
|
||||
tqdm==4.67.1
|
||||
twilio==9.5.0
|
||||
typer==0.15.2
|
||||
typing_extensions==4.12.2
|
||||
tzdata==2025.1
|
||||
uritemplate==4.1.1
|
||||
urllib3==2.3.0
|
||||
uvicorn==0.34.0
|
||||
websockets==15.0.1
|
||||
yarl==1.18.3
|
||||
Reference in New Issue
Block a user