LPX55
Add .python-version, pyproject.toml, and update .gitignore; modify README and requirements
ca1106e
# Core ML/AI libraries | |
git+https://github.com/huggingface/transformers.git | |
torch | |
torchvision | |
torchaudio | |
# Image processing | |
opencv-python | |
Pillow | |
# Wavelet processing | |
PyWavelets==1.8.0 | |
# System utilities | |
psutil | |
GPUtil | |
python-dotenv | |
onnxruntime | |
# Gradio and UI | |
gradio[mcp]>=5.33.1 | |
# gradio_leaderboard==0.0.13 | |
gradio_client==1.10.3 | |
spaces | |
gradio_log | |
# HuggingFace ecosystem | |
huggingface_hub[hf_xet]>=0.31.0 | |
datasets>=3.5.0 | |
# Data validation and utilities | |
pydantic==2.11.5 | |
# AI agents | |
# smolagents[toolkit,mcp,openai,transformers,vision,gradio] | |
# Optional: EXIF metadata (if needed) | |
pyexiftool |