multimodal_ai
// AI that can see, hear, speak, and read β€” not just text
πŸ’‘ The core idea: Early AI only worked with text. Multimodal AI can handle text + images + audio + video + code β€” all in one model. You can send a photo and ask "what's wrong with this circuit?" or share a graph and ask "explain this trend." Different input types all get converted to the same "number language" the AI understands.
What multimodal AI can do
Input types β†’ what AI can do with them:
How does an AI "see" an image?
An image is split into small patches (e.g., 16Γ—16 pixel squares). Each patch is converted to a vector (a list of numbers) using a vision encoder (like CLIP or ViT). These patches are then treated exactly like text tokens β€” fed into the transformer's attention mechanism. The AI "reads" image patches like words.
IMAGES BECOME TOKENSSAME TRANSFORMER PROCESSES ALL
also by echobash