General infrastructureCLI / native libraries
Decodes, transforms, filters, streams, and encodes audio, video, images, subtitles, and metadata.
- How AI calls it
- Call ffmpeg/ffprobe commands or link libav* libraries.
- Use it when
- AI-generated or analyzed media must be normalized, clipped, composited, or delivered.
Primary-source research
General infrastructureC++ / Python / Java library
Processes images and video for geometry, tracking, detection support, camera input, and visualization.
- How AI calls it
- Import cv2 or link OpenCV and call frame/image operations.
- Use it when
- A vision pipeline needs deterministic operations around a model.
Primary-source research
AI-nativePython package / CLI
Transcribes and translates multilingual speech with open speech-recognition models.
- How AI calls it
- Load a Whisper model in Python or run the whisper CLI against media.
- Use it when
- Audio or video must become searchable text and timestamps.
Primary-source research
AI-focusedPython package
Runs Whisper models through CTranslate2 with lower memory use and faster inference.
- How AI calls it
- Instantiate WhisperModel and transcribe audio from Python.
- Use it when
- Whisper throughput or deployment efficiency is a bottleneck.
Primary-source research
AI-nativePython package
Provides reusable diffusion pipelines, schedulers, models, adapters, and training utilities.
- How AI calls it
- Load a pretrained pipeline and call it with prompts, images, or control inputs.
- Use it when
- Code must generate or transform images, video, or audio with diffusion models.
Primary-source research
AI-nativeNode graph / server API
Builds inspectable generative-media graphs from models, samplers, conditioning, control, and post-processing nodes.
- How AI calls it
- Connect nodes visually, submit workflow JSON, or call its server API.
- Use it when
- Complex generation pipelines need visible graphs and reusable workflows.
Primary-source research
AI-nativeModel architecture / implementations
Adds spatial controls such as edges, depth, pose, and segmentation to diffusion generation.
- How AI calls it
- Load a compatible ControlNet model through Diffusers or a node-based UI.
- Use it when
- Generated imagery must follow an explicit composition or structure.
Primary-source research
AI-focusedPython package / CLI / server
Removes image backgrounds using segmentation models in batch, library, or service modes.
- How AI calls it
- Run rembg from the CLI, import remove(), or start its HTTP server.
- Use it when
- An agent needs transparent cutouts or subject isolation as a deterministic step.
Primary-source research
AI-nativeWeb application
Upscales and enhances generative or low-resolution video for creative delivery.
- How AI calls it
- Upload video through the application and select an enhancement workflow.
- Use it when
- Generated video needs resolution and detail recovery before publishing.
Cory's bookmarks
AI-nativeWeb application
Generates and refines high-resolution visual assets through a hosted creative workspace.
- How AI calls it
- Open the public Bloom workspace and submit image-generation or refinement tasks.
- Use it when
- Creative work needs iterative high-resolution image generation in a visual tool.
Cory's bookmarks
AI-nativeAPI / SDK / web application
Generates speech, voices, sound effects, music, dubbing, and conversational audio.
- How AI calls it
- Call speech/audio APIs through official SDKs or use the web tools.
- Use it when
- An agent must create, transform, or converse through audio.
Bookmark + primary-source research
AI-nativeWeb application
Creates and edits images through prompt, reference, style, and workflow-driven generative tools.
- How AI calls it
- Use its public creative interface and model/workflow controls.
- Use it when
- A visual operator needs a broad hosted image-generation workspace.
Cory's bookmarks
AI-nativeWeb application
Generates video from text and image prompts using hosted video models.
- How AI calls it
- Submit prompts and source images through its generation interface.
- Use it when
- A creative workflow needs rapid hosted image-to-video or text-to-video generation.
Cory's bookmarks
AI-nativeWeb application
Creates cinematic images and video with camera, style, character, and storyboard controls.
- How AI calls it
- Use the hosted creative workspace and its prompt-assistance controls.
- Use it when
- Generative video needs deliberate cinematic direction rather than a single prompt.
Cory's bookmarks