bharathkumarms's picture
Upload 9 files
225070f verified
raw
history blame contribute delete
171 Bytes
#!/bin/bash
# Startup script for Image Metadata Extractor
# Create uploads directory
mkdir -p uploads
# Start the application
uvicorn main:app --host 0.0.0.0 --port 8000