@chikistudio/block-assemblyai
v1.0.2
Published
Use the AssemblyAI block for Studio to use AssemblyAI's models to [transcribe audio with Speech-to-Text models](https://www.assemblyai.com/products/speech-to-text?utm_source=studio), analyze audio with [audio intelligence models](https://www.assemblyai.co
Readme
AssemblyAI block for Studio
Use the AssemblyAI block for Studio to use AssemblyAI's models to transcribe audio with Speech-to-Text models, analyze audio with audio intelligence models, build generative AI features on top of audio with LLMs using LeMUR.
Learn more about this block:
This library was built upon the AssemblyAI JavaScript SDK.
Building
Run nx build blocks-assemblyai to build the library.
Generating props
- Copy
assemblyai.env.sampletoassemblyai.env - In
assemblyai.env, update theOPENAPI_SPEC_LOCATIONvariable to the path or URL of AssemblyAI's OpenAPI spec - Run
nx generate-params blocks-assemblyai
You can find AssemblyAI's OpenAPI spec on GitHub.
