Package: gptzeror 0.0.2


Christopher T. Kenny
gptzeror: Identify Text Written by Large Language Models using 'GPTZero'
An R interface to the 'GPTZero' API (<https://gptzero.me/docs>). Allows users to classify text into human and computer written with probabilities. Formats the data into data frames where each sentence is an observation. Paragraph-level and document-level predictions are organized to align with the sentences.
Authors:
gptzeror_0.0.2.tar.gz
gptzeror_0.0.2.zip(r-4.7)gptzeror_0.0.2.zip(r-4.6)gptzeror_0.0.2.zip(r-4.5)
gptzeror_0.0.2.tgz(r-4.6-any)gptzeror_0.0.2.tgz(r-4.5-any)
gptzeror_0.0.2.tar.gz(r-4.7-any)gptzeror_0.0.2.tar.gz(r-4.6-any)
gptzeror_0.0.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
gptzeror/json (API)
NEWS
| # Install 'gptzeror' in R: |
| install.packages('gptzeror', repos = c('https://christopherkenny.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/christopherkenny/gptzeror/issues
Pkgdown/docs site:https://christophertkenny.com
Last updated from:0c9531b62f. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 129 | ||
| source / vignettes | OK | 202 | ||
| linux-release-x86_64 | OK | 127 | ||
| macos-release-arm64 | OK | 102 | ||
| macos-oldrel-arm64 | OK | 87 | ||
| windows-devel | OK | 68 | ||
| windows-release | OK | 125 | ||
| windows-oldrel | OK | 79 | ||
| wasm-release | OK | 111 |
Exports:gptzero_get_keygptzero_has_keygptzero_predict_filegptzero_predict_textgptzero_set_key
Dependencies:askpassclicpp11curldplyrgenericsgluehttr2lifecyclemagrittropensslpillarpkgconfigpurrrR6rappdirsrlangstringistringrsystibbletidyrtidyselectutf8vctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Predict if a file was generated by AI | gptzero_predict_file |
| Predict if text was generated by AI | gptzero_predict_text |
| Add GPTZero API key to .Renviron. | gptzero_set_key |
| Check or Get GPTZero API Key | gptzero_get_key gptzero_has_key key |