speech-to-element
Add real-time speech to text functionality into your website with no effort
image-decoder
Analyzes objects within an image and returns relevant keywords and text
franc-audio-to-text
<!-- demo --> [DEMO WITH NEXTJS](https://next-transcriber.vercel.app) ## Installation ```bash npm install franc-audio-to-text ``` ## Usage with Typescript ```typescript import TranscribeAudioToText from "franc-audio-to-text"; ```