Detect objects in uploaded images
Detect objects in uploaded images
Classifies images as SFW or NSFW
Detect people with masks in images and videos
Identify Not Safe For Work content
Check images for adult content
Demo EraX-NSFW-V1.0
Human Facial Emotion detection using YOLO11 Trained Model
Object Detection For Generic Photos
Analyze images and categorize NSFW content
Analyze images and check for unsafe content
Check images for nsfw content
ComputerVisionProject week5
Transformers.js is a JavaScript library designed to detect harmful or offensive content in images. It leverages advanced AI models to analyze uploaded images and identify potentially inappropriate or harmful content. This tool is particularly useful for maintaining safety and compliance in web applications that handle user-generated content.
npm install transformers.js
to add the library to your project.import Transformers from 'transformers.js';
.What image formats does Transformers.js support?
Transformers.js supports common formats like JPG, PNG, and BMP for image analysis.
Can I customize the detection thresholds?
Yes, you can adjust confidence levels to fine-tune detection accuracy according to your application's requirements.
Where can I find help if I encounter issues?
Refer to the official documentation or community forums for troubleshooting and implementation guidance.