Gant Laborde

Results 367 comments of Gant Laborde

Also, let me know when you're ready for me to promote NSFW-server on socails!

You'd have to have your bot pull the HTML/CSS and parse for JPG/PNG/GIF files. Once you parse the files you would loop through them and use that information to report.

You're not the first person to ask about this, perhaps I should make this a feature of the library? Just thinking on this. Perhaps it's a useful enough skill.

Currently, to use this you'd have to parse the HTML/CSS. I'll mark this ticket as a feature request and revisit it next Hacktoberfest.

It's a bit confusing the way this is constructed, but I see you're doing a lot of good things. The thing I'm confused by, is why are you `tf.disposeVariables()` on...

Hrmmm, TBH, I'm not seeing the source. Perhaps the model is getting created over and over? You could try `model.model.dispose()`. But I'll have to create a downloadable runnable debuggable demo...

Was this resolved?

Can I see some code? Are you using ts-node?

Canvas elements/JPG/PNG/GIFs for right now. I do like the idea of being able to scan PDFs/docs etc, but you'd have to find a way to extract images from those filetypes...

For PDFs * https://stackoverflow.com/questions/18680261/extract-images-from-pdf-file-with-javascript * https://www.npmjs.com/package/pdf-extractor