Showing 190 open source projects for "algorithm"

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
  • Rezku Point of Sale Icon
    Rezku Point of Sale

    Designed for Real-World Restaurant Operations

    Rezku is an all-inclusive ordering platform and management solution for all types of restaurant and bar concepts. You can now get a fully custom branded downloadable smartphone ordering app for your restaurant exclusively from Rezku.
    Learn More
  • 1
    Anime Player

    Anime Player

    Video player for improving quality of hand-drawn images

    A video player that enhances the quality of a hand-drawn image using Anime4K's high-performance scaling algorithm. This program is a video player written in the Python programming language using the PySimpleGUI graphical user interface library, an mpv media player, and the Anime4K scaling algorithm . Anime Player is designed to play video and audio files and includes functions such as opening files, URLs and folders, setting image scaling parameters using the Anime4K algorithm, creating an mpv config for watching videos using the Anime4K algorithm on Android, viewing help and information about tuning the algorithm. ...
    Downloads: 20 This Week
    Last Update:
    See Project
  • 2
    Anime4KCPP

    Anime4KCPP

    A high performance anime upscaler

    Anime4KCPP provides an optimized bloc97's Anime4K algorithm version 0.9, and it also provides its own CNN algorithm ACNet, it provides a variety of way to use, including preprocessing and real-time playback, it aims to be a high-performance tool to process both image and video. This project is for learning and the exploration task of the algorithm course in SWJTU. Anime4K is a simple high-quality anime upscale algorithm.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 3
    Lama Cleaner

    Lama Cleaner

    Image inpainting tool powered by SOTA AI Model

    ...Many AICG creators are using Lama Cleaner to clean-up their work. Completely free and open-source, fully self-hosted, supports CPU & GPU. Windows 1-Click Installer, classical image inpainting algorithm powered by cv2. Multiple SOTA AI models, and various inpainting strategies. Run as a desktop application. Interactive Segmentation on any object.
    Downloads: 55 This Week
    Last Update:
    See Project
  • 4
    Real-ESRGAN GUI

    Real-ESRGAN GUI

    Cross-platform GUI for image upscaler Real-ESRGAN

    ...Real-ESRGAN can only enlarge the input image with a fixed 2-4x magnification (related to the selected model). This functionality is achieved by downsampling using a conventional scaling algorithm after multiple calls to Real-ESRGAN. Split each frame of the GIF and record the duration, zoom in one by one and then merge. Drag an image file or directory to any position in the window, and its path can be automatically set as the input.
    Downloads: 161 This Week
    Last Update:
    See Project
  • D&B Hoovers is Your Sales Accelerator Icon
    D&B Hoovers is Your Sales Accelerator

    For sales teams that want to accelerate B2B sales with better data

    Speed up sales prospecting with the rich audience targeting capabilities of D&B Hoovers so you can spend more sales time closing.
    Learn More
  • 5
    FFsubsync

    FFsubsync

    Automagically synchronize subtitles with video

    Language-agnostic automatic synchronization of subtitles with video, so that subtitles are aligned to the correct starting point within the video. First, make sure ffmpeg is installed. Make sure ffmpeg is on your path and can be referenced from the command line! Next, grab the script. It should work with both Python 2 and Python 3. There may be occasions where you have a correctly synchronized srt file in a language you are unfamiliar with, as well as an unsynchronized srt file in your...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 6
    HDcube

    HDcube

    This is an ESRGAN model trained specifically for upscaling GameCube

    This is an ESRGAN model trained specifically for upscaling GameCube and Wii textures, but it can of course be used for other textures from that period, like PlayStation 2, Xbox or PC games from that time. It can be used for all image formats supported by Gamecube and Wii hardware and can remove its typical artifacts like CMPR Block Compression (DXT1 algorithm, also known as BC1), color palette errors, color reduction up to 8bit color depth and 1bit alpha depth. I recommend chaiNNer, which offers a graphical user interface and is based on a node system that can be used to solve very simple as well as very complex tasks effectively by "chaining" nodes together. You get the best quality if you upscale the alpha channel separately.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    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...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 8
    UNIT3D Community Edition

    UNIT3D Community Edition

    Private Torrent Tracker Built With Laravel, Livewire and AlpineJS

    ...It is MySQL Strict Mode Compliant, and PHP 8.2 Ready. The code is well-designed and follows the PSR-2 coding style. It uses an MVC Architecture to ensure clarity between logic and presentation. As a hashing algorithm of Bcrypt or Argon2 is used, to ensure a safe and proper way to store the passwords for the users. A lightweight Blade Templating Engine. Caching System Supporting: "apc,” "array,” "database,” "file," "memcached," and "redis" methods. Eloquent and much more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    word_cloud

    word_cloud

    A little word cloud generator in Python

    A little word cloud generator in Python. The code is tested against Python 2.7, 3.4, 3.5, 3.6 and 3.7. If you are using conda, you can install from the conda-forge channel. wordcloud depends on numpy and pillow. To save the wordcloud into a file, matplotlib can also be installed. If there are no wheels available for your version of python, installing the package requires having a C compiler set up. Before installing a compiler, report an issue describing the version of python and operating...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Pest Control Management Software Icon
    Pest Control Management Software

    Pocomos is a cloud-based field service solution that caters to businesses

    Built for the pest control industry, but also works great for Mosquito Control, Bin Cleaning, Window Washing, Solar Panel Cleaning, and other Home Service Businesses in need of an easy-to-use software that helps you simplify routing, scheduling, communications, payment processing, truck tracking, time tracking, and reporting.
    Learn More
  • 10
    Bayesian Optimization

    Bayesian Optimization

    Python implementation of global optimization with gaussian processes

    This is a constrained global optimization package built upon bayesian inference and gaussian process, that attempts to find the maximum value of an unknown function in as few iterations as possible. This technique is particularly suited for optimization of high cost functions, situations where the balance between exploration and exploitation is important. More detailed information, other advanced features, and tips on usage/implementation can be found in the examples folder. Follow the basic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    YT Channel Downloader

    YT Channel Downloader

    Download YouTube channels, playlists, videos, audios with easy login.

    YT Channel Downloader is a powerful and user-friendly application that enables you to selectively or entirely download YouTube channels, playlists or individual videos and audios with ease. The app supports high-quality video and audio downloads, including 4K resolution and best available audio tracks. With a simple YouTube login process, you can download private or age-restricted content using your session cookies. The application offers extensive customization options, allowing you to...
    Leader badge
    Downloads: 368 This Week
    Last Update:
    See Project
  • 12
    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: 565 This Week
    Last Update:
    See Project
  • 13
    432Hz Player

    432Hz Player

    Plays music in 432Hz

    ...Play a music in 440Hz and in 432Hz, and see which one you prefer. Most people choose the 432Hz version, and it's hard to go back to 440Hz. This application uses a very high-quality pitch-shifting algorithm with low CPU usage. Supports Windows (Win 7 SP1 or later) and Linux (all distros). Installation instructions https://github.com/mysteryx93/HanumanInstituteApps/wiki/432hz-Player From Etienne Charland aka Hanuman, by a lightworker in his free time. https://www.spiritualselftransformation.com/
    Leader badge
    Downloads: 59 This Week
    Last Update:
    See Project
  • 14
    432Hz Batch Converter

    432Hz Batch Converter

    Converts and re-encodes music to 432Hz

    ...Most people choose the 432Hz version, and it's hard to go back to 440Hz. This application re-encodes your audio files while shifting the pitch to 432Hz. It uses a very high-quality pitch-shifting algorithm. Supports Windows (Win 7 SP1 or later) and Linux (all distros). Installation instructions https://github.com/mysteryx93/HanumanInstituteApps/wiki/432hz-Batch-Converter From Etienne Charland aka Hanuman, by a lightworker in his free time. https://www.spiritualselftransformation.com/
    Leader badge
    Downloads: 70 This Week
    Last Update:
    See Project
  • 15
    QPoisson

    QPoisson

    Implement Poisson blending algorithm in a simple photo editor with Qt

    QPoisson is not only an image editor for implementing conventional image transformations such as mirroring, rotation, inversion, grayscale, etc., but also a carrier for implementing Poisson fusion algorithms. It seamlessly stitches segments from one image into another, larger image.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Nyquist

    Nyquist

    Nyquist is a language for sound synthesis and music composition.

    Nyquist is a language for sound synthesis and music composition. It is implemented in C and C++ and runs on Win32, OSX, and Linux. Nyquist combines a powerful functional programming style with efficient signal-processing primitives. Nyquist is also embedded as a scripting language in Audacity.
    Leader badge
    Downloads: 47 This Week
    Last Update:
    See Project
  • 17
    Apprentice Video

    Apprentice Video

    it's a video player, also works for music and pictures

    This player stands on the giant shoulders of FFmpeg. Audio rendering is accomplished via portaudio v19. Video rendering is via OpenGL, using fragment programs when possible. User interface is implemented with Qt 4/5/6. ASS/SSA subtitle rendering is implemented with libass. This player provides several performance options to enable adequate video playback on slow hardware: * skip loop filter * skip non-reference frames * skip color converter * reduce playback speed to...
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 18
    Bubble Sort Simulator

    Bubble Sort Simulator

    Graphically visualizes Bubble Sort for better understanding

    This easy to install and easy to use GUI program graphically visualizes the bubble sort algorithm for a user entered list of numbers for better understanding. Made using OpenGL with C++ for Windows 7/8/10/11, it shows how bubble sort algorithm sorts a sequence of user-entered 7 one-digit numbers in ascending order comparison by comparison, pass by pass. Download and Run the Installer. Preferably do not choose Program Files or Program File(x86) for storage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Fractal Zoomer

    Fractal Zoomer

    A Fractal Zoomer with various functions.

    An application that lets you render some of the most known fractal functions, like the Mandelbrot set and many more! It comes with alot of options to further enhance your fractal experience! Its easy to use and does not require installation. A java version higher than 1.8 is required to be installed.
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • 20
    padthv1

    padthv1

    An old-school polyphonic additive synthesizer

    padthv1 is an old-school polyphonic additive synthesizer with stereo fx, padthv1 is based on the PADsynth algorithm, by Paul Nasca, as a special variant of additive synthesis (cf. http://zynaddsubfx.sourceforge.net/doc/PADsynth/PADsynth.htm).
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 21
    FractalImageCompression

    FractalImageCompression

    Java Fractal Image Compression based on Delaunay triangulation

    Implementation of the algorithm of the paper: "Fractal image compression based on Delaunay triangulation and vector quantization" It is a Fractal compression algorithm, based on relationships between regions of the image (in this case triangles), rather than in explicitly the pixel values themselves. Video demo: https://frojasg1.com:8443/resource_counter/resourceCounter?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Batch Auto Upscale Images xBRZ

    Batch Auto Upscale Images xBRZ

    Auto Upscale All Images Using xBRZ 234x

    This tool allows you to easily upscale all your PNG, JPG and GIF images en masse, such as pixel art or AI-generated art, using the open source, amazing, best-in-class, hyperfast non-AI xBRZ algorithm. Unlike the original xBRZ preview program which could only do one image at a time, the new .bat script allows you to mass upscale ALL your images in bulk without needing to fumble with unintuitive commandline nonsense! Perfect for the layperson artist. This is NOT a creative AI upscale type of thing, but it IS better than a typical simple upscale like Lanczos, Mitchell, Bilinear, etc.! ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    itom

    itom

    itom - an Open Source Measurement, Automation and Evaluation Software

    itom is an open source software suite for operating measurement systems, laboratory automation and data evaluation. One main application of itom is the development and operation of sensor and measurement system for instance in a laboratory environment. Therefore, the software has to be able to communicate with a wide range of different hardware systems, such as cameras or actuators and should provide a diversified and as complete as possible set of evaluation and data processing methods....
    Downloads: 6 This Week
    Last Update:
    See Project
  • 24
    PaM MPEGJoint is an application for joining two or more MPEG video files into one. MPEGJoint re-multiplexes the original streams and attempts to find an optimal algorithm to recover the original splitted file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    grafx - Extensible Java Graphics Package

    grafx - Extensible Java Graphics Package

    Extensible Line-drawing & Polygon-filling Rasterization Libs for Java

    Line-drawing and polygon-filling rasterization algorithms in Java. Simple 2D package and more complex 3D package with Z-buffering. Texture mapping not supported at the moment. Color interpolation for lines, Gouraud shading for polygons fully supported. Floating point vertex coordinates, not integer. Pixel-level aliasing, not endpoint aliasing. Doesn't use Bresenham line style! Works with all Java versions. No external dependencies. Suitable for study in academic institutions,...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next