Rob Logo Light

ArtSage

ArtSage

Interactive AI museum exploration tool with image recognition and RAG workflows to identify art, retrieve museum data, and answer user prompts for enriched museum experience. Expanding with agentic features and AR.

ArtSage

ArtSage

ArtSage is an interactive AI-powered tool for museum exploration. Snap a photo of any artwork and ArtSage will identify it, retrieve museum data, and answer your questions using Retrieval-Augmented Generation (RAG) workflows.

Features

  • Image recognition for artwork
  • RAG-based Q&A about art and artists
  • AR features for immersive museum experiences (coming soon)

Example

const result = await artsage.queryArt(image);
console.log(result.title, result.artist, result.year);

Built with React Native, Python, and OpenAI APIs.