Just a rather very intelligent system
It is an effort to create a more helpful but maybe not as sophisticated as others out there or not as human Virtual Assistant for PC users.
Requirements
- Python 3.7.x
- Visual Studio C++ Build Tools
- Visual Studio Community or Professional or Enterprise with C++ desktop development workload
Installation Procedure
- Open cmd in Project Folder.
- Install required modules from requirements.txt by running the following command from the project folder.
pip install -r requirements.txt
- Run
jarvis_v3.py
- Download & install rainmeter from Rainmeter.net
- Open .rmskin file downloaded from the latest release at JARVIS releases
Usage
- Take a look at
vocabulary.py
in project root directory for keywords that trigger specific actions.
A real time face recognition pipeline forked from fyr91
Face detection: an ultra-light face detector + five points facial feature detector
Face recognition: MobileFaceNet
Install all dependencies with
python pip install -r requirements.txt