This repository has been archived on 2026-09-09 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
7785053766f16b7f76539bee5be3795373d0c9f5
* Add low precision color detection * Add blank line at end of file * Remove tab * Remove tab * Remove useless comment Co-authored-by: Erick <74315338+erickahmed@users.noreply.github.com> * Update vision-env/src/vision-test.py Co-authored-by: Erick <74315338+erickahmed@users.noreply.github.com> * Update vision-env/src/vision-test.py Co-authored-by: Erick <74315338+erickahmed@users.noreply.github.com> * Update vision-env/src/vision-test.py Co-authored-by: Erick <74315338+erickahmed@users.noreply.github.com> Co-authored-by: Erick <74315338+erickahmed@users.noreply.github.com>
Add instructions about creating a virtual enviroment and update dependencies auto-installer script (#16)
vision-engine-layer-1
Enviroment for the object recognition engine based on Google Cloud Vision
Dependencies
To run the script you will need to install a few dependencies. First update your system using your favorite package manager, then run the script ./prerequisites.py to automatically install or update all the needed packages. You still need to have python and pip installed and updated.
If you need to add new prerequisites, it is preferable to add them as a pip packages.
Prerequisites
You will need to create a Python virtual enviroment for each enviroment folder in the repo, using:
virtualenv ENVIROMENT-NAME
Description
Languages
Python
100%