Myzel394 / GPT-Detector

Calculates the perplexity and burstiness of a given text to determine whether it was generated by a large language model or not.

Home Page:https://play.google.com/store/apps/details?id=com.cem256.gptdetector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPT Detector

Predicts whether a text was written by a large language model such as ChatGPT or not.

How results are calculated?

  • Large language models like ChatGPT generate text that is typically less complex and random than human-created content. The level of randomness and complexity can be analyzed to differentiate between AI-generated and human-created content.

What are the limitations of the GPT Detector?

  • The current version of the GPT Detector is optimized for texts written in English. So, using text in other languages may result in inaccurate results.
  • As AI models advance, they become better at generating text that resembles human writing, which affects the reliability of the GPT Detector. Therefore, relying solely on the detector's results for decision making is not recommended.

Available on

Google Play

Built With

Features

  • Analyze text from plain text.
  • Analyze text by selecting a photo from phone's gallery (OCR).
  • Analyze text by using phone's camera (OCR).

Architecture

Developed with Clean Architecture

Project Structure

  • "core" folder contains application-agnostic code that can be reused in other projects.
  • "feature" folder represents the app's feature set. Each feature is divided into subfolders for data, domain, and presentation.
  • "app" folder holds files specific to this particular application.

Preview

Packages

Privacy Policy

You can access the privacy policy by clicking here.

License

Licensed under the MIT license, click here for details.

About

Calculates the perplexity and burstiness of a given text to determine whether it was generated by a large language model or not.

https://play.google.com/store/apps/details?id=com.cem256.gptdetector

License:MIT License


Languages

Language:Dart 96.9%Language:Ruby 1.8%Language:Shell 0.7%Language:Swift 0.4%Language:Kotlin 0.1%Language:Objective-C 0.0%