AIAny
Icon for item

CaraArchive

An index of Cara App content: metadata and CDN URLs for ~3.43M posts, 8.52M master artworks (~12M image links). Includes an SQLite catalog and Parquet exports but does not include image bytes — only links and metadata for analysis and search.

Introduction

Most image-collection datasets embed the image files themselves; this dataset instead provides a comprehensive index of a single platform’s content, which makes it useful for metadata analysis, link-level crawling, and building retrieval tasks without hosting large blobs locally.

What Sets It Apart
  • Platform-wide coverage: includes every user/post on Cara App up to the snapshot date (3.43M posts, 8.52M master artworks, ~12M CDN links), so you get full coverage of that ecosystem rather than a sampled subset.
  • Index-first design: the distribution contains an SQLite catalog.db (tables for artworks, master_artworks and post_metadata) and Parquet derivatives, enabling fast metadata queries and analytics without storing image binaries.
  • Preview-aware but link-only: Hugging Face may display CDN previews by loading remote images, but the dataset itself does not host image files — downstream workflows must fetch images from the original CDN if needed.
Who it's for and tradeoffs

Great fit if you need a platform-complete metadata corpus for tasks like large-scale tag analysis, temporal studies, creator behavior research, or building a link-based retrieval corpus. Not ideal if you expect bundled image files or a guaranteed license for reuse: the dataset contains links to third-party content and its license metadata is not provided, so users must verify copyright/usage rights before image retrieval or model training. Expect to handle missing/deleted items (status codes in metadata) and to perform your own filtering for quality or license compliance.

Where It Fits

Compared with typical image datasets that bundle JPEGs, this resource is best seen as the catalog layer of a dataset pipeline: use it to plan selective downloads, assemble custom subsets, or power metadata-driven indexing and search. If you need immediate, license-clean image files for training, prefer curated image datasets with explicit licenses; if you need exhaustive platform metadata or to reconstruct galleries and timelines, this index is appropriate.

Information

Categories

More Items

Provides a year-scale multimodal benchmark and evaluation framework for on-device long-term memory in personal assistants, built from real mobile user trajectories. Tests memory construction, retrieval, updating, temporal reasoning, and implicit preference inference, and includes a knowledge-grounded synthesis pipeline to form coherent long-horizon trajectories.

Hugging Face

Provides MS MARCO queries, passages and answers translated into 14 Indic languages while keeping the original English content and per-example translation metadata. Includes train/validation splits, passage selection flags, and translation model parameters for multilingual IR, QA and RAG research.

Hugging Face

A cleaned supervised fine-tuning dataset of 6,365 Claude Fable-5 agent traces in OpenAI Chat and Hugging Face agent-traces formats, prepared for SFT, tool-use training, and distillation workflows; MIT-licensed and distributed as Parquet.