Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,3 +10,21 @@ pinned: false
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 13 |
+
|
| 14 |
+
# Video Project Manager 🎬
|
| 15 |
+
|
| 16 |
+
Automated video creation pipeline with Supabase storage.
|
| 17 |
+
|
| 18 |
+
## Features
|
| 19 |
+
- Automatic folder management
|
| 20 |
+
- 24-hour auto cleanup
|
| 21 |
+
- API endpoints for external services
|
| 22 |
+
- Status tracking
|
| 23 |
+
|
| 24 |
+
## Setup
|
| 25 |
+
1. Set environment variables in `.env`
|
| 26 |
+
2. Deploy to Hugging Face Spaces
|
| 27 |
+
3. Configure Supabase database
|
| 28 |
+
|
| 29 |
+
## API Endpoints
|
| 30 |
+
See the API tab in the interface
|