Package: gptzeror 0.0.1
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.1.tar.gz
gptzeror_0.0.1.zip(r-4.5)gptzeror_0.0.1.zip(r-4.4)gptzeror_0.0.1.zip(r-4.3)
gptzeror_0.0.1.tgz(r-4.4-any)gptzeror_0.0.1.tgz(r-4.3-any)
gptzeror_0.0.1.tar.gz(r-4.5-noble)gptzeror_0.0.1.tar.gz(r-4.4-noble)
gptzeror_0.0.1.tgz(r-4.4-emscripten)gptzeror_0.0.1.tgz(r-4.3-emscripten)
gptzeror.pdf |gptzeror.html✨
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:https://christophertkenny.com
Last updated 2 years agofrom:19d0055b47. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 21 2024 |
R-4.5-win | OK | Nov 21 2024 |
R-4.5-linux | OK | Nov 21 2024 |
R-4.4-win | OK | Nov 21 2024 |
R-4.4-mac | OK | Nov 21 2024 |
R-4.3-win | OK | Nov 21 2024 |
R-4.3-mac | OK | Nov 21 2024 |
Exports:gptzero_get_keygptzero_has_keygptzero_predict_filegptzero_predict_textgptzero_set_key
Dependencies:askpassclicpp11curldplyrfansigenericsgluehttr2lifecyclemagrittropensslpillarpkgconfigpurrrR6rappdirsrlangstringistringrsystibbletidyrtidyselectutf8vctrswithr
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 |