/AssemblyAI_with_Dart

this is voice-to-text script using assemblyai free api

Primary LanguageDart

README

Overview

This project is a Dart application that convert voice-to-text.to make this project use assemblyai free api

Requirements

To run this project, you need to have the following software installed on your machine:

Installation

  1. Clone the repository to your local machine.
  2. Open the project in your preferred IDE.
  3. Run dart pub get to install the required dependencies.

Usage

  • entrypoint in bin/
  • add your token in API_TOKEN varible
  • You can run the project on console using the command dart run.