picazza网站更新(二)

HanGR 于 2025-11-14 发布


背景


更新内容


注意事项


审核系统构想

序号 项目名 链接 语言 视频审核支持 说明
1 content-moderation-deep-learning https://github.com/fcakyon/content-moderation-deep-learning Python 多模态审核:裸露、暴力、情绪、毒品、音频等
2 content-checker https://github.com/utilityfueled/content-checker TypeScript 部分 图像+文本审核,视频未来扩展
3 Mod-Guard https://github.com/SwastikGowdaL/Mod-Guard JavaScript 部分 NSFW/武器/毒品审核框架
4 video-moderation Topic https://github.com/topics/video-moderation 多语言 GitHub 视频审核项目集合
5 content-moderation Topic https://github.com/topics/content-moderation 多语言 内容审核项目总集
6 apivideo/videoModeration https://github.com/apivideo/videoModeration JavaScript 调用 API 进行视频审核示例
7 AWS 内容审核示例 https://github.com/aws-samples/sample-for-content-moderation 多语言 AWS 视频+图像审核流程示例
8 KuaiMod (VLM 审核框架) https://arxiv.org/abs/2504.14904 研究 短视频平台级审核策略框架
9 nsfw_model https://github.com/GantMan/nsfw_model Python/TensorFlow 可用于视频帧 多类别裸露检测(含轻度/重度 NSFW)
10 NudeNet https://github.com/vladmandic/nudenet Python/JS 可用于视频帧 高清裸露检测模型+标注工具
11 deepseek-nsfw https://github.com/deepseek-ai/deepseek-nsfw Python 可用于视频帧 包含 CNN、MobileNet、YOLO 类模型
12 OpenNSFW https://github.com/yahoo/open_nsfw C++/Python 可用于视频 Yahoo 官方 NSFW 模型
13 Detoxify https://github.com/unitaryai/detoxify Python 音频+文本 语言辱骂/攻击性检测
14 OpenAI CLIP NSFW 扩展 https://github.com/openai/CLIP Python 可用于视频帧 CLIP 用于裸露/不当内容分类(社区模型)
15 Violence Detection Model https://github.com/hongquanli/violence-detection Python 视频暴力行为检测(LSTM+CNN)
16 Video Violence Detection (3D-CNN) https://github.com/bharath5673/Video-Violence-Detection Python 3D CNN 暴力检测模型,可用于监控场景
17 Weapon Detection YOLO https://github.com/Aravindlivewire/Weapon-Detection Python/YOLO 可用于视频帧 枪械、刀具类危险物体检测
18 Drugs / Alcohol Detection https://github.com/topics/drug-detection Python 可用于视频帧 多个项目合集(毒品相关审核)
19 Hateclipper https://github.com/facebookresearch/hateclipper Python 可用于多模态 仇恨、攻击、敏感文本/图像融合审核
20 OpenCV + 自定义模型框架 https://opencv.org C++/Java/Python 是(抽帧+模型) 构建视频审核最常用基础工具(抽帧+分类)


后续规划