Package: kuzco Title: Computer Vision with Large Language Models Version: 0.1.0.9000 Authors@R: c( person("Frank", "Hull", , "frankiethull@gmail.com", role = c("aut", "cre", "cph")), person("Johannes", "Breuer", , "johannes.breuer@gesis.org", role = c("ctb"), comment = c(ORCID = "0000-0001-5906-7873")), person("Jordi", "Rosell", , "jroselln@gmail.com", role = c("ctb"), comment = c(ORCID = "0000-0002-4349-1458")) ) Description: Make computer vision tasks approachable in R by leveraging Large Language Models. Providing fine-tuned prompts, boilerplate functions, and input/output helpers for common computer vision workflows, such as classifying and describing images. Functions are designed to take images as input and return structured data, helping users build practical applications with minimal code. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Depends: R (>= 4.1.0) Imports: dplyr, ellmer, graphics, gt, gtExtras, imager, jsonlite, magick, ollamar, rlang, stringr, tidyr, utils Suggests: knitr, quarto, shiny, bslib, rmarkdown, purrr, mirai, tibble, tictoc, httr VignetteBuilder: quarto, knitr URL: https://frankiethull.github.io/kuzco/, https://github.com/frankiethull/kuzco BugReports: https://github.com/frankiethull/kuzco/issues Config/pak/sysreqs: cmake libfftw3-dev libglpk-dev make libmagick++-dev gsfonts libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-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: 2026-07-04 13:44:32 UTC; root Author: Frank Hull [aut, cre, cph], Johannes Breuer [ctb] (ORCID: ), Jordi Rosell [ctb] (ORCID: ) Maintainer: Frank Hull