{
  "_id": "6a169a95acfb0bcc41d7ded3",
  "Package": "kuzco",
  "Title": "Computer Vision with Large Language Models",
  "Version": "0.1.0.9000",
  "Authors@R": "c(\nperson(\"Frank\", \"Hull\", , \"frankiethull@gmail.com\", role = c(\"aut\", \"cre\", \"cph\")),\nperson(\"Johannes\", \"Breuer\", , \"johannes.breuer@gesis.org\", role = c(\"ctb\"), comment = c(ORCID = \"0000-0001-5906-7873\")),\nperson(\"Jordi\", \"Rosell\", , \"jroselln@gmail.com\", role = c(\"ctb\"), comment = c(ORCID = \"0000-0002-4349-1458\"))\n)",
  "Description": "Make computer vision tasks approachable in R by leveraging\nLarge Language Models. Providing fine-tuned prompts,\nboilerplate functions, and input/output helpers for common\ncomputer vision workflows, such as classifying and describing\nimages. Functions are designed to take images as input and\nreturn structured data, helping users build practical\napplications with minimal code.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "VignetteBuilder": "quarto, knitr",
  "URL": "https://frankiethull.github.io/kuzco/,\nhttps://github.com/frankiethull/kuzco",
  "BugReports": "https://github.com/frankiethull/kuzco/issues",
  "Config/pak/sysreqs": "cmake libfftw3-dev libglpk-dev make libmagick++-dev\ngsfonts libicu-dev libjpeg-dev libpng-dev libtiff-dev\nlibuv1-dev libxml2-dev libssl-dev libnode-dev libx11-dev",
  "Repository": "https://frankiethull.r-universe.dev",
  "Date/Publication": "2026-01-27 03:42:38 UTC",
  "RemoteUrl": "https://github.com/frankiethull/kuzco",
  "RemoteRef": "HEAD",
  "RemoteSha": "b0d9171c2e949ec146e4a7b3e936511f90211f7f",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-27 07:08:57 UTC",
    "User": "root"
  },
  "Author": "Frank Hull [aut, cre, cph],\nJohannes Breuer [ctb] (ORCID: <https://orcid.org/0000-0001-5906-7873>),\nJordi Rosell [ctb] (ORCID: <https://orcid.org/0000-0002-4349-1458>)",
  "Maintainer": "Frank Hull <frankiethull@gmail.com>",
  "MD5sum": "b0d97ff8eb25718d31533e2a8649f6cd",
  "_user": "frankiethull",
  "_type": "src",
  "_file": "kuzco_0.1.0.9000.tar.gz",
  "_fileid": "d2f5a060666a42a92fbd0cea6a7e0411f5f675012303878cef4544b27b6756b5",
  "_filesize": 1052212,
  "_sha256": "d2f5a060666a42a92fbd0cea6a7e0411f5f675012303878cef4544b27b6756b5",
  "_created": "2026-05-27T07:08:57.000Z",
  "_published": "2026-05-27T07:17:41.059Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78025696508,
      "time": 164,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7234102917"
    },
    {
      "job": 78025696472,
      "time": 189,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7234109523"
    },
    {
      "job": 78025696433,
      "time": 148,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7234154162"
    },
    {
      "job": 78025696567,
      "time": 184,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7234190767"
    },
    {
      "job": 78025194781,
      "time": 219,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7234057127"
    },
    {
      "job": 78025696451,
      "time": 137,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7234095423"
    },
    {
      "job": 78025696527,
      "time": 153,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7234102402"
    },
    {
      "job": 78025696461,
      "time": 125,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7234092315"
    },
    {
      "job": 78025696478,
      "time": 124,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7234092128"
    }
  ],
  "_buildurl": "https://github.com/r-universe/frankiethull/actions/runs/26496274575",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/frankiethull/kuzco",
  "_commit": {
    "id": "b0d9171c2e949ec146e4a7b3e936511f90211f7f",
    "author": "frank hull <frankiethull@gmail.com>",
    "committer": "frank hull <frankiethull@gmail.com>",
    "message": "incr version to dev\n",
    "time": 1769485358
  },
  "_maintainer": {
    "name": "Frank Hull",
    "email": "frankiethull@gmail.com",
    "login": "frankiethull",
    "bluesky": "@frankiethull.bsky.social",
    "twitter": "@frankiethull",
    "description": "",
    "uuid": 69683423
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "ellmer",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "gt",
      "role": "Imports"
    },
    {
      "package": "gtExtras",
      "role": "Imports"
    },
    {
      "package": "imager",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "magick",
      "role": "Imports"
    },
    {
      "package": "ollamar",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "quarto",
      "role": "Suggests"
    },
    {
      "package": "shiny",
      "role": "Suggests"
    },
    {
      "package": "bslib",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "purrr",
      "role": "Suggests"
    },
    {
      "package": "mirai",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "role": "Suggests"
    },
    {
      "package": "tictoc",
      "role": "Suggests"
    },
    {
      "package": "httr",
      "role": "Suggests"
    }
  ],
  "_owner": "frankiethull",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-23",
      "n": 1
    },
    {
      "week": "2025-24",
      "n": 1
    },
    {
      "week": "2025-25",
      "n": 2
    },
    {
      "week": "2025-26",
      "n": 1
    },
    {
      "week": "2025-27",
      "n": 1
    },
    {
      "week": "2025-28",
      "n": 2
    },
    {
      "week": "2025-30",
      "n": 6
    },
    {
      "week": "2025-31",
      "n": 2
    },
    {
      "week": "2025-35",
      "n": 1
    },
    {
      "week": "2025-49",
      "n": 2
    },
    {
      "week": "2026-01",
      "n": 4
    },
    {
      "week": "2026-04",
      "n": 1
    },
    {
      "week": "2026-05",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2026-01-19"
    }
  ],
  "_stars": 69,
  "_contributors": [
    {
      "user": "frankiethull",
      "count": 91,
      "uuid": 69683423
    },
    {
      "user": "jrosell",
      "count": 4,
      "uuid": 1544992
    },
    {
      "user": "jobreu",
      "count": 1,
      "uuid": 26274947
    }
  ],
  "_userbio": {
    "uuid": 69683423,
    "type": "user",
    "name": "frank hull"
  },
  "_downloads": {
    "count": 164,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/kuzco"
  },
  "_devurl": "https://github.com/frankiethull/kuzco",
  "_pkgdown": "https://frankiethull.github.io/kuzco/",
  "_searchresults": 17,
  "_quarto": true,
  "_topics": [
    "quarto"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/kuzco.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/frankiethull/kuzco",
  "_realowner": "frankiethull",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-01-26"
    }
  ],
  "_exports": [
    "edit_prompt",
    "kuzco_app",
    "list_prompts",
    "llm_image_alt_text",
    "llm_image_classification",
    "llm_image_custom",
    "llm_image_extract_text",
    "llm_image_recognition",
    "llm_image_sentiment",
    "view_image",
    "view_llm_results"
  ],
  "_help": [
    {
      "page": "chat_ellmer",
      "title": "chat ellmer helper (predates ellmer::chat)",
      "topics": [
        "chat_ellmer"
      ]
    },
    {
      "page": "edit_prompt",
      "title": "edit prompt",
      "topics": [
        "edit_prompt"
      ]
    },
    {
      "page": "kuzco_app",
      "title": "shiny kuzco app",
      "topics": [
        "kuzco_app"
      ]
    },
    {
      "page": "list_prompts",
      "title": "list prompts",
      "topics": [
        "list_prompts"
      ]
    },
    {
      "page": "llm_image_alt_text",
      "title": "Image Alt Text using LLMs",
      "topics": [
        "llm_image_alt_text"
      ]
    },
    {
      "page": "llm_image_classification",
      "title": "Image Classification using LLMs",
      "topics": [
        "llm_image_classification"
      ]
    },
    {
      "page": "llm_image_custom",
      "title": "Customized Vision using LLMs",
      "topics": [
        "llm_image_custom"
      ]
    },
    {
      "page": "llm_image_extract_text",
      "title": "Image OCR for Text Extraction using LLMs",
      "topics": [
        "llm_image_extract_text"
      ]
    },
    {
      "page": "llm_image_recognition",
      "title": "Image Recognition using LLMs",
      "topics": [
        "llm_image_recognition"
      ]
    },
    {
      "page": "llm_image_sentiment",
      "title": "Image Sentiment using LLMs",
      "topics": [
        "llm_image_sentiment"
      ]
    },
    {
      "page": "view_image",
      "title": "View Images quickly and easily",
      "topics": [
        "view_image"
      ]
    },
    {
      "page": "view_llm_results",
      "title": "view llm results as a tidy great table",
      "topics": [
        "view_llm_results"
      ]
    }
  ],
  "_pkglogo": "https://github.com/frankiethull/kuzco/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/frankiethull/kuzco/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "base64enc",
    "bigD",
    "bitops",
    "bmp",
    "bslib",
    "cachem",
    "cli",
    "commonmark",
    "coro",
    "cpp11",
    "crayon",
    "curl",
    "digest",
    "downloader",
    "dplyr",
    "ellmer",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "fs",
    "generics",
    "ggplot2",
    "glue",
    "gt",
    "gtable",
    "gtExtras",
    "highr",
    "htmltools",
    "htmlwidgets",
    "httr2",
    "igraph",
    "imager",
    "isoband",
    "jpeg",
    "jquerylib",
    "jsonlite",
    "juicyjuice",
    "knitr",
    "labeling",
    "later",
    "lattice",
    "lifecycle",
    "litedown",
    "magick",
    "magrittr",
    "markdown",
    "Matrix",
    "memoise",
    "mime",
    "ollamar",
    "openssl",
    "otel",
    "paletteer",
    "pillar",
    "pkgconfig",
    "png",
    "prismatic",
    "promises",
    "purrr",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "reactable",
    "reactR",
    "readbitmap",
    "rematch2",
    "rlang",
    "rmarkdown",
    "rstudioapi",
    "S7",
    "sass",
    "scales",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "tiff",
    "tinytex",
    "utf8",
    "V8",
    "vctrs",
    "viridisLite",
    "withr",
    "xfun",
    "xml2",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "batch-image-processing.qmd",
      "filename": "batch-image-processing.html",
      "title": "batch-image-processing",
      "engine": "quarto::html",
      "headings": [],
      "created": "2025-07-22 00:27:01",
      "modified": "2025-12-01 05:25:43",
      "commits": 2
    },
    {
      "source": "getting-started.qmd",
      "filename": "getting-started.html",
      "title": "getting-started",
      "engine": "quarto::html",
      "headings": [],
      "created": "2025-06-07 13:48:25",
      "modified": "2025-07-26 23:40:13",
      "commits": 4
    },
    {
      "source": "cloud-providers.qmd",
      "filename": "cloud-providers.html",
      "title": "local-or-cloud",
      "engine": "quarto::html",
      "headings": [],
      "created": "2025-07-05 15:09:34",
      "modified": "2025-12-01 05:25:43",
      "commits": 4
    },
    {
      "source": "multilingual-support.qmd",
      "filename": "multilingual-support.html",
      "title": "multilingual-support",
      "engine": "quarto::html",
      "headings": [],
      "created": "2025-07-26 22:52:00",
      "modified": "2025-07-26 22:52:00",
      "commits": 1
    }
  ],
  "_score": 7.785301355750329,
  "_indexed": true,
  "_nocasepkg": "kuzco",
  "_universes": [
    "frankiethull"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-05-27T07:11:25.000Z",
      "distro": "noble",
      "commit": "b0d9171c2e949ec146e4a7b3e936511f90211f7f",
      "fileid": "e4b0641649b08a0da1f90b273ae29eb81c5605d1bce3ed740c0c76b24c5dd976",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/frankiethull/actions/runs/26496274575"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-05-27T07:11:51.000Z",
      "distro": "noble",
      "commit": "b0d9171c2e949ec146e4a7b3e936511f90211f7f",
      "fileid": "7e98c6adf6c8a5b9617718b8e01633d69bb89e3945d2e8d63139dfd4a52dad0c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/frankiethull/actions/runs/26496274575"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-05-27T07:14:37.000Z",
      "commit": "b0d9171c2e949ec146e4a7b3e936511f90211f7f",
      "fileid": "16b8527560287f00e633a141b5d4322e6f20da47f7a3e8d0bcb8e4ebd1fd7972",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/frankiethull/actions/runs/26496274575"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-05-27T07:16:38.000Z",
      "commit": "b0d9171c2e949ec146e4a7b3e936511f90211f7f",
      "fileid": "bdaf34e26086cb6aac54282f9841fb5337d0cb7f0eec98f13dbbf09cbacf1987",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/frankiethull/actions/runs/26496274575"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0.9000",
      "date": "2026-05-27T07:11:31.000Z",
      "commit": "b0d9171c2e949ec146e4a7b3e936511f90211f7f",
      "fileid": "699d56bee07e806751269d30571ca54eee6143acb823a5d99e090f2d97f4931c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/frankiethull/actions/runs/26496274575"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-05-27T07:11:10.000Z",
      "commit": "b0d9171c2e949ec146e4a7b3e936511f90211f7f",
      "fileid": "1fa6be40fc074f4df3b60698ed03a1d17004266c4e35092247ddd98fdb6fdd96",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/frankiethull/actions/runs/26496274575"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-05-27T07:10:40.000Z",
      "commit": "b0d9171c2e949ec146e4a7b3e936511f90211f7f",
      "fileid": "257e7b70c54c77c7bee9313dae5421b5acb458646220fc6980a1e7e253f9ef5e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/frankiethull/actions/runs/26496274575"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-05-27T07:10:38.000Z",
      "commit": "b0d9171c2e949ec146e4a7b3e936511f90211f7f",
      "fileid": "fffece5cd6e7bd5b636aace223d6e51cbe54f4ff38db78f3005699a09daddf4e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/frankiethull/actions/runs/26496274575"
    }
  ]
}