Virtual Assistant Welcome to the Virtual Assistant project! This Python-based assistant responds to the activation phrase "Hey Computer" and can handle various queries, including providing brief information about popular individuals, the current time, and today's date. It is designed to be straightforward to use and easily extensible.
Features :
- Interactive Activation: Responds to the phrase "Hey Computer" to start listening for queries.
- Information Fetching: Provides concise information about popular individuals using Wikipedia's API.
- Time Queries: Tells the current time.
- Date Queries: Tells the current date.
Example Commands: "Hey Computer, tell me about Elon Musk." "Hey Computer, what is the time?" "Hey Computer, what is the date today?"
Project Structure assistant.py: The main script for the virtual assistant. requirements.txt: List of dependencies required to run the project. README.md: Project documentation.
Dependencies requests: To fetch information from Wikipedia. datetime: To get the current date and time.
You can install these dependencies using the provided requirements.txt file.
**Contact **If you have any questions or feedback, feel free to reach out: Email: deekshasnrev@gmail.com GitHub: Deekshasnrev Thank you for using the Virtual Assistant project!