cmd-f 2025
sudo apt update
sudo apt install python3 python3-venv
cd ./.../ted
python3 -m venv .venv
source .venv/bin/activate
pip install -q -U google-genai
pip install python-dotenv
pip install speechrecognition
pip install gTTS
pip install pyaudio
pip install pyserial
Create a .env file. Add the following to the file:
KEY="YOUR_KEY"