{"id":25227881,"url":"https://github.com/pooh555/ai-generated-content-detector-application","last_synced_at":"2026-04-14T15:32:32.144Z","repository":{"id":276146203,"uuid":"928360685","full_name":"Pooh555/AI-generated-Content-Detector-Application","owner":"Pooh555","description":"An application for detecting AI vs human-generated information","archived":false,"fork":false,"pushed_at":"2025-02-17T07:41:07.000Z","size":105922,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T13:16:23.646Z","etag":null,"topics":["ai-generated","application","computer-vision","dart","deep-learning","flutter","image-classification"],"latest_commit_sha":null,"homepage":"https://github.com/Pooh555/AI-vs-human-generated-image","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pooh555.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-06T14:07:48.000Z","updated_at":"2025-02-17T07:41:12.000Z","dependencies_parsed_at":"2025-02-06T15:41:59.714Z","dependency_job_id":null,"html_url":"https://github.com/Pooh555/AI-generated-Content-Detector-Application","commit_stats":null,"previous_names":["pooh555/ai-generated-content-detector-application"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pooh555%2FAI-generated-Content-Detector-Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pooh555%2FAI-generated-Content-Detector-Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pooh555%2FAI-generated-Content-Detector-Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pooh555%2FAI-generated-Content-Detector-Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pooh555","download_url":"https://codeload.github.com/Pooh555/AI-generated-Content-Detector-Application/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247339154,"owners_count":20923014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-generated","application","computer-vision","dart","deep-learning","flutter","image-classification"],"created_at":"2025-02-11T09:12:57.060Z","updated_at":"2026-04-14T15:32:32.106Z","avatar_url":"https://github.com/Pooh555.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI-generated Content Detector\n\n\u003ch3 align=\"center\" style=\"display: flex; justify-content: space-between; width: 100%; text-align: center;\"\u003eAI vs Human\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"res/assets/github/kita_AI.jpg\" style=\"width: 45%; display: inline-block;\" /\u003e\n  \u003cimg src=\"res/assets/github/kita_human.jpg\" style=\"width: 45%; display: inline-block;\" /\u003e\n\n### About This Project\nThis project is an extension of a \n\u003ca href=\"https://www.kaggle.com/competitions/detect-ai-vs-human-generated-images\" target=\"_blank\"\u003ekaggle competition project\n\u003c/a\u003e.\n\n### Deep Learning\nThe models used for identifying AI-generated content are listed below.\n- Image model: \u003ca href=\"https://github.com/Pooh555/AI-vs-human-generated-image\" target=\"_blank\"\u003eGithub repository\u003c/a\u003e\n\n### Project Structure\nThis diagram is only 3 layers deep from the root directory.\n```\n├── android\n│   ├── app\n│   │   └── src\n│   └── gradle\n│       └── wrapper\n├── build\n│   ├── 12e404ffd3c8d1634225fb0017171d6d\n│   ├── app\n│   │   ├── generated\n│   │   ├── intermediates\n│   │   ├── kotlin\n│   │   ├── outputs\n│   │   └── tmp\n│   ├── flutter_assets\n│   │   ├── fonts\n│   │   ├── packages\n│   │   └── shaders\n│   ├── linux\n│   │   └── x64\n│   ├── native_assets\n│   │   ├── android\n│   │   └── linux\n│   └── reports\n│       └── problems\n├── ios\n│   ├── Flutter\n│   ├── Runner\n│   │   ├── Assets.xcassets\n│   │   └── Base.lproj\n│   ├── RunnerTests\n│   ├── Runner.xcodeproj\n│   │   ├── project.xcworkspace\n│   │   └── xcshareddata\n│   └── Runner.xcworkspace\n│       └── xcshareddata\n├── lib\n├── linux\n│   ├── flutter\n│   │   └── ephemeral\n│   └── runner\n├── macos\n│   ├── Flutter\n│   │   └── ephemeral\n│   ├── Runner\n│   │   ├── Assets.xcassets\n│   │   ├── Base.lproj\n│   │   └── Configs\n│   ├── RunnerTests\n│   ├── Runner.xcodeproj\n│   │   ├── project.xcworkspace\n│   │   └── xcshareddata\n│   └── Runner.xcworkspace\n│       └── xcshareddata\n├── test\n├── web\n│   └── icons\n└── windows\n    ├── flutter\n    │   └── ephemeral\n    └── runner\n        └── resources\n```\n### Resources\n#### Pooh555's laptop\n| Devices | Specification | Remark |\n| ----------- | ----------- | ----------- |\n| CPU | Ryzen 7 6800HS | - |\n| GPU | GeForce RTX 3050 | CUDA 12.7 |\n| RAM | - | 16 GB |\n| OS | Arch Linux | x84_64 |\n\n#### Pooh555's host PC\n| Devices | Specification | Remark |\n| ----------- | ----------- | ----------- |\n| CPU | i7 gen 11-11700K | 5.0 GHz |\n| GPU | GeForce RTX 4060 Ti | CUDA 12.6 |\n| RAM | - | 32 GB |\n| OS | Ubuntu | - |\n### Team Members\n\u003col\u003e\n  \u003cli\u003ePooh555\n    \u003ca href=\"https://www.kaggle.com/patumwan\" target=\"_blank\"\u003e Kaggle Profile.\u003c/a\u003e\n  \u003c/li\u003e\n  \u003cli\u003eMellow\n    \u003ca href=\"https://www.kaggle.com/pannatado\" target=\"_blank\"\u003e Kaggle Profile.\u003c/a\u003e\n  \u003c/li\u003e\n  \u003cli\u003eFeiFei\u003c/li\u003e\n\u003c/ol\u003e\n\n### Project Advisor\n\u003col\u003e\n    \u003cli\u003eTeacher Iyamu\n  \u003c/li\u003e\n\u003c/ol\u003e\n\u003cp align=\"center\"\u003e\n  We are from Kamoetvidya Science Academy (\n  \u003ci\u003e\n    \u003ca href=\"https://www.kvis.ac.th\" target=\"_blank\"\u003e KVIS\u003c/a\u003e\n  \u003c/i\u003e\n  ).\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpooh555%2Fai-generated-content-detector-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpooh555%2Fai-generated-content-detector-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpooh555%2Fai-generated-content-detector-application/lists"}