Conversations
App in java for chatting to a generative A.I. (involving tts and stt)
Java application for chatting to generative AI Llama3.
* The user can speak into the microphone (speechToText), edit the recognized text and send it to the AI.
* The AI responds and the server returns that response in real time, and the sentences converted to audio (textToSpeech), and the application broadcasts them through the speaker.
The application is prepared so that only one user occupies the server's resources, so if the server is busy, in theory it will not let you connect...