feat: inference subsystem and optimization to decoder

This commit is contained in:
Siwat Sirichai 2025-11-09 00:57:08 +07:00
commit 3c83a57e44
19 changed files with 3897 additions and 0 deletions

8
requirements.txt Normal file
View file

@ -0,0 +1,8 @@
fastapi
uvicorn[standard]
torch
PyNvVideoCodec
av
cuda-python
nvidia-nvimgcodec-cu12 # GPU-accelerated JPEG encoding/decoding with nvJPEG
python-dotenv # Load environment variables from .env file