# EWAAST: Equitable Wound Assessment for All Skin Tones # Python Requirements for MedGemma Impact Challenge # Core ML torch>=2.0.0 transformers>=4.40.0 accelerate>=0.27.0 bitsandbytes>=0.43.0 # 4-bit quantization # Fine-tuning (optional - for Colab) # unsloth @ git+https://github.com/unslothai/unsloth.git peft>=0.10.0 # Image Processing Pillow>=10.0.0 # Web Interface (Flask + React Architecture) flask>=3.0.0 flask-cors>=4.0.0 gunicorn>=21.0.0 # Caching diskcache>=5.6.0 # Google Cloud (for Vertex AI MedGemma) google-auth>=2.0.0 google-generativeai>=0.5.0 # Utilities python-dotenv>=1.0.0 pydantic>=2.6.0 pandas>=2.0.0 requests>=2.31.0 # Data Acquisition (GCS) google-cloud-storage>=2.14.0