In this blog post, we'll explore a simple Python project that simulates a walkie-talkie chat application using sockets. The project consists of two scripts: IT_chat_Server.py and IT_chat_Client.py.
This project is my attempt to recreate the voice-chat feature found on the smartphone version of OpenAI's ChatGPT. I tried unsing llama.cpp but I ended up using Ollama to run their already curated ...