Agent-Hellboy / Agent-Hellboy/iPurity

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

Abierto
#29 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
C++
Estrellas
0
Forks
0
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.