https://github.com/pooh555/ai-generated-content-detector-application
An application for detecting AI vs human-generated information
https://github.com/pooh555/ai-generated-content-detector-application
ai-generated application computer-vision dart deep-learning flutter image-classification
Last synced: 6 months ago
JSON representation
An application for detecting AI vs human-generated information
- Host: GitHub
- URL: https://github.com/pooh555/ai-generated-content-detector-application
- Owner: Pooh555
- Created: 2025-02-06T14:07:48.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-17T07:41:07.000Z (8 months ago)
- Last Synced: 2025-04-05T13:16:23.646Z (6 months ago)
- Topics: ai-generated, application, computer-vision, dart, deep-learning, flutter, image-classification
- Language: Dart
- Homepage: https://github.com/Pooh555/AI-vs-human-generated-image
- Size: 101 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI-generated Content Detector
AI vs Human
![]()
### About This Project
This project is an extension of a
kaggle competition project
.### Deep Learning
The models used for identifying AI-generated content are listed below.
- Image model: Github repository### Project Structure
This diagram is only 3 layers deep from the root directory.
```
├── android
│ ├── app
│ │ └── src
│ └── gradle
│ └── wrapper
├── build
│ ├── 12e404ffd3c8d1634225fb0017171d6d
│ ├── app
│ │ ├── generated
│ │ ├── intermediates
│ │ ├── kotlin
│ │ ├── outputs
│ │ └── tmp
│ ├── flutter_assets
│ │ ├── fonts
│ │ ├── packages
│ │ └── shaders
│ ├── linux
│ │ └── x64
│ ├── native_assets
│ │ ├── android
│ │ └── linux
│ └── reports
│ └── problems
├── ios
│ ├── Flutter
│ ├── Runner
│ │ ├── Assets.xcassets
│ │ └── Base.lproj
│ ├── RunnerTests
│ ├── Runner.xcodeproj
│ │ ├── project.xcworkspace
│ │ └── xcshareddata
│ └── Runner.xcworkspace
│ └── xcshareddata
├── lib
├── linux
│ ├── flutter
│ │ └── ephemeral
│ └── runner
├── macos
│ ├── Flutter
│ │ └── ephemeral
│ ├── Runner
│ │ ├── Assets.xcassets
│ │ ├── Base.lproj
│ │ └── Configs
│ ├── RunnerTests
│ ├── Runner.xcodeproj
│ │ ├── project.xcworkspace
│ │ └── xcshareddata
│ └── Runner.xcworkspace
│ └── xcshareddata
├── test
├── web
│ └── icons
└── windows
├── flutter
│ └── ephemeral
└── runner
└── resources
```
### Resources
#### Pooh555's laptop
| Devices | Specification | Remark |
| ----------- | ----------- | ----------- |
| CPU | Ryzen 7 6800HS | - |
| GPU | GeForce RTX 3050 | CUDA 12.7 |
| RAM | - | 16 GB |
| OS | Arch Linux | x84_64 |#### Pooh555's host PC
| Devices | Specification | Remark |
| ----------- | ----------- | ----------- |
| CPU | i7 gen 11-11700K | 5.0 GHz |
| GPU | GeForce RTX 4060 Ti | CUDA 12.6 |
| RAM | - | 32 GB |
| OS | Ubuntu | - |
### Team Members
- Pooh555
Kaggle Profile.
- Mellow
Kaggle Profile.
- FeiFei
### Project Advisor
- Teacher Iyamu
We are from Kamoetvidya Science Academy (
KVIS
).