nude.py VS thumbor

Compare nude.py vs thumbor and see what are their differences.

nude.py

Nudity detection with Python (by hhatto)

thumbor

thumbor is an open-source photo thumbnail service by globo.com (by thumbor)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
nude.py thumbor
1 6
921 9,874
- 0.6%
1.8 7.8
over 3 years ago 4 days ago
Python Python
MIT License 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.

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
    6 projects | news.ycombinator.com | 8 Sep 2023
    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â„¢

thumbor

Posts with mentions or reviews of thumbor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-23.
  • Am I the only one irritated by PaaS pricing schemes that are completely inaccessible to solo/hobbyist devs?
    2 projects | /r/webdev | 23 Aug 2022
    - Image transformations | Again, use Do's $5 droplet. Install thumbor.org .Enjoy!
  • How do I resize image with cloudfront url?
    1 project | /r/aws | 7 Aug 2022
    This is not a feature native to Cloudfront, it is something you need a dedicated service or function for. This aws blog article demonstrates a method using CloudFront Lambda@edge with a lambda that handles the image resize. Years ago before lambda@edge existed, I used an open source project thumbor behind CloudFront to handle this.
  • Making image thumbnails
    3 projects | /r/webdev | 27 Jun 2022
    So I found this project: Thumbor This service is self-hosted, and It allows on-demand cropping, resizing, applying filters and optimizing images. It works incredibly fast and does not require a lot of resources. Take a look, and you will understand how it works.
  • Show HN: Thumbor Release 7.0.0
    1 project | news.ycombinator.com | 6 Jan 2022
  • ReacTV
    4 projects | dev.to | 19 Dec 2021
    Images - ideally use webp format, and keep images as small as possible by loading in only what you need in terms of resolution. Ie, if user is on mobile, and image is displayed in ie 320x160, don't load huge image for desktop and resize it in-browser. This can be achieved by tools like Thumbor.
  • LQIP in Rails using Thumbor and base64
    2 projects | dev.to | 2 Feb 2021
    You will need Thumbor to use this method. If you're unfamiliar with Thumbor then I wrote an introduction here.

What are some alternatives?

When comparing nude.py and thumbor you can also consider the following projects:

scikit-image - Image processing in Python

pillow - Python Imaging Library (Fork)

pycairo - Python bindings for cairo

Quads - Computer art based on quadtrees.

neural-enhance - Super Resolution for images using deep learning.

pagan - Python avatar generator for absolute nerds

wand - The ctypes-based simple ImageMagick binding for Python

hmap - Image histogram remapping