lec2note / requirements.txt
LRU1's picture
add replicate service
08eb9a4
raw
history blame contribute delete
522 Bytes
fastapi==0.110.2
uvicorn==0.28.1
pydantic==2.7.1
numpy==1.26.4
opencv-python==4.6.0.66
pillow==10.3.0
paddleocr==2.7.0.3
torch<=2.3.0
prefect==2.19.6 # latest stable as of 2024-06, 2.17.2 not published
openai-whisper==20231117 # wheels available on PyPI
python-multipart==0.0.9
rich==13.7.1
pytest==8.2.0
sentence-transformers==2.7.0
openai>=1.35.0 # 新 SDK,支持 OpenRouter & httpx 0.28+
httpx>=0.28,<0.30
anyio>=3.7,<4.0
scikit-image==0.25.1
imagehash==4.3.1
tenacity==8.2.3
streamlit>=1.35
replicate
tqdm