All Projects → devicehive → Devicehive Video Analysis

devicehive / Devicehive Video Analysis

Licence: apache-2.0

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Devicehive Video Analysis

Pedalinomini
Same features of Pedalino™ in a compact form.
Stars: ✭ 139 (-7.33%)
Mutual labels:  iot
Lib Python
Blynk IoT library for Python and Micropython
Stars: ✭ 140 (-6.67%)
Mutual labels:  iot
Astarte
Core Astarte Repository
Stars: ✭ 148 (-1.33%)
Mutual labels:  iot
Blinker Doc
blinker中文文档
Stars: ✭ 139 (-7.33%)
Mutual labels:  iot
Openhab Ios
The repository of the iOS client
Stars: ✭ 141 (-6%)
Mutual labels:  iot
Wolfssh
wolfSSH is a small, fast, portable SSH implementation, including support for SCP and SFTP.
Stars: ✭ 142 (-5.33%)
Mutual labels:  iot
Apexcharts Card
📈 A Lovelace card to display advanced graphs and charts based on ApexChartsJS for Home Assistant
Stars: ✭ 138 (-8%)
Mutual labels:  iot
Smart Home
Phodal's Smart Home Setup Guide:HomeBridge + Home Assistant + Amazon Echo
Stars: ✭ 149 (-0.67%)
Mutual labels:  iot
Unit Api
Units of Measurement API
Stars: ✭ 140 (-6.67%)
Mutual labels:  iot
Ha4iot
Open Source Home Automation system for .NET
Stars: ✭ 146 (-2.67%)
Mutual labels:  iot
Gladys
A privacy-first, open-source home assistant
Stars: ✭ 1,874 (+1149.33%)
Mutual labels:  iot
Dasshio
Hass.io add-on to easily use Amazon Dash Buttons with Home Assistant
Stars: ✭ 140 (-6.67%)
Mutual labels:  iot
Dustcloud
Xiaomi Smart Home Device Reverse Engineering and Hacking
Stars: ✭ 1,907 (+1171.33%)
Mutual labels:  iot
Chino Os
A real time operating system for IoT written in C++
Stars: ✭ 139 (-7.33%)
Mutual labels:  iot
Totalcross
TotalCross is a Software Development Kit that helps cross platform application development. Currently supported platforms are: Windows, Wince, Android, iOS, Linux and Linux ARM for embedded systems.
Stars: ✭ 147 (-2%)
Mutual labels:  iot
Awesome Edge Machine Learning
A curated list of awesome edge machine learning resources, including research papers, inference engines, challenges, books, meetups and others.
Stars: ✭ 139 (-7.33%)
Mutual labels:  iot
Grisp
GRiSP Erlang Runtime Library
Stars: ✭ 141 (-6%)
Mutual labels:  iot
Bluetoothlinux
Pure Swift Linux Bluetooth Stack
Stars: ✭ 149 (-0.67%)
Mutual labels:  iot
Angular5 Iot Dashboard
Multipurpose dashboard admin for IoT softwares, remote control, user interface. Develop your client dashboards in Angular 5 with vast variety of components available.
Stars: ✭ 148 (-1.33%)
Mutual labels:  iot
Esp8266 Tiny Door And Window Sensor
Battery powered door and window sensor with ultra low standby power. Arduino, ESP-12, Reed switch, ATtiny, LDO
Stars: ✭ 146 (-2.67%)
Mutual labels:  iot

License

Video analysis demo

Requirements

Python

All requirements are listed in requirements file, except openCV (because of video support described here, here and here)

So (almost) all required packages can be installed by pip

Update: Since this release opencv-python ships with FFmpeg, V4L and V4L2. So i have added it to requirements.

pip install -r requirements.txt

Models data

Running

Local demo

To evaluate video file run

python eval.py --video="/path_to_video_file/"

Also video url can be passed (tested for youtube)

python eval.py --video="youtube_url"

If --video is not provided video device "0" (usually it's web cam) will be used by default.

Press q to close program.
Press s to save currents frame to file.

Run

python eval.py --help

for more info about available arguments.

Web based demo

There is demo with web interface and devicehive integration. It will capture video stream from your web cam, evaluate it and send predictions to devicehive. To use it run

python daemon.py

and go to http://127.0.0.1:8000 to configure devicehive connection. Video stream is available on http://127.0.0.1:8000/events/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].