๐ฌ Video & Image Embedding Generator
Generate embeddings using qihoo360/fg-clip2-so400m model
Upload a ZIP file containing images to generate embeddings
Upload a video and specify FPS to extract frames and generate embeddings
๐ Notes:
- Images in ZIP: Supports PNG, JPG, JPEG, BMP, WEBP formats
- Video: Supports common video formats (MP4, AVI, MOV, etc.)
- Output: JSON object containing normalized embeddings with metadata
- Structure:
{"embeddings": [...], "shape": [n, dim], "count": n, "fps": f}