ai-creative-studio / requirements-hf.txt
Zoro-chi's picture
llm changes
4e32dd5
raw
history blame contribute delete
818 Bytes
# Core dependencies
Flask<2.3
Werkzeug<2.3
flask-apispec
Flask-Cors
Flask-RESTful
Flask-SocketIO
gevent==22.10.2
gevent-websocket
# Web socket and async
python-socketio
pyzmq
socketio-client
websockets>=12.0
# AI/ML dependencies
openfabric-pysdk==0.2.9
transformers @ git+https://github.com/huggingface/transformers.git
torch>=2.0.0
huggingface_hub>=0.16.0
accelerate>=0.21.0
# Use pip+git format to ensure latest version with proper dependencies
ctransformers @ git+https://github.com/marella/ctransformers.git
# API and utilities
fastapi>=0.100.0
uvicorn>=0.23.0
pydantic>=2.0.0,<2.5.0
python-dotenv>=1.0.0
httpx>=0.24.0
requests>=2.28.0
# Data processing
numpy>=1.24.0
pandas>=2.0.0
pillow>=10.0.0
tqdm>=4.62.3
# UI
gradio==4.44.1
pygltflib
# Fix for jinja2 compatibility issue
jinja2>=3.1.0
markupsafe>=2.0.1