How to install ALVA Beta 1.5
This document provides instructions on how to set up and run the script.
Requirements
Python
Ensure Python 3.9 or newer is installed on your system. You can download it from the official Python website.
The script requires the following Python libraries:
-customtkinter
-openai
-pyttsx3
-SpeechRecognition
Install these libraries using this command in terminal/cmd
pip install customtkinter openai pyttsx3 SpeechRecognition
Supported Operating Systems
The script works on Windows, macOS, and most Linux distributions. Note the following:
Windows: Some speech-related features might require additional configuration.
Linux: You might need to install portaudio for audio processing. Install it using your package manager, e.g.,:
sudo apt install portaudio19-dev