Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
midokhaled927
/
aefrs-space
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
aefrs-space
/
scripts
/
init_git.sh
mohamedkh001
Deploy AEFRS complete system with models and services
ea93121
22 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
114 Bytes
#!/usr/bin/env bash
set
-euo pipefail
git init
git add .
git commit -m
"feat: initialize AEFRS Ultimate scaffold"