FRIDAY is a desktop voice assistant built using Python that can perform tasks like searching Wikipedia, opening websites, telling time, and interacting with the user through voice commands. It features a PyQt5-based GUI for a smooth user experience.
- 🎤 Voice recognition using SpeechRecognition
- 🔊 Text-to-speech using pyttsx3
- 🌐 Open websites like YouTube, Google, WhatsApp, Gmail
- 📖 Wikipedia search integration
- ⏰ Real-time clock response
- 😂 Fun interactions (jokes, songs, casual replies)
- 🖥️ GUI interface using PyQt5
- Python
- PyQt5
- pyttsx3 (Text-to-Speech)
- SpeechRecognition
- Wikipedia API
- Uses multithreading with PyQt5 for smooth UI + background voice processing