- Rust and Cargo installed
- An API token for the Groq API
-
Clone the repository:
git clone https://github.com/90th/speech-translator-rs.git cd speech-translator-rs
-
Install dependencies:
cargo build
-
Set up environment variables:
cp .env.example .env # Edit .env to include your API token
-
Run the application:
cargo run
-
Follow the prompts to start and stop recording audio.
- Edit the
.env
file to include your Groq API token:API_TOKEN=your_api_token_here
This project is licensed under the MIT License. See the LICENSE file for details.