Detect objects in uploaded images
Detect objects in uploaded images
Analyze images to identify tags and ratings
Identify objects in images based on text descriptions
Demo EraX-NSFW-V1.0
🚀 ML Playground Dashboard An interactive Gradio app with mu
Detect objects in an image
Cinephile
Analyze image and highlight detected objects
Check if an image contains adult content
Detect objects in uploaded images
Detect NSFW content in images
Image-Classification test
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.