scikit-image
Image processing in Python (by scikit-image)
nude.py
Nudity detection with Python (by hhatto)
scikit-image | nude.py | |
---|---|---|
10 | 1 | |
6,022 | 921 | |
0.8% | - | |
9.7 | 1.8 | |
12 days ago | almost 4 years ago | |
Python | Python | |
GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
scikit-image
Posts with mentions or reviews of scikit-image.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-04-25.
-
How to Estimate Depth from a Single Image
We will use the Hugging Face transformers and diffusers libraries for inference, FiftyOne for data management and visualization, and scikit-image for evaluation metrics.
-
Exploring Open-Source Alternatives to Landing AI for Robust MLOps
Data analysis involves scrutinizing datasets for class imbalances or protected features and understanding their correlations and representations. A classical tool like pandas would be my obvious choice for most of the analysis, and I would use OpenCV or Scikit-Image for image-related tasks.
-
Converting Scikit-Learn Library Algorithms to C
scikit hog library: https://github.com/scikit-image/scikit-image/blob/main/skimage/feature/_hog.py#L302 , https://github.com/scikit-image/scikit-image/blob/main/skimage/feature/_hoghistogram.pyx
-
Is it possible to add a noise to an image in python?
This is a good cv deep learning book with python examples https://www.manning.com/books/deep-learning-for-vision-systems. If you're pretty comfortable with the concepts of traditional image processing this is a good companion to cv2 (so you don't have to reinvent the wheel) https://scikit-image.org/
-
A CLI that does simple image processing and also generates cool patterns
Also, don't know if you're familiar with Python, but if you need ideas for to implement for future directions : https://scikit-image.org/
-
Color Matrices for scan correction
There's probably something in scikit-image to do what you want, or close enough to build on.
-
Python: The Best Image Processing Libraries
Scikit-image The Scikit-image library is a collection of image processing algorithms that are designed to be easy to use and understand. It includes algorithms for common tasks like edge detection, feature extraction, and image restoration. If you are just starting out in image processing, then this is a good library to check out!
-
Image Processing is Easier than you Thought! (Getting started with Python Pillow)
Python is a general-purpose programming language that provides many image processing libraries for adding image processing capabilities to digital images. Some of the most common image processing libraries in Python are OpenCV, Python Imaging Library (PIL), Scikit-image etc.
-
Scikit-image for Image Processing
Then you would need to find what this plugin does for imshow. First thing you can see is that "interpolation" is not "bicubic" as you used, but "nearest"… but there are other settings here that are responsible for the difference of displays. (it's better that you look at the source code in your environment, as it might be slightly different)
- Patented algorithm removed from scikit-image shortly before merge accept
nude.py
Posts with mentions or reviews of nude.py.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-09-08.
-
Ask HN: Please recommend me an NSFW content detection API
If you need a quick & dirty solution (that works for now), I suggest using [An Algorithm for Nudity Detection - by R. Ap-Apid](https://www.researchgate.net/publication/249767252_An_Algori...). It has multiple oss implementations in [js](https://github.com/pa7/nude.js), [python](https://github.com/hhatto/nude.py), [ruby](https://github.com/rummelonp/nude.rb), [go](https://github.com/koyachi/go-nude), and you could probably find one in the language you're using (or implement it yourself). It works well enough™
What are some alternatives?
When comparing scikit-image and nude.py you can also consider the following projects:
pillow - Python Imaging Library (Fork)
OpenCV - Open Source Computer Vision Library
thumbor - thumbor is an open-source photo thumbnail service by globo.com
python-qrcode - Python QR Code image generator
pycairo - Python bindings for cairo
wand - The ctypes-based simple ImageMagick binding for Python
neural-enhance - Super Resolution for images using deep learning.
hmap - Image histogram remapping