Showing 139 open source projects for "processing"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    ChatGPT Advanced

    ChatGPT Advanced

    Browser extension adding web search results to ChatGPT prompts easily

    chatgpt-advanced, commonly known as WebChatGPT, is an open source browser extension designed to enhance the capabilities of ChatGPT by integrating real-time web search results into user prompts. It works by intercepting queries submitted to the ChatGPT interface and optionally augmenting them with information gathered from search engines before sending the prompt to the chatbot. This approach allows the model to generate responses that are more current and contextually relevant compared to...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Botkit

    Botkit

    Tool for building chat bots, apps and custom integrations

    An open source developer tool for building chat bots, apps and custom integrations for major messaging platforms. Part of the Microsoft Bot Framework. We love bots, and want to make them easy and fun to build! Include Botkit into your Node application and boot up a controller that will define your bot's behaviors. In this case, we're setting up a bot to use with the Bot Framework Emulator. Tell the bot to listen for users saying "hello," and use `bot.reply` to send an immediate response....
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    wasmboy

    wasmboy

    Game Boy / Game Boy Color Emulator Library

    wasmboy is a Game Boy and Game Boy Color emulator built using WebAssembly and JavaScript, designed to run efficiently in both browsers and Node environments. It leverages modern web technologies such as HTML5 canvas and the Web Audio API to deliver graphics and sound directly within a web interface. The project emphasizes portability and integration, allowing it to be embedded into other applications as a reusable dependency. It supports a wide range of emulator features including save...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Yoha

    Yoha

    A practical hand tracking engine

    Yoha is a browser-based hand tracking engine designed to enable real-time gesture recognition and interaction using standard webcams, making it accessible for web applications without specialized hardware. Built using JavaScript and TensorFlow.js, it runs directly in the browser and performs inference on-device, eliminating the need for server-side processing. The engine is capable of detecting 21 two-dimensional hand landmarks, allowing developers to build applications that respond to gestures such as pinching or forming a fist. Its design focuses on practical usability, meaning it prioritizes common and meaningful gestures that can be easily integrated into interactive experiences like drawing tools, games, or accessibility interfaces. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    CovidPass

    CovidPass

    Web app for adding EU Digital COVID Certificates to your wallet apps

    ...Scan the QR code on your certificate, or select a screenshot or PDF containing the QR code. Select a background color for your passport in the portfolio. Data privacy is of particular importance when processing health-related data. So that you can make an informed decision, please read the Privacy Policy. Processing of your data happens entirely in your browser and only a hashed representation is sent to the server for the signing step.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Offline First Database Comparison

    Offline First Database Comparison

    An implementation of the exact same app in Firestore, AWS Datastore

    ...WatermelonDB and the RxDB-LokiJS project use the LokiJS database as storage, which is an in memory database that regularly persists the data to IndexedDB either on interval, or when the browser tab is closed. By doing so, less slow IndexedDB transaction are used. Keeping and processing the data in memory has the benefit of being much faster.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    vdx

    vdx

    An intuitive CLI for processing video, powered by FFmpeg

    vdx is a command-line video processing tool built on top of FFmpeg that simplifies common editing tasks through a clean and intuitive interface. It allows users to perform operations such as trimming, cropping, resizing, and format conversion without manually writing complex FFmpeg commands. The tool is designed to process multiple video files concurrently, improving efficiency when handling batch workloads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    videotranscode.space

    videotranscode.space

    A video transcoder and converter built using Web Assembly

    videotranscode.space is a web-based platform designed to simplify video transcoding through a user-friendly interface powered by backend FFmpeg processing. It allows users to upload media files and convert them into different formats or resolutions directly from the browser. The platform emphasizes accessibility by removing the need for local installations or command-line usage. It supports scalable processing, making it suitable for handling multiple conversion jobs in cloud environments. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Tone.js

    Tone.js

    A Web Audio framework for making interactive music in the browser

    ...It has common DAW (digital audio workstation) features for those looking to schedule events and tinker with pre-built synths and effects. There’s also a great selection of high-performance building blocks for signal-processing programmers familiar with languages like Max/MSP. With Tone.js they can create their own synthesizers, effects, and complex control signals.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 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
  • 10
    Chatito

    Chatito

    Dataset generation for AI chatbots, NLP tasks

    Chatito is a tool that helps generate datasets for training and validating chatbot models using a simple domain-specific language (DSL).
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    Throwback

    Throwback

    An asynchronous middleware pattern

    Simple asynchronous middleware pattern.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    codelyzer

    codelyzer

    Static analysis for Angular projects

    ...If you're using Sass for instance, you can allow codelyzer to analyze your styles by creating a file .codelyzer.js in the root of your project (where the node_modules directory is). In the configuration file can implement custom pre-processing and template resolution logic. Lint rules encode logic for syntactic & semantic checks of TypeScript, HTML, CSS and Angular expressions source code.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    aws-lambda-ffmpeg

    aws-lambda-ffmpeg

    An S3-triggered Amazon Web Services Lambda function

    aws-lambda-ffmpeg is a project that enables running FFmpeg within AWS Lambda environments, allowing serverless media processing workflows. It packages FFmpeg binaries and provides examples of how to execute video and audio processing tasks in a serverless context. The system allows users to perform operations such as transcoding, resizing, and format conversion without managing dedicated servers. It leverages cloud storage services like S3 for input and output handling, enabling scalable processing pipelines. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    pulsorclip

    pulsorclip

    Download videos from almost any website

    ...The application focuses on a controlled workflow instead of instant downloads. Users first provide a media URL, then select format, quality, and container before processing the file. It includes both a web interface built with Next.js and a Telegram bot that offers the same guided experience through chat. Both share a common backend in a monorepo structure. The system is fully self-hosted and designed to run in a single Docker deployment including both web and bot services. Users can download videos and audio in formats such as MP4, WebM, MKV, MP3, and M4A, with server-side processing and progress tracking.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB