Giter VIP home page Giter VIP logo

anacase's Introduction

ANACASE

Counter and random sampler of moving objects, using python computer vision (opencv).

Requirements

  • Raspberry Pi 3 B
  • Touch 10" (800x480)
  • Buzzer (12v)
  • Leds (bicolor red/green)

Screenshots

screenshots-1

Installing

Create USB Stick

Format USB STICK em FAT
$ sudo dd if=2018-06-27-raspbian-stretch.img of=/dev/mmcblk0 bs=4M

Removing unwanted apps in raspi

$ sudo apt update
$ sudo apt purge libreoffice*
$ sudo apt purge wolfram*
$ sudo apt upgrade

python require libs for opencv

$ sudo apt-get install build-essential cmake git pkg-config
$ sudo apt install -y libatlas-base-dev gfortran libjpeg-dev  \ 
  libpng-dev libavcodec-dev libavformat-dev libswscale-dev libv4l-dev libqt4-dev
$ sudo apt install python3-netifaces
$ sudo pip3 install imutils

Verify python libs

$ sudo pip3 freeze -l
imutils==0.4.6
opencv-python==3.4.0.12

obtain anacase from github

git clone https://github.com/cfreire/anacase.git

Leds

sudo pip install gpiozero

Buzzer

sudo apt install python3-rpi.gpio

Usage

cd anacase
./anacase.sh

Running the tests

TODO

Built With

  • python 3.5

Contributing

TODO

Authors

  • César Freire
  • Luis Antunes

License

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

anacase's People

Contributors

cfreire avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.