https://github.com/anujgangwar73/virtual-assistant
It's a Virtual Assistant to do basic task.
https://github.com/anujgangwar73/virtual-assistant
jarvis-ai-assistant python
Last synced: 3 months ago
JSON representation
It's a Virtual Assistant to do basic task.
- Host: GitHub
- URL: https://github.com/anujgangwar73/virtual-assistant
- Owner: anujgangwar73
- Created: 2023-06-21T19:38:32.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T05:22:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-07T12:51:49.884Z (4 months ago)
- Topics: jarvis-ai-assistant, python
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Virtual-Assistant-Using-Python
# Read First-- This is the Example script of how to use Python's Library JarvisAI (https://pypi.org/project/JarvisAI)
- This script is always uses the latest version of JarvisAI with latest example.## Getting started-
1. Clone the repo.
2. `pip install -r requirements.txt` to install all requirements, some of the things you may need to install manually so check requirements.txt file.
If anything is failing (or giving error) then skip that package or try to install that manually by searching on Google about that package. It's not a big deal.
3. Run `main.py` file. `python main.py`
4. Installation may take time because it uses heavy libraries like Tensorflow and Pytorch with some of the deep learning models. So, if you are limited by data (bandwidth) then this is not for you. *The first time installation will take some time and lots of data.*