Python virtual assistant. Version 4.0.0
Clone the repository and enter it
git clone https://github.com/Marvin-Virtual-Assistant/Marvin-V4.git
cd Marvin-V4
Use a virtualenv to create an isolated enviorment
Run the make command to install requirements
make
or with pip manually
pip3 install -r requirements.txt
Marvin virtual assistant runs a flask frontend and once you run the firsy command it will open and run any needed proccess for you and let you get started immediately.
make run
or with python manually
python3 run.py
Run tests
make test
or manually with nose2
pytest
Checked tests have been passed.
- Kinematic calculations
- Number Processing
Report the failed test here!
This project is licensed under the Apache 2.0 License - see the LICENSE file for details