Get the latest version of JARVIS from GitHub:
JARVIS requires Python 3.7 or higher. Download the latest version:
python --version
After downloading:
JARVIS-MARK5-main
)We recommend using VS Code for the best experience:
After installing VS Code:
Alternative methods to open the project:
JARVIS needs several Python packages to work. Install them all at once:
In PowerShell (right-click in folder + Shift + "Open PowerShell window here"):
pip install -r requirements.txt
In Command Prompt:
pip install -r requirements.txt
In VS Code Terminal (Ctrl+` to open):
pip install -r requirements.txt
pip install --user -r requirements.txt
python -m pip install -r requirements.txt
Run JARVIS with this command in the same terminal:
python jarvis.py
If you encounter missing model errors:
models
folderpython -m spacy download en_core_web_sm
pip install package_name
python --version
)pip list
should show all packages from requirements.txt)For any missing module, try:
pip install module_name
Common modules that might be missing:
pip install pyttsx3
- Text-to-speechpip install speechrecognition
- Voice recognitionpip install pyaudio
- Audio input (may need manual installation)You've successfully installed JARVIS! Here are some things to try:
For advanced customization, check the config.ini
file in the project folder.
If this guide helped you, please consider starring the repository to support the developer!
Star guideThis project is maintained by @Likhithsai2580. Your stars and contributions help improve JARVIS for everyone!
Connect with me: