Agent-Hellboy / Agent-Hellboy/iPurity
Implement Fan-In Fan-Out Pattern for NSFW Image Processing
Đang mở
- Ngôn ngữ chính
- C++
- Star
- 0
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.