Showing 71 open source projects for "you-get"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    Pillow

    Pillow

    The friendly Python Imaging Library fork

    ...While PIL is not officially over yet, with Pillow you can be assured of continuous integration testing, publicized development activity, and regular releases to the Python Package Index.
    Downloads: 60 This Week
    Last Update:
    See Project
  • 2
    darktable

    darktable

    darktable is an open source photography workflow application

    darktable is an open source photography workflow application and non-destructive raw developer. A virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images, enhance them and export them on local or remote storage.
    Downloads: 39 This Week
    Last Update:
    See Project
  • 3
    Imagine

    Imagine

    PHP 5.3 object oriented image manipulation library

    Imagine is a OOP library for image manipulation built in PHP 5.3 using the latest best practices and thoughtful design that should allow for decoupled and unit-testable code. ImagineInterface (Imagine\Image\ImagineInterface) and its implementations is the main entry point into Imagine. You may think of it as a factory for Imagine\Image\ImageInterface as it is responsible for creating and opening instances of it and also for instantiating Imagine\Image\FontInterface object. The main piece of image processing functionality is concentrated in the ImageInterface implementations (one per driver - e.g. Imagick\Image). The main idea of Imagine is to avoid driver specific methods spill outside of this class and couple of other internal interfaces (Draw\DrawerInterface), so that the filters and any other image manipulations can operate on ImageInterface through its public API.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Jimp

    Jimp

    An image processing library written entirely in JavaScript for Node

    An image processing library for Node written entirely in JavaScript, with zero native dependencies. If you're using this library with TypeScript the method of importing slightly differs from JavaScript. Instead of using require, you must import it with ES6 default import scheme. If you're using a web bundles (webpack, rollup, parcel) you can benefit from using the module build of jimp. Using the module build will allow your bundler to understand your code better and exclude things you aren't using. If you're using webpack you can set process.browser to true and your build of jimp will exclude certain parts, making it load faster. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    satellite-image-deep-learning

    satellite-image-deep-learning

    Resources for deep learning with satellite & aerial imagery

    ...Note there is a huge volume of academic literature published on these topics, and this repository does not seek to index them all but rather list approachable resources with published code that will benefit both the research and developer communities. If you find this work useful please give it a star and consider sponsoring it. You can also follow me on Twitter and LinkedIn where I aim to post frequent updates on my new discoveries, and I have created a dedicated group on LinkedIn. I have also started a blog here and have published a post on the history of this repository called Dissecting the satellite-image-deep-learning repo.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Kingfisher

    Kingfisher

    Lightweight, pure-Swift library for downloading images from the web

    Kingfisher is a powerful, pure-Swift library for downloading and caching images from the web. It provides you a chance to use a pure-Swift way to work with remote images in your next app. Asynchronous image downloading and caching. Loading image from either URLSession-based networking or local provided data. Useful image processors and filters provided. Multiple-layer hybrid cache for both memory and disk. Fine control on cache behavior.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    ArrayFire

    ArrayFire

    ArrayFire, a general purpose GPU library

    ...Data structures in ArrayFire are smartly managed to avoid costly memory transfers and to take advantage of each performance feature provided by the underlying hardware. The community of ArrayFire developers invites you to build with us if you're interested and able to write top performing tensor functions. Together we can fulfill The ArrayFire Mission under an excellent Code of Conduct that promotes a respectful and friendly building experience. Rigorous benchmarks and tests ensuring top performance and numerical accuracy. Cross-platform compatibility with support for CUDA, OpenCL, and native CPU on Windows, Mac, and Linux. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    scantailor-experimental

    scantailor-experimental

    Scan Tailor Experimental is an interactive post-processing tool

    Scan Tailor Experimental is an interactive post-processing tool for scanned pages. You give it raw scans, and you get pages ready to be printed or assembled into a PDF or DJVU file. Scanning, optical character recognition, and assembling multi-page documents are out of scope of this project.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 9
    Waifu2x-Extension-GUI

    Waifu2x-Extension-GUI

    Photo/Video/GIF enlargement using machine learning

    Image & GIF & Video Super-Resolution using Deep Convolutional Neural Networks. Built-in image processing algorithm: Waifu2x / SRMD / RealSR / Anime4K / ACNet Built-in image processing engine: Waifu2x-caffe / Waifu2x-converter / Waifu2x-ncnn-vulkan / SRMD-ncnn-vulkan / RealSR-ncnn-vulkan / Anime4KCPP Github: https://github.com/AaronFeng753/Waifu2x-Extension-GUI
    Leader badge
    Downloads: 754 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10

    radon-transform-for-java

    Library with a Radon Transform implementation for Java

    There is a RadonTransformExecutor, which can be easily configured for using multithreading. That RadonTransformExecutor invokes the RadonTransformCalculator, and returns a Future<RadonTransformCalculator>. If succeeded, you will get a RadonTransformCalculator object, which includes a RadonTransformResult, which has the Radon Transform, which can be browsed. The shared zip includes the library and an example, which shows how to make the library work in a real case. You can see more information at: https://www.frojasg1.com:8443/downloads_web/web/html/radon.html?...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    Image To Text tools

    ITTT is a Free tool designed to Scan and extract Text from Images.

    Image To Text Tools is a 100% Free user-friendly tool designed to Scan and extract containing text in images into editable text formats. Whether you need to extract text from scanned documents, photographs, or other image files, Image To Text Tools provides accurate and reliable Optical Character Recognition (OCR) capabilities to meet your needs.
    Downloads: 29 This Week
    Last Update:
    See Project
  • 12
    PGMania

    PGMania

    Astrophotography image & video processor. Full processing cycle

    ...The program performs all image processing cycles for astrophotography, including filtering, cleaning, aligning, image calibrating, stacking, post-processing, format conversion, cropping, rotations, many special operations and much more. PGMania is environmentally friendly - it does not clutter your photos with something that was never there. You get full control over all processing processes and the most clean and accurate result at all cycles. The program has a clear and user-friendly interface and detailed help for all stages of processing.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Panel Splitter for Adobe Photoshop

    Panel Splitter for Adobe Photoshop

    Instantly crop & export images along the guides in Adobe Photoshop

    Panel Splitter is a script that helps you to instantly crop images/canvas along the guides in Photoshop and export them as high quality PDFs. All you need to provide is how many rows and columns that are needed. Panel Splitter will prepare the guides, crop each panel and save them as PDFs for you. There is an alternative option that already available in Adobe Photoshop named Slices from Guides.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    TextureAtlas Toolbox

    TextureAtlas Toolbox

    A powerful, free and open-source tool for TextureAtlases/Spritesheets

    ...Formerly known as TextureAtlas to GIFs and Frames Licensed under AGPL-3.0 Third-party licenses: See https://github.com/MeguminBOT/TextureAtlas-Toolbox/blob/main/docs/licenses.md The GitHub has most things documented, please have a look there if you want to find out more! Documentation Hub: https://github.com/MeguminBOT/TextureAtlas-Toolbox/tree/main/docs List of supported formats; https://github.com/MeguminBOT/TextureAtlas-Toolbox?tab=readme-ov-file#supported-formats List of supported formats (in-depth): https://github.com/MeguminBOT/TextureAtlas-Toolbox/blob/main/docs/format-reference.md
    Downloads: 21 This Week
    Last Update:
    See Project
  • 15
    cleanvideo-cli

    cleanvideo-cli

    CLI tool for removing watermarks from AI-generated videos using frame-

    ...This project is intended for developers, researchers, and creators who need a lightweight utility for cleaning preview or draft videos before further processing. Note: This tool does not bypass platform restrictions and should be used only on content you own or have the rights to use.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    color_ball

    color_ball

    Application that paints a subtly colored ball over an image

    Application that paints a subtly colored ball over the images of a directorio, that you can browse. It has been an excuse for integrating the JColorChooser with my library: * Multi-precision * Dark mode * It remembers the latest chosen colors you can watch a demo at: https://frojasg1.com:8443/resource_counter/resourceCounter?operation=countAndForward&url=https%3A%2F%2Ffrojasg1.com%2Fdemos%2Faplicaciones%2FcolorBall%2FcolorBall.v1.0.demo.video.mp4%3Forigin%3Dsourceforge&origin=web
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ImageRevise Pro

    ImageRevise Pro

    ImageRevise Pro - Effortless Image Resizing & Optimization Tool

    ImageRevise is a streamlined Tkinter-based application that makes image resizing and optimization effortless. With its intuitive interface, you can easily resize images while maintaining the aspect ratio, add custom watermarks with customizable positions, and optimize images for web use by adjusting quality levels. The application also lets you view and remove EXIF metadata, ensuring privacy and reducing file size. Features like multi-threaded image processing keep the app responsive during operations and enhance the overall user experience. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Comic panel detection

    Program, written in python, which detect panels in comics

    Program, written in python, which detect panels in comics, based on Max Halford's tutorial "https://maxhalford.github.io/blog/comic-book-panel-segmentation/". It allows you to process Jpg/Png images in a folder , and then save the individual panels in a folder or in a single pdf file. Unfortunately it is far from perfect and makes many mistakes especially with "black and white" comics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    CT4AM

    CT4AM

    Tools for 3D image analysis of additively manufactured parts

    ...Instead, CT4AM is a collection of small and simple apps that have already been successfully used to solve various problems in materials science and process visualization. You can either execute these tools directly or use their source codes to develop your own application for toolpath analysis or correlation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    jbig2enc

    jbig2enc

    JBIG2 Encoder

    This is an encoder for JBIG2. JBIG2 encodes bi-level (1 bpp) images using a number of clever tricks to get better compression than G4. This encoder can: Generate JBIG2 files, or fragments for embedding in PDFs Generic region encoding Perform symbol extraction, classification and text region coding Perform refinement coding and, Compress multipage documents It uses the (Apache-ish licensed) Leptonica library: http://leptonica.com/
    Downloads: 52 This Week
    Last Update:
    See Project
  • 21

    key_color_image

    Command line app for creating a particular color scale to images

    ...If you do not know the color code, you can pass a color: -color input and the application will let you move the mouse on the screen, and when you press return, the color of the mouse pointer will be picked. (This does not work properly in certain environments, but you can always move the mouse over your color before launching the application).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    smartcrop.js

    smartcrop.js

    Content aware image cropping

    Image cropping is a common task in many web applications. Usually just cutting out the center of the image works out ok. It's often a compromise and sometimes it fails miserably. Smartcrop.js is the result of my experiments with content aware image cropping. It uses fairly simple image processing and a few rules to attempt to create better crops of images. This library is still in it's infancy but the early results look promising. So true to the open source mantra of release early, release...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Astronomy Linux 21.04

    Astronomy Linux 21.04

    This is an open project "Astronomy Linux 21.04" for amateurs

    ...This image contains different astronomical programs, for example: planetariums, image processing, astro-hardware control, INDI drivers, etc. ********************************************************************************** WARNING! You can install and use this distribution without any guarantees. We are do NOT responsible for the loss of data from your computer during installation of the distribution, as well as during its testing or/and using! ********************************************************************************** ************************* Do you need any help? ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 24
    Astronomy Linux 16.04

    Astronomy Linux 16.04

    Free Live DVD distributive designed for astronomy amateurs.

    ...This DVD contains different astronomical programs, for example: planetariums, image processing, astro-hardware control, INDI drivers, etc. Login: astronom Password: 12341234 You can change the default password in menu: Applications -> System Tools -> System Setting -> User Accounts P.S. You can disable the error report in terminal: sudo sed -i "s/enabled=1/enabled=0/g" '/etc/default/apport' ************************* Do you need any help? **************
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Astronomy Linux 19.04

    Astronomy Linux 19.04

    This is an open project "Astronomy Linux 19.04" for amateurs

    ...This DVD contains different astronomical programs, for example: planetariums, image processing, astro-hardware control, INDI drivers, etc. ********************************************************************************** WARNING! You can install and use this distribution without any guarantees. We are do NOT responsible for the loss of data from your computer during installation of the distribution, as well as during its testing or/and using! ********************************************************************************** ************************* Do you need any help? ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next