raymas / AShield

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ashield

AShield Project

Computer vision and some BeagleBone Black kernel.

Getting Started

Prerequisites

Required libraries :

  • OpenCV 3.4.0+
  • Numpy 1.14.2+
  • pyserial 3.4+

Command for installing all dependencies :

Linux

sudo apt-get install python-opencv
sudo apt-get install python-pip
pip install numpy
pip install pyserial

Keep in mind that python-opencv is a wrapper it is better to compile it.

Installing

Clone the repository

git clone https://github.com/raymas/AShield.git

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • raymas - Initial work - raymas

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU 3.0 License - see the LICENSE.md file for details

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%