Welcome to the Simple JARVIS AI Assistant repository! This project is a basic implementation of an AI assistant inspired by JARVIS from the Iron Man movies. The assistant can perform various tasks such as searching the web, playing music, reading the contents in the screen, and more. This project is an excellent starting point for anyone interested in learning about AI and natural language processing with Python.
- Voice recognition: Understands and processes voice commands.
- Web search: Performs web searches using voice commands.
- Time and date: Tells the current time and date.
- Weather updates: Provides weather updates for specified locations.
- Basic arithmetic operations: Performs basic calculations.
- Read the contents: Read the content present in the screen.
- Personal reminders: Sets and reminds you of personal reminders.
- Prerequisites
- Before you begin, ensure you have met the following requirements:
- Python 3.x installed on your machine.
- An internet connection for web-based features.
- Before you begin, ensure you have met the following requirements:
To start the JARVIS AI Assistant, navigate to the project directory and run the main script: python jarvis.py
Once the assistant is running, you can interact with it using voice commands. For example, try saying:
- "Hey JARVIS, what time is it?"
Contributions are welcome! If you have any ideas for improvements or new features, feel free to open an issue or create a pull request.