Agent-Hellboy / Agent-Hellboy/iPurity
Implement Fan-In Fan-Out Pattern for NSFW Image Processing
Ouverte
- Langage dominant
- C++
- Étoiles
- 0
- Forks
- 0
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.