Home Applications AI text detection

AI text detection

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
4.67
3 reviews
2
Awards
339
Views
0
IPM installs
0
0
Details
Releases
Reviews
Awards
Issues
Pull requests
Articles
This app has a demo View
Is your text generated by AI?

What's new in this version

Added demo link

ai-text-detection

This application was created to check if the text was generated by artificial intelligence or written by a human.

To develop this application, a data set of 35,000 texts written by people and ChatGPT was used, which were converted into 20 numerical values, that describe the characteristics of each of them.

The following model configuration was used to generate texts in ChatGpt

model="text-curie-001"
prompt=prompt
temperature=0.7
max_tokens=300
top_p=1
frequency_penalty=0.4
presence_penalty=0.1

To try the application you can use online demo or run it locally with your own Cloud SQL account.

How to run app:

  1. Build app
> docker-compose up --build

And open http://127.0.0.1:8010/

  1. Open your Cloud Service Portal and create the new Deployment
  2. Go to the app and set your deployment credentials

image

  1. In the Cloud Service Portal open “Add and Manage files” page and add GPT-human-text.csv from the /data folder

image

  1. Open the “Import files” page and import current file to the Texts table

image
image
image

  1. Then go to “IntegratedML Tools” and create and train a new model “TextModel” with the name of the training model “TextTrainedModel”

image
image

  1. Go back to the application, enter your text and look at the result. (The maximum text length is 2500 characters)

image

Read more
Made with
Version
1.0.101 Jul, 2023
Category
Technology Example
Works with
InterSystems IRIS Cloud SQL
First published
17 Apr, 2023
Last checked by moderator
27 Jun, 2023Works