AI Detector

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

Available on

App Store

Preview

Features

How results are calculated?

What are the limitations of the AI Detector?

Architecture

Developed with MVVM

Project Structure

Contributing

Translation

You can help translate this app to other languages!

  1. Fork this repository
  2. Choose one
    • Add missing translations in existing languages
    • Improve translations in existing languages: Update desired languages Localizable.strings in GPTDetectorSwiftUI/App/L10n
    • Add new languages:
      1. Open the settings for your Xcode project.
      2. Look for the “Localizations” section. It may be under the “Info”
      3. Click the “+” icon then choose the language you want to add support for. This will create a new Localizable.strings in GPTDetectorSwiftUI/App/L10n
      4. Add the translations for each key-value pair.
  3. Run the app
    1. Make sure you have this app once.
  4. Open a pull request

Packages