Showing 27 open source projects for "which"

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • Go From Idea to Deployed AI App Fast Icon
    Go From Idea to Deployed AI App Fast

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

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    Streamlink

    Streamlink

    Streamlink is a CLI utility which pipes video streams

    Streamlink is a command-line utility that pipes video streams from various services into a video player, such as VLC. The main purpose of Streamlink is to avoid resource-heavy and unoptimized websites, while still allowing the user to enjoy various streamed content. There is also an API available for developers who want access to the stream data. Streamlink is built upon a plugin system that allows support for new services to be easily added. Most of the big streaming services are supported....
    Downloads: 15 This Week
    Last Update:
    See Project
  • 2
    Segmentation Models

    Segmentation Models

    Segmentation models with pretrained backbones. PyTorch

    ...Preparing your data the same way as during weights pre-training may give you better results (higher metric score and faster convergence). It is not necessary in case you train the whole model, not only the decoder. Pytorch Image Models (a.k.a. timm) has a lot of pretrained models and interface which allows using these models as encoders in smp, however, not all models are supported. Input channels parameter allows you to create models, which process tensors with an arbitrary number of channels.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    linux-file-converter-addon

    linux-file-converter-addon

    Convert various image, audio and video formats from your context menu.

    ...It adds a new option to the context menu to create an easy way to convert between a huge amount of file types. The program offers many options to customize the appearance of its context menu. There are also a few extra formats which can be added by installing optional dependencies. The tool has a built-in auto-update function to make sure the newest version is always installed.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    VATSG

    VATSG

    Video automatic transcribe and translated subtitle generator

    It generates srt format subtitle from videofile which can be any source language that whisper support , and then make translated subtitle file of your target language which deepl support. This is the subtitle generator(VATSG) which use [moviepy](https://github.com/Zulko/moviepy) to generate mp3 and then use [faster-whisper](https://github.com/guillaumekln/faster-whisper) to get text recognition and then use deepl-api to generate your target language subtitle file(srt format) If you are a general user who want to view any video file and mp3 file to your language, It will provide way. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 5
    Twitch Drops Miner

    Twitch Drops Miner

    An app that allows you to AFK mine timed Twitch drops

    TwitchDropsMiner is a desktop application that automates earning timed Twitch Drops by simulating “watch” activity without actually streaming video, letting users collect rewards while saving bandwidth and attention. It works by periodically fetching stream metadata to advance Drops progress, while maintaining a websocket connection to monitor which channels are online, offline, or changing status. The app is designed to reduce manual babysitting by switching channels automatically when a stream goes offline or when a higher-priority opportunity becomes available. It supports prioritisation logic, including game priority and exclusion lists, so users can focus on specific campaigns and avoid unwanted categories. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 6
    footswitch2basic

    footswitch2basic

    Audio Transcription software for Linux (Vlc) with a foot pedal

    ...Control of the media player from LibreOffice can be via Hotkeys or an integrated toolbar. As fs2 Basic uses LibreOffice for the transcription input, it means you are working in a world class editor, which can produce output files in most popular formats including MS Word files. If moving from Footswitch2 to Footswitch2 Basic, any existing database files will be converted for you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    VSGAN

    VSGAN

    VapourSynth Single Image Super-Resolution Generative Adversarial

    Single Image Super-Resolution Generative Adversarial Network (GAN) which uses the VapourSynth processing framework to handle input and output image data. Transform, Filter, or Enhance your input video, or the VSGAN result with VapourSynth, a Script-based NLE. You can chain models or re-run the model twice-over (or more). Have low VRAM? Don’t worry! The Network will be applied in quadrants of the image to reduce up-front VRAM usage.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    youtube-dl

    youtube-dl

    Download videos from YouTube (and more sites)

    ...We also provide a Windows executable that includes Python. youtube-dl should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like. youtube-dl is a powerful, open-source command-line program designed to facilitate the downloading of videos and audio from popular video streaming websites. Widely recognized for its versatility, youtube-dl supports a vast array of platforms beyond YouTube, including Vimeo, Dailymotion, and many others. ...
    Downloads: 135 This Week
    Last Update:
    See Project
  • 9
    LiVES

    LiVES

    LiVES is a Video Editing System. It is designed to be simple to use, y

    ...It is small in size, yet it has many advanced features. Using LiVES, you can start editing and making video right away, without having to worry about formats, frame sizes, or framerates. It is a very flexible tool which is used by both professional VJ's and video editors - mix and switch clips from the keyboard, use dozens of realtime effects, trim and edit your clips in the clip editor, and bring them together using the multitrack timeline. You can even record your performance in real time, and then edit it further or render it straight away. ...
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery turns your data warehouse into an AI platform. No new languages required.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 10
    Video Nonlocal Net

    Video Nonlocal Net

    Non-local Neural Networks for Video Classification

    ...This formulation improves action recognition and spatiotemporal reasoning, especially for classes requiring context beyond short temporal windows. The repo provides training recipes and models for standard datasets, as well as ablations that show how many non-local blocks to insert and at which stages. Efficient implementations keep memory and compute manageable so the blocks can be added without rewriting the entire backbone. The result is a practical, drop-in mechanism for upgrading purely local video models into context-aware networks with strong benchmark performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Chrome-Cut

    Chrome-Cut

    Python3 tool to scan, detect and control chromecast devices

    ...It gives you the ability to detect, scan and send some useful HTTP requests "Commands" to endless amount of chromecast devices. As well as the ability to loop the commands so the process of repeating it will be automated with a set duration in-which the looping will be done.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    NTK RTMP SERVER

    NTK RTMP SERVER

    Naam Tamilar Web TV Live Streamer

    ...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. Stream Sources will be able to restreamed to RTMP Player, Youtube API, Facebook API, Twitch and any other plaftforms that supports streaming with API and stream key. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    python cmd youtube downloader

    The script downloads youtube videos

    The program lets you search for videos on youtube as though you are entering them directly on the browser input field, displays the search results and then lets you select which video to download from the list. Alternatively, you can have it read a file with the videos you want to download, line by line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SubSeek

    SubSeek

    subseek is a software application for microsoft windows designed to do

    ...How To install Manual ====================== ->Download and Install the recent version of SubSeek installer file. <br/> https://github.com/robinskumar73/subseek/releases/download/v1.2/setup.exe ->After installation right click on any movie file of which you want to download its subtitle.. ->In right click option menu --click on "Download Subtitle" option and Voila!! ->Your Favourate movie subtitle is downloaded... ===================================== Licence GNU2.0 Download your movie subtitles in one click. =============
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    EnKoDeur-Mixeur
    EnKoDeur-Mixeur (EKD) is an open source software which makes videos, pictures and audio post-production. It can be also used to convert videos in many formats. It is written in python and use the PyQt4 bindings.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    sub2srt convert subtitles in *.sub (MicroDVD) to *.srt (subrip) format. Using python. there is also portable version. there is another project with similar name which does not work for me. Command line, multiplatform, portable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ViAmI-Server

    ViAmI-Server

    Pattern recognition for ADL events

    This software uses computer vision algorithms for mining sequence data from telemonitoring data with CBRs. We propose an approach which treats the detection of changes in behavior detected with a sensor/video fusion, which occur at radically different time-scales, through a CBR in two levels: low and high level. The system is always updating the database with the daily data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The Zahlemann site used to be the home of the Zahlemann project (which currently sleeps). Now I use it for different little tools I write. See project home page (http://zahlemann.sourceforge.net) for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    South Park Downloader which downloads episodes from http://www.southparkstreaming.fr/down.php through debridarea.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This software provides video-on-demand servers which work cooperatively with each server and client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This software is a bash script which aims to allow end-users to convert dvd movies into avi files
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    An automatic download manager which retrieves videos recorded on vcast.it PVR service. It can be extremely useful if periodically scheduled to automatically download Vcast videos. Supports download resuming too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Program was created for purpose to edit metadata, which are placed in flv filetype's (flash video file), where can be saved any information about file. You can insert new data, erase old and view existing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    DirectPython is a C++ extension to the Python programming language which provides access to DirectX (9.0c) API, including Direct3D, DirectSound, DirectShow and DirectInput.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    SubDownloader is an automatic tool to find the subtitles of any video file. It uses a special hash function to identify the videofile and search them into a online server which gives the subtitles.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB