Screenshots
Example Usage
VerifyVision-Pro/ │ ├── data/ # 数据目录 │ ├── real/ # 真实图像 │ ├── fake/ # 伪造图像 │ └── processed/ # 预处理后的图像 │ ├── models/ # 模型目录(已被git忽略) │ └── saved/ # 保存的模型权重 │ ├── src/ # 源代码 │ ├── data_utils/ # 数据处理工具 │ │ ├── dataset.py # 数据集类 │ │ └── data_processor.py # 数据预处理工具 │ │ │ ├── models/ # 模型定义 │ │ └── models.py # 深度学习模型实现 │ │ │ ├── training/ # 训练相关 │ │ ├── train.py # 训练脚本 │ │ └── evaluate.py # 评估脚本 │ │ │ └── web/ # Web应用 │ └── app.py # Flask应用 │ ├── static/ # 静态资源 │ ├── css/ # CSS样式 │ │ └── style.css # 自定义样式 │ │ │ ├── js/ # JavaScript │ │ └── main.js # 主JS文件 │ │ │ └── uploads/ # 用户上传的图像 │ ├── templates/ # HTML模板 │ ├── base.html # 基础模板 │ ├── index.html # 首页 │ ├── result.html # 结果页面 │ └── about.html # 关于页面 │ ├── generate_test_images.py # 测试图像
See also
horus
Open Source
An OSINT / digital forensics tool built in Python…
fastfinder
Free
Incident Response - Fast suspicious file finder…
Ultimate-RAT-Collection
Free
For educational purposes only, exhaustive samples of 500+ classic/modern trojan builders including s…
DFIR-Detection-Engineering
Open Source
Digital Forensics Incident Response and Detection engineering: Análisis forense de artefactos comune…
detect-lkm-rootkit-cheatsheet
Free
Cheat sheet to detect and remove linux kernel rootkit…
ITIL-4-Foundation-IT-Service-Management-Practice-Tests-Exams-Questions-Answers
Free
⛳️ PASS: ITIL 4 Foundation (IT Service Management) by learning based on our Questions & Answers (Q&A…