wagenaartje / neataptic

:rocket: Blazing fast neuro-evolution & backpropagation for the browser and Node.js
https://wagenaartje.github.io/neataptic/
Other
1.18k stars 278 forks source link

how can we use neataptic for nudity moderation #123

Open matt212 opened 6 years ago

matt212 commented 6 years ago

Hi, how can we use this node module for nudity moderation. i am unable to find docs on same !

wallabra commented 6 years ago

Neural networks classify data, i.e., they categorize it. You can try training a neural network to recognize nudity patterns, by checking the greyscale values of a square region of pixels around a pivot.

There is no premade configuration. It's all in the user's hands.