Agent-Hellboy / Agent-Hellboy/iPurity
Implement Fan-In Fan-Out Pattern for NSFW Image Processing
未关闭
- 主要语言
- C++
- 星标
- 0
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
Implement the Fan-In Fan-Out concurrency pattern for efficient processing of NSFW image detection. The process involves two distinct worker types:
-> Downloader Workers (Fan-Out):
Gather and download files.
After downloading, place the file references into a shared queue.
-> Scanner Workers (Fan-In):
Extract file references from the shared queue.
Run the NSFW scanner on each file.
Determine if the file is NSFW or safe.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。