notAI-tech / NudeNet

Lightweight nudity detection
https://nudenet.notai.tech/
GNU Affero General Public License v3.0
1.83k stars 353 forks source link

Can it be used with dart , flutter? #59

Closed JackTheProgrammer closed 4 years ago

JackTheProgrammer commented 4 years ago

I am a software guy and I had to make a project where people will share short short videos, and I have to make sure that no pornographic material is exchanged among users, if there's an alternative then please tell me.

bedapudi6788 commented 4 years ago

From client side, I don't know (I have zero experience with dart/flutter or building apps for any mobile platofrms). From server side, sure.

ibnux commented 4 years ago

Nope, it cannot, because it will need many python library and others, that will not support in mobile phone use it on server side

JackTheProgrammer commented 4 years ago

Nope, it cannot, because it will need many python library and others, that will not support in mobile phone use it on server side

thanks

ndaysinaiK commented 4 years ago

I tried it with TensorFlow lite and flutter, It worked with a score of 85%. amazing work 👍

bedapudi6788 commented 4 years ago

@ndaysinaiK if possible can you post a script/functions showing how to do this. This will help people like @JackTheProgrammer who are looking to integrate this on-device.

ndaysinaiK commented 4 years ago

Hi @bedapudi6788, I just uploaded a file and some instructions here : https://github.com/ndaysinaiK/nude-test

bedapudi6788 commented 4 years ago

@ndaysinaiK thank you for adding the example. I am linking your repository in the READMe.