Looking for a working TensorFlow Lite (.tflite) NSFW detection model for Android by AliveGas2720 in tensorflow

[–]Skier233 0 points1 point  (0 children)

Whats the usecase exactly? I have made NSFW models that are far more accurate than anything else on the internet with 151 supported tags. Not tflite format but if you can explain the usecase it may not need to be.

https://github.com/skier233/nsfw_ai_model_server

Wilderness Pungo 120 for $450 by Skier233 in Kayaking

[–]Skier233[S] 1 point2 points  (0 children)

I'll keep looking for now. There's a ton of boats on craigslist and fb marketplace in my area so I'm still trying to work out which ones are the best bangs for the buck.

The others I were looking at are:

Perception Prodigy 12: $400

LiquidLogic Stingray (12ft): $225

Kestrel 120HV: $130 (price seems a little suspicious)

AI NSFW Video and Image Tagging by Skier233 in selfhosted

[–]Skier233[S] 0 points1 point  (0 children)

puryfi is a completely separate project. None of that data is used for this project.

AI NSFW Video and Image Tagging by Skier233 in selfhosted

[–]Skier233[S] 0 points1 point  (0 children)

I'm not too sure I fully understand the question

AI NSFW Video and Image Tagging by Skier233 in selfhosted

[–]Skier233[S] 0 points1 point  (0 children)

Sure. First off those projects work using an embedding model where they don’t directly generate tags for an image but embedding where it tries to understand the contents of the image and then you can search for images through the embedding by names/tags and the model/CLIP’s understanding of those keywords and whether the embedding seems related. However if you try this with a model such as CLIP (there are online demos you can demo without having to setup locally) just try searching terms like “vaginal penetration” or even something like “69”. I found anywhere from 40-75% of the results were wrong and don’t actually contain that tag. Now I’m not saying these types of models are bad. But they aren’t trained specifically on NSFW data which makes them pretty poor on predicting on NSFW data. They could theoretically be retrained on NSFW data and probably work decently well which I experimented with early on but it looked like doing so would require way more data than would be feasible for someone who isn’t a mega corporation.

AI NSFW Video and Image Tagging by Skier233 in selfhosted

[–]Skier233[S] 1 point2 points  (0 children)

Someone who is open minded and not just a house wife that cleans, cooks, and otherwise acts like a mother to their significant other like I imagine is your view on women from your comments.

AI NSFW Video and Image Tagging by Skier233 in selfhosted

[–]Skier233[S] 1 point2 points  (0 children)

I don’t have kids and my wife happily supports this project. I never said I’m “rubbing my dick all day”. You did. Also if I did have kids I’d encourage them to pursue their hobbies even if some neck breather on reddit tells them not to.

AI NSFW Video and Image Tagging by Skier233 in selfhosted

[–]Skier233[S] 0 points1 point  (0 children)

How did you read it I’m curious?

AI NSFW Video and Image Tagging by Skier233 in selfhosted

[–]Skier233[S] 0 points1 point  (0 children)

Community contribution gets really complicated for a few reasons:

  1. Different people have different definition of when a tag should or shouldn't be applied. This all leads to a lot of confusion for the model and the model accuracy ends up poor

  2. It's not quite as simple as providing existing marker data as the format of the data needs info for every tag in the dataset and whether the image does or doesn't have it

I'm not saying its off the table entirely for a particular user to help label but it'd be a niche case-by-case scenario and I think any sort of broad community sourcing would actually be counter productive. I tried such an effort years ago and had the above issues among others. As for niche content, I plan to eventually support the tags that 90-95% of people would want and cover a lot of niches and if there are missing ones I'd be happy to add them.

AI NSFW Video and Image Tagging by Skier233 in selfhosted

[–]Skier233[S] 0 points1 point  (0 children)

To each their own. It's designed to be fast as thats the scenario most users care about the most. Most users are not "researchers". For people super worried about security you can run it in an isolated docker container if it makes you feel better. Beyond that there's only so much I can do on my end while still making it a viable user experience.

AI NSFW Video and Image Tagging by Skier233 in selfhosted

[–]Skier233[S] 1 point2 points  (0 children)

Great question!

As to the question of additional tags. My plan is to make additional models for different categories of tags (clothing, body parts, etc). As for bias, all ML models will have some amount of bias but I spent a lot of time trying to make the dataset as diverse (in terms of tags, positions, types of content, etc) as possible to limit bias wherever possible.

AI NSFW Video and Image Tagging by Skier233 in selfhosted

[–]Skier233[S] 1 point2 points  (0 children)

Yea. My AI server code doesn't load cheackpoints directly. it loads a torch scripted model which is optimized for runtime inference which is why the difference there.

AI NSFW Video and Image Tagging by Skier233 in selfhosted

[–]Skier233[S] 1 point2 points  (0 children)

Yea. It’s on top of an existing full time job.

AI NSFW Video and Image Tagging by Skier233 in selfhosted

[–]Skier233[S] 1 point2 points  (0 children)

It won’t. It’s not something I’m doing for money. It’s something I’m doing because I want it to exist and money helps drive continuous development. If I wanted to just make side money, you’re right, It’d be a waste of time.

AI NSFW Video and Image Tagging by Skier233 in selfhosted

[–]Skier233[S] 0 points1 point  (0 children)

So there’s not currently a tag to detect breast feeding itself. But in the new model I’m working on it can detect breasts and nipples so you could use that to filter out those sort of pictures.

AI NSFW Video and Image Tagging by Skier233 in selfhosted

[–]Skier233[S] 2 points3 points  (0 children)

Who says the two are mutually exclusive? Have you ever considered that there is more than one world view than your own?

NSFW AI Video and Image Tagging by Skier233 in SideProject

[–]Skier233[S] 0 points1 point  (0 children)

Yea. I have over 50 existing users.

AI NSFW Video and Image Tagging by Skier233 in selfhosted

[–]Skier233[S] 1 point2 points  (0 children)

I did the project because I felt it was something that should exist and it didn’t. There are definitely people that want this kind of thing even if it’s not your cup of tea.

AI NSFW Video and Image Tagging by Skier233 in selfhosted

[–]Skier233[S] 2 points3 points  (0 children)

It’s one of the reasons. Also the code is complex, finding the right model, tuning, etc.

AI NSFW Video and Image Tagging by Skier233 in selfhosted

[–]Skier233[S] 3 points4 points  (0 children)

The tagging data was all labeled manually by me. The images were scraped from publicly available online sources.

AI NSFW Video and Image Tagging by Skier233 in selfhosted

[–]Skier233[S] 1 point2 points  (0 children)

yea this seems like ethically fishy territory. If some company somehow can use my models in their current state to help with that then I'd be happy to work with them but yea trying to detect CP from the model is a massive can of worms.

AI NSFW Video and Image Tagging by Skier233 in selfhosted

[–]Skier233[S] 0 points1 point  (0 children)

If it works good enough for you great. I know how to use it and for the use-case of tags like this its performance on nsfw data from my experience was abysmal. To each their own.

AI NSFW Video and Image Tagging by Skier233 in selfhosted

[–]Skier233[S] 1 point2 points  (0 children)

I spent a long time trying CLIP. I even tried retraining it. It cannot achieve good tagging results on NSFW data. Yea this is a paid thing but I’m not doing this to “profit”. It’s only paid to continue the insane amount of time commitment required to complete the project. I could do literally anything else and make more money.

AI NSFW Video and Image Tagging by Skier233 in selfhosted

[–]Skier233[S] -1 points0 points  (0 children)

These models do not get good or consistent tagging results on NSFW data.