Skip to content

I've developed a Python virtual assistant activated by saying 'Hey Computer'. You can ask it about any popular person, and it will provide a 3-4 sentence summary about them. It also answers questions about the current time and date, offering real-time information. This assistant is a handy tool for quick facts and basic time management.

Notifications You must be signed in to change notification settings

Deekshasnrev/virtual-assistant-using-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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 :

  1. Interactive Activation: Responds to the phrase "Hey Computer" to start listening for queries.
  2. Information Fetching: Provides concise information about popular individuals using Wikipedia's API.
  3. Time Queries: Tells the current time.
  4. 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!

About

I've developed a Python virtual assistant activated by saying 'Hey Computer'. You can ask it about any popular person, and it will provide a 3-4 sentence summary about them. It also answers questions about the current time and date, offering real-time information. This assistant is a handy tool for quick facts and basic time management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages