WAAS VS whispering

Compare WAAS vs whispering and see what are their differences.

WAAS

Whisper as a Service (GUI and API with queuing for OpenAI Whisper) (by schibsted)

whispering

Streaming transcriber with whisper (by shirayu)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
WAAS whispering
12 2
1,743 597
1.4% -
7.0 10.0
11 days ago about 1 year ago
JavaScript Python
Apache License 2.0 MIT License
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.

WAAS

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

whispering

Posts with mentions or reviews of whispering. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-23.
  • I've built a few tools on top of GPT-3.5 (text generation, q&a with embeddings). AMA about resources and AI dev stacks for building with OpenAI's APIs
    2 projects | /r/learnmachinelearning | 23 Feb 2023
  • 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

What are some alternatives?

When comparing WAAS and whispering you can also consider the following projects:

whisper - Robust Speech Recognition via Large-Scale Weak Supervision

frogbase - Transform audio-visual content into navigable knowledge.

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

buzz - Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper.

whisper_mic - Project that allows one to use a microphone with OpenAI whisper.

whisper-playground - Build real time speech2text web apps using OpenAI's Whisper https://openai.com/blog/whisper/

modal-examples - Examples of programs built using Modal

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

whisper-asr-webservice - OpenAI Whisper ASR Webservice API