Detect objects in an image
Classify images into NSFW categories
Detect NSFW content in images
Detect objects in images using ๐ค Transformers.js
NSFW using existing FalconAI model
AI Generated Image & Deepfake Detector
Detect NSFW content in images
Detect trash, bin, and hand in images
Detect NSFW content in images
Detect objects in images using YOLO
Detect inappropriate images
Testing Transformers JS
Identify Not Safe For Work content
Transformers.js is a JavaScript library designed to detect objects in images, particularly focusing on identifying harmful or offensive content. It leverages the power of Transformers.js to provide robust image analysis capabilities within web applications.
<script> tag..load() method to load the selected model..detect() method.1. How do I include Transformers.js in my project?
Include the library by adding the script tag <script src='https://cdn.jsdelivr.net/npm/@tensorflow/[email protected]/dist/tf.min.js'></script>
2. Can I use a different model besides YOLOv8?
Yes, Transformers.js supports other models. You can specify the desired model when initializing the detector.
3. What is the Apocalypse threshold in results?
The Apocalypse threshold determines confidence levels for detected objects. Lower values increase detection sensitivity but may reduce accuracy.