Agent-Hellboy / Agent-Hellboy/iPurity

Implement Fan-In Fan-Out Pattern for NSFW Image Processing

Open
#29 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.