This project is a Dart application that convert voice-to-text.to make this project use assemblyai free api
To run this project, you need to have the following software installed on your machine:
- Dart ('>=3.0.3 <4.0.0')
- Assembly Ai Token:- https://www.assemblyai.com/
- Clone the repository to your local machine.
- Open the project in your preferred IDE.
- Run
dart pub get
to install the required dependencies.
- entrypoint in
bin/
- add your token in
API_TOKEN
varible - You can run the project on console using the command
dart run
.