Showing 30 open source projects for "use case"

View related business solutions
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 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
  • 1
    PlantUML

    PlantUML

    Generate diagrams from textual description

    Generate UML diagram from textual description. PlantUML is not affected by the log4j vulnerability. The easiest way to test PlantUML is in an online solution that has PlantUML embedded, such as our online server. After testing, you may want to install PlantUML locally. Run (or have your software call) PlantUML, using sequenceDiagram.txt as input. The output is an image, which either appears in the other software, or is written to an image file on disk. Diagrams are defined using a simple and...
    Downloads: 39 This Week
    Last Update:
    See Project
  • 2
    Pixelorama

    Pixelorama

    A free & open-source 2D sprite editor, made with the Godot Engine

    Pixelorama is a free and open-source pixel art editor, proudly created with the Godot Engine, by Orama Interactive. Whether you want to make animated pixel art, game graphics, tiles and any kind of pixel art you want, Pixelorama has you covered with its variety of tools and features. Free to use for everyone, forever. A variety of different tools to help you draw, with the ability to map a different tool in each left and right mouse buttons. Are you an animator? Pixelorama has its own...
    Downloads: 61 This Week
    Last Update:
    See Project
  • 3
    FFsubsync

    FFsubsync

    Automagically synchronize subtitles with video

    ...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 native language. In this case, you can use the correctly synchronized srt file directly as a reference for synchronization, instead of using the video as the reference. ffsubsync uses the file extension to decide whether to perform voice activity detection on the audio or to directly extract speech from an srt file. ffsubsync usually finishes in 20 to 30 seconds, depending on the length of the video.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 4
    FFBox

    FFBox

    A multimedia transcoded treasure chest / a FFmpeg case

    FFBox is a graphical multimedia processing application that provides an accessible interface for working with FFmpeg operations such as encoding, conversion, and editing. It allows users to perform tasks like trimming, merging, and compressing media files without using command-line tools. The software supports a wide range of audio and video formats, making it suitable for diverse media workflows. It includes batch processing capabilities to handle multiple files efficiently. FFBox also...
    Downloads: 8 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    Owncast

    Owncast

    Take control over your live stream video by running it yourself

    ...Owncast is for people who are live streamers, or who wants to host live streams for others. It’s a “one to many” broadcast much like Twitch, Facebook Live, YouTube Live, etc. Owncast is not for video conferencing or any use case where multiple people are wanting to see video of each other.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    flag-icons

    flag-icons

    A curated collection of all country flags in SVG

    ...For using the flags inline with text add the classes .fi and .fi-xx (where xx is the ISO 3166-1-alpha-2 code of a country) to an empty <span>. If you want to have a squared version flag then add the class fis as well. You could also apply this to any element, but in that case you'll have to use the fib instead of fi and you're set. This means that the flag is just going to appear in the middle of an element, so you will have to set manually the correct size of 4 by 3 ratio or if it's squared add also the flag-icon-squared class. To have only specific countries in the css file, remove the ones that you don't need from the flag-icons-list.less file and build it again.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    sharp

    sharp

    High performance Node.js image processing module

    The typical use case for this high speed Node.js module is to convert large images in common formats to smaller, web-friendly JPEG, PNG, AVIF and WebP images of varying dimensions. Resizing an image is typically 4x-5x faster than using the quickest ImageMagick and GraphicsMagick settings due to its use of libvips. Colour spaces, embedded ICC profiles and alpha transparency channels are all handled correctly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Vircadia

    Vircadia

    Vircadia open source metaverse platform

    ...Unlike most platforms, Vircadia is 100% open source with the full software stack necessary for a premium metaverse experience licensed as Apache 2.0. Because of this, all aspects of the project can be customized for your use case. Vircadia consists of many projects and codebases with its unifying structure's goal being a decentralized metaverse.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    butt (broadcast using this tool)

    butt (broadcast using this tool)

    Icecast and Shoutcast broadcasting client

    NOTE: This site is not maintained anymore. If you want to get the latest news and releases please visit https://danielnoethen.de/butt. butt (broadcast using this tool) is an easy to use, multi OS streaming tool. It supports ShoutCast and IceCast and runs on Linux, MacOS and Windows. The main purpose of butt is to stream live audio data from your computers Mic or Line input to an Shoutcast or Icecast server. Recording is also possible. It is NOT intended to be a server by itself or...
    Leader badge
    Downloads: 363 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 10
    Mozilla JPEG Encoder Project

    Mozilla JPEG Encoder Project

    Improved JPEG encoder

    ...It is intended to be a drop-in replacement for libjpeg. MozJPEG is a strict superset of libjpeg-turbo's functionality. All MozJPEG's improvements can be disabled at run time, and in that case it behaves exactly like libjpeg-turbo. MozJPEG is meant to be used as a library in graphics programs and image processing tools. We include a demo cjpeg command-line tool, but it's not intended for serious use. We encourage authors of graphics programs to use libjpeg's C API and link with MozJPEG library instead. Progressive encoding with "jpegrescan" optimization. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    pyntcloud

    pyntcloud

    pyntcloud is a Python library for working with 3D point clouds

    This page will introduce the general concept of point clouds and illustrate the capabilities of pyntcloud as a point cloud processing tool. Point clouds are one of the most relevant entities for representing three dimensional data these days, along with polygonal meshes (which are just a special case of point clouds with connectivity graph attached). In its simplest form, a point cloud is a set of points in a cartesian coordinate system. Accurate 3D point clouds can nowadays be (easily and cheaply) acquired from different sources. pyntcloud enables simple and interactive exploration of point cloud data, regardless of which sensor was used to generate it or what the use case is. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    TroisJS

    TroisJS

    ThreeJS + VueJS 3 + ViteJS

    I wanted to code something similar to react-three-fiber but for VueJS. I started from scratch, I will rewrite some of my WebGL demos to see if this little toy can do the job. The most popular WebGL library, with a good support on both desktop and mobile. With TroisJS you can easily create 3D content for your website using VueJS components. Really fast development time with ViteJS/HMR ! Useful to create awesome 3D scenes. Thanks to VueJS/ViteJS, TroisJS use watchers and HMR to update ThreeJS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Gymnastics Video Gallery

    Gymnastics Video Gallery

    Video cutter and organizer / image viewer and video player

    ...Cut quickly without re-encoding, and set extra intervals for the start and end in case you want to use the fragments with transitions in your editor. Thumbnail view pictures can be set to any frame of a video. The app is made for Windows, and requires no install. User guide included.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Peek

    Peek

    Simple animated GIF screen recorder with an easy to use interface

    Peek makes it easy to create short screencasts of a screen area. It was built for the specific use case of recording screen areas, e.g. for easily showing UI features of your own apps or for showing a bug in bug reports. With Peek, you simply place the Peek window over the area you want to record and press "Record". Peek is optimized for generating animated GIFs, but you can also directly record to WebM or MP4 if you prefer. Peek is not a general purpose screencast app with extended features but rather focuses on the single task of creating small, silent screencasts of an area of the screen for creating GIF animations or silent WebM or MP4 videos. ...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 15
    TimeDateSRTCreator

    TimeDateSRTCreator

    Create a basic subtitle file (.srt) containing the time/date info

    Create a basic subtitle file (.srt) containing the time/date info for any video type supported by MediaInfo. The MediaInfo.dll required by the application is included in the zip package Time/Date for video file(s) read from encoded parameters, if error occurs the creation Time/Date of the file is used. Option added to insert extra subtitle with remainder of video duration in milliseconds after complete seconds have been written. Version 2.0 (03/06/2020) A user requested an option...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    JNIZ music notation audio to midi

    JNIZ music notation audio to midi

    music composition and notation software, audio to midi converter

    The Jniz project is stopped. The new Web version is now JnizWeb hosted on Gitlab (under construction): https://gitlab.com/jniz70/jnizweb/ Demo: https://jniz70.gitlab.io/jnizweb/ Jniz is a piece of software designed for musicians as a support tool to the musical composition. It allows you to build and to harmonize several voices according to the rules of classical harmony. Sound/audio-to-Midi converter: real-time conversion of any monophonic sound (voice, instrument etc.) into...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    SermonRecorder

    SermonRecorder

    Sermon Recorder is a program for recording sermons or anything else.

    Sermon Recorder is a program for recording sermons, speeches or anything else. It has some special features, such as automatic filename creation with parameters, almost "dummy-resistant" and localized user-interface (currently English and German), commandline-call after recording stop and much more... The recorded data is directly stream-encoded and written into the defined files, so the risk in case of a PC crash is minimized. The file name can be entered or changed throughout the whole...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    StVideoEditor

    StVideoEditor

    Convert video, contact two videos, extract an audio from a video, etc

    ...If you want to specific time whan your text will be in your video do the same how in case with cut video. More in brief description.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    NTK RTMP SERVER

    NTK RTMP SERVER

    Naam Tamilar Web TV Live Streamer

    Naam Tamilar RTMP Server This project updated as open source for future use of Naam Tamilar Political Party. To contribute to the party and in some case if there is any possibilities if i cannot support them for long term. I thought of sharing this source code so in future it may be helpful for the community and party in which other software developers can help them to upgrade. This source is forked from - https://github.com/arut/nginx-rtmp-module and modified with multiple broadcast option. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ChapterMaker

    ChapterMaker

    Create and edit video chapter files.

    ChapterMaker is an application to assist in preparing and editing video chapter files. It provides a host of features that allow tremendous flexibility in the way that the files are prepared.
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 21
    MP3Player

    MP3Player

    MP3Player for windows using Qt 5.4

    ...The Qt used was version 5.4 and it was based on the example multimediawidgets/player. It is a MP3Player with some additional functions. --------------------------------------------------------------------------- IMPORTANT (to use) --------------------------------------------------------------------------- While implementing the software I had problems to execute some mp3 files. I found out that there is a bug and codec problems with Qt 5.4 and that was my problem. https://bugreports.qt.io/browse/QTBUG-42286 In case you try to run this software and some files don't play, please, try to install the K-Lite Codec Pack 1100 Basic http://downloads.ddigest.com/software/download.php?...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Green, an Eclipse plugin, is an advanced yet simple UML class-diagram tool, developed primarily for student use. It does live round-tripping, so it's easy to move between diagram and code views. It's extensible: users can define their own relations
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23

    YASAV

    SRAM Memory Aging Simulator for Image/Video Processing Systems

    ...It can also be used as a standalone tool for visualizing YUV 4:2:0p video files. In case of usage, please refer to our DAC'15 paper: M. Shafique, M. U. K. Khan, Orcun Tuefek and J. Henkel, "EnAAM: Energy-Efficient Anti-Aging for On-Chip Video Memories", in Design Automation Conference (DAC), San Francisco, CA, 2015.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    TUBE 3D

    TUBE 3D

    Software For CNC Plasma Tube Cut Profile Creation

    ...Goal is to provide easy way to calculate point coordinates for pipe (tube) cutting where each end of produced tube needs to fit to some round or planar surface (in most case, next step is welding produced tube to that surfaces). G CODE produced can be used directly (in most cases) as input to some CNC machine control software. Or you can easily use (cut&copy) calculated paths and use it in your own G CODE file. This application is portable, it does not write anything to registry (or anywhere else). ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    ...Then you typically find out that your player model it is not manufactured anymore, and that the new model comes with a different disk which doesn't have your favorite songs. And of course it does not read the disk from the old player either. In this case the only way you can access the songs from your old player disk is by extracting them into the music/lyrics files, and use some karaoke player like XBMC to play them.
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB