A mobile app that leverages AI to quickly detect and expose AI-generated text in any written content with just a simple scan. It empowers users to authenticate documents, uphold academic integrity, and protect intellectual property by verifying content originality and ensuring human authorship, all through a convenient mobile scanning experience.
- Dart
- Flutter
- SQFlite
- Clone the project.
git clone https://github.com/NexusphereCo/aiproof.git
cd aiproof
dart pub get
- Setup/Initialize project to firebase.
npm install -g firebase-tools
dart pub global activate flutterfire_cli
flutterfire configure --project=ebayan-nexusphere
- Run the program.
flutter run
Dart fix
Run this command if there's any fixes that needs to be done if VSCode prompts the message
dart fix --apply
How to clean flutter
Run this command if there are build errors found in development. This refreshes the entire dependencies.
flutter clean
flutter pub get
Running in Release Mode
Run this command if you want to run flutter on release mode without the overhead of debugging lag.
flutter run --release
This project is licensed under the MIT License - see the LICENSE file for details.
We greatly appreciate contributions to this project. Special thanks to the following contributors for their valuable input and efforts: