The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.

🧩 get-image-upload-to-hf-dataset

This dataset is used as a temporary public storage for user-uploaded images
from the GPT → FaceSwap Upload Proxy SpaceFaceSwap UGC Space.


⚙️ Purpose

This dataset acts as a bridge between GPT and the FaceSwap Space.
Whenever a user uploads an image via GPT, it is automatically:

  1. Encoded to Base64
  2. Sent to the Upload Proxy Space
  3. Uploaded here in the folder /uploads/
  4. Returned as a public resolve_url for the FaceSwap API

🧪 Example API Flow

POST https://quangdu95-get-image-upload-to-hf-dataset.hf.space/upload_base64
Content-Type: application/json

{
  "image_base64": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD..."
}
Downloads last month
5