This project implements a Python-based AI assistant powered by Google's Generative AI (Gemini) and other libraries for system control, music playback, and more.
- Generative AI Integration: Uses the Gemini model from Google's Generative AI for intelligent chat and command processing.
- Command Execution: Handles various tasks like:
- Playing songs on YouTube.
- Providing the current date and time.
- Controlling system volume and brightness.
- Searching for weather information.
- Interactive Chat: Continuous conversation loop with command execution.
- Python: Ensure you have Python 3.8 or above installed.
- Libraries: Install the required Python libraries:
pip install pywhatkit google-generativeai pycaw comtypes wmi