F.R.I.D.A.Y. Voice Assistant
F.R.I.D.A.Y. is a simple voice assistant implemented in Python.
Features
- Voice output using pyttsx3
- Time reporting
- Personalized greetings based on the time of day
Installation
- Clone this repository
- Install the required packages: pip install -r requirements.txt
Usage
To run the assistant, use the following command:
python friday.py
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
ref:
https://youtu.be/HWUsravMGLI
libraries:
- pyttsx3 is used for text to speech
- pywin32 is used for voice recognition
- pyaudio is used for voice recognition
- SpeechRecognition is used for voice recognition