Alva AI


How to install ALVA Beta 1.5

This document provides instructions on how to set up and run the script.

sl


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

sl


Install these libraries using this command in terminal/cmd

pip install customtkinter openai pyttsx3 SpeechRecognition

sl


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

sl


Running the Script




Download the file from GitHub.


Open "Alva.py"





-Dev