size-anything / git_instructions.txt
Zitti123's picture
πŸš€ Initial deployment: Smart Object Size Estimator with AI-powered depth estimation and SAM segmentation
1924502
raw
history blame contribute delete
248 Bytes
# Commands to run in your HF Space git repo:
git clone https://huggingface.co/spaces/YOUR_USERNAME/YOUR_SPACE_NAME
cd YOUR_SPACE_NAME
cp -r ../hf_deployment/* .
git add .
git commit -m 'Initial deployment of Smart Object Size Estimator'
git push