Skip to content

Ar0manKhan/voice-input

Repository files navigation

Voice Input

  • Speech to text transcription using Groq

Description

This project is a voice input application that uses the Groq API to transcribe audio files. It uses the customtkinter library for the GUI.

Note: Groq provides a generous free usage tier that’s more than enough for typical personal use.
No credit card is required to get started.

Installation

  1. Clone the repository:
git clone https://github.com/arman-ar/voice-input.git
  1. Install the required packages:
pip install -r requirements.txt
  1. Set up the Groq API key in your environment variables:
# For Linux or macOS
export GROQ_API_KEY="your_api_key_here"
  1. Run the application:
python3 main.py # for linux or mac
python main.py # for windows

Usage

The application will start recording audio and transcribe it when you press the space bar.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

About

Voice Input application for computers using groq

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •