Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,31 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
|
|
|
| 7 |
pinned: false
|
| 8 |
-
license: mit
|
| 9 |
---
|
| 10 |
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: No-Code Architects Toolkit API
|
| 3 |
+
emoji: 🛠️
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
sdk: docker
|
| 7 |
+
app_port: 8080
|
| 8 |
pinned: false
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# No-Code Architects Toolkit API
|
| 12 |
+
|
| 13 |
+
This is a deployment of the No-Code Architects Toolkit API on Hugging Face Spaces. The toolkit provides a comprehensive set of API endpoints for media processing, file management, and more without requiring multiple subscription services.
|
| 14 |
+
|
| 15 |
+
## Features
|
| 16 |
+
|
| 17 |
+
- **Audio Processing**: Concatenate audio files
|
| 18 |
+
- **Code Execution**: Run Python code remotely
|
| 19 |
+
- **Media Conversion**: Convert between formats, create MP3s
|
| 20 |
+
- **Video Editing**: Add captions, concatenate videos, trim, split
|
| 21 |
+
- **Image Processing**: Convert images to videos
|
| 22 |
+
- **Transcription**: Transcribe audio/video content
|
| 23 |
+
- **File Management**: Upload to cloud storage
|
| 24 |
+
|
| 25 |
+
## API Documentation
|
| 26 |
+
|
| 27 |
+
See the [GUIDE.md](GUIDE.md) file for detailed setup instructions and API usage examples.
|
| 28 |
+
|
| 29 |
+
## Original Project
|
| 30 |
+
|
| 31 |
+
This is based on the [No-Code Architects Toolkit](https://github.com/stephengpope/no-code-architects-toolkit) by Stephen G. Pope.
|