JARVIS is a voice-activated assistant built entirely with JavaScript, HTML, and CSS. It can perform a variety of tasks such as web searching, opening and operating system apps, and more. Experience the ease of hands-free operation directly from your web browser.
- Voice Commands: Interact with JARVIS using natural language.
- Web Searching: Perform web searches quickly and efficiently.
- App Control: Open and manage applications on your operating system (requires proper setup).
- Extensible: Easy to extend with new commands and functionalities.
Check out the live demo: JARVIS Voice Assistant
To run JARVIS locally, follow these steps:
-
Clone the repository:
git clone https://github.com/pkprajapati7402/JARVIS-voice-assistant.git
-
Navigate to the project directory:
cd JARVIS-voice-assistant
-
Open the
index.html
file in your preferred web browser.
- Open the application in your web browser.
- Click the microphone button to activate voice listening.
- Speak your commands clearly.
- JARVIS will respond and perform the desired tasks.
Here are some example commands you can use with JARVIS:
- Web Search: "Search for [query]"
- Open Application: "Open [application name]"
- Other Commands: Customize and add more commands as per your requirement.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes.
- Commit your changes:
git commit -m "Add your commit message"
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or feedback, please open an issue in the repository or contact the maintainer:
- GitHub: pkprajapati7402
Thank you for using JARVIS Voice Assistant! We hope it makes your life easier and more productive. 🎉