whisper-playground VS FlexGen

Compare whisper-playground vs FlexGen and see what are their differences.

whisper-playground

Build real time speech2text web apps using OpenAI's Whisper https://openai.com/blog/whisper/ (by saharmor)

FlexGen

Running large language models on a single GPU for throughput-oriented scenarios. (by FMInference)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
whisper-playground FlexGen
7 39
762 9,017
- 0.9%
6.6 3.5
17 days ago 21 days ago
Python Python
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

whisper-playground

Posts with mentions or reviews of whisper-playground. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-20.
  • Whispers AI Modular Future
    14 projects | news.ycombinator.com | 20 Feb 2023
    What utilities related to Whisper do you wish existed? What have you had to build yourself?

    On the end user application side, I wish there was something that let me pick a podcast of my choosing, get it fully transcribed, and get an embeddings search plus answer q&a on top of that podcast or set of chosen podcasts. I've seen ones for specific podcasts, but I'd like one where I can choose the podcast. (Probably won't build it)

    Also on the end user side, I wish there was an Otter alternative (still paid $30/mo, but unlimited minutes per month) that had longer transcription limits. (Started building this, not much interest from users though)

    Things I've seen on the dev tool side:

    Gladia (API call version of Whisper)

    Whisper.cpp

    Whisper webservice (https://github.com/ahmetoner/whisper-asr-webservice) - via this thread

    Live microphone demo (not real time, it still does it in chunks) https://github.com/mallorbc/whisper_mic

    Streamlit UI https://github.com/hayabhay/whisper-ui

    Whisper playground https://github.com/saharmor/whisper-playground

    Real time whisper https://github.com/shirayu/whispering

    Whisper as a service https://github.com/schibsted/WAAS

    Improved timestamps and speaker identification https://github.com/m-bain/whisperX

    MacWhisper https://goodsnooze.gumroad.com/l/macwhisper

    Crossplatform desktop Whisper that supports semi-realtime https://github.com/chidiwilliams/buzz

  • Whisper Playground - launch speech2text web apps using OpenAI's Whisper
    3 projects | /r/LanguageTechnology | 2 Nov 2022
    Great idea, just added it to the repo https://github.com/saharmor/whisper-playground/issues/9
    1 project | /r/OpenAI | 16 Oct 2022
    1 project | /r/speechrecognition | 15 Oct 2022
    1 project | /r/learndatascience | 15 Oct 2022
    1 project | /r/artificial | 6 Oct 2022

FlexGen

Posts with mentions or reviews of FlexGen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-03.

What are some alternatives?

When comparing whisper-playground and FlexGen you can also consider the following projects:

pywhisper - openai/whisper + extra features

llama - Inference code for Llama models

whisper-ctranslate2 - Whisper command line client compatible with original OpenAI client based on CTranslate2.

text-generation-webui - A Gradio web UI for Large Language Models. Supports transformers, GPTQ, AWQ, EXL2, llama.cpp (GGUF), Llama models.

whisper-standalone-win - Whisper & Faster-Whisper standalone executables for those who don't want to bother with Python.

text-generation-inference - Large Language Model Text Generation Inference

openai-whisper-cpu - Improving transcription performance of OpenAI Whisper for CPU based deployment

whisper.cpp - Port of OpenAI's Whisper model in C/C++

frogbase - Transform audio-visual content into navigable knowledge.

DeepSpeed - DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.

whisperX - WhisperX: Automatic Speech Recognition with Word-level Timestamps (& Diarization)

audiolm-pytorch - Implementation of AudioLM, a SOTA Language Modeling Approach to Audio Generation out of Google Research, in Pytorch