generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
42 lines (31 loc) · 867 Bytes
/
requirements.txt
File metadata and controls
42 lines (31 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Core WebRTC and media processing
aiortc>=1.12.0
av>=10.0.0
# IVS HLS Channels
opencv-python >= 4.12.0
m3u8 >= 3.5.0
# Audio transcription (using latest from GitHub for best compatibility)
git+https://github.com/openai/whisper.git
# HTTP requests for WebRTC signaling
requests>=2.28.0
# WebSocket client for real-time events
websockets>=11.0.0
# Numerical computing
numpy>=1.21.0
# Async support (usually included with Python 3.7+)
asyncio
# Amazon Nova Speech-to-Speech dependencies
aws-sdk-bedrock-runtime
smithy-aws-core>=0.0.1
pyaudio>=0.2.13
rx>=3.2.0
# AWS SDK for Bedrock and IVS Chat
boto3>=1.40.55
# Image processing
Pillow>=10.0.0
pytz
tzlocal
# OpenAI Real-time API dependencies
openai>=1.12.0
# Standard library dependencies (included with Python)
# argparse, base64, json, logging, time, threading, queue, tempfile, os, io, traceback, pprint