Asynchronous Logic to Write a Vue 3 and Deepgram Captions Component

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • livestream-amazonIVS-and-deepgram

    A full-stack Vue.js and Node.js project using Amazon IVS for video live stream and Deepgram for text captions.

  • On the backend, I have set up an endpoint to receive the fetch request from the composable. That endpoint can be seen in the server.js file in my repo here.

  • deepgram-js-sdk

    Official JavaScript SDK for Deepgram's automated speech recognition APIs.

  • The useMicrophone composable will rely on the browser Media Stream API and the getUserMedia method to request permission to use the browser microphone of the user and pull the audio from it. Since there are several other blog posts in Deepgram Docs about this nifty API, I won't go into detail about how it works. Check out Brian's post for a general introduction to it.

  • 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 logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • The Red Rectangle Press - A YouTube voice to text email command line program

    2 projects | dev.to | 11 Apr 2022
  • Fun With Deepgram and NextJS

    2 projects | dev.to | 22 Mar 2022
  • Deepgram x DEV Hackathon Help Thread

    1 project | dev.to | 10 Mar 2022
  • Identify Sales Insights from Meeting Audio

    1 project | dev.to | 27 Dec 2022
  • Taking Notes with Voice in Python

    1 project | dev.to | 1 Dec 2022