This is a simple Java application that leverages the AssemblyAI API to transcribe speech from audio files into text.
This application demonstrates how to use the AssemblyAI API to convert speech into text. The application is implemented in Java and uses AssemblyAI's powerful transcription services. You can use it to transcribe audio files into text, making it a useful tool for processing interviews, podcasts, voice recordings, and more.
- Java Development Kit (JDK) 8 or higher
- Maven for dependency management
- Internet connection
- AssemblyAI API key from AssemblyAI
git clone https://github.com/DDosszhan/SpeachRecognitionJava
cd SpeachRecognitionJava
#DO NOT FORGET TO REPLACE "API_KEY_GOES_HERE" WITH YOUR ACTUAL API KEY