All Projects → tspannhw → OpenSourceComputerVision

tspannhw / OpenSourceComputerVision

Licence: other
Open Source Computer Vision with TensorFlow, MiniFi, Apache NiFi, OpenCV, Apache Tika and Python For processing images from IoT devices like Raspberry Pis, NVidia Jetson TX1, NanoPi Duos and more which are equipped with attached cameras or external USB webcams, we use Python to interface via OpenCV and PiCamera. From there we run image processin…

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to OpenSourceComputerVision

dagger
Dagger is an easy-to-use, configuration over code, cloud-native framework built on top of Apache Flink for stateful processing of real-time streaming data.
Stars: ✭ 238 (+510.26%)
Mutual labels:  apache-kafka
brave-kafka-interceptor
Kafka Interceptor for Zipkin
Stars: ✭ 30 (-23.08%)
Mutual labels:  apache-kafka
nifi-prometheus-reporter
A reporting task in Nifi which is capable of sending monitoring statistics as prometheus metrics to a prometheus pushgateway.
Stars: ✭ 48 (+23.08%)
Mutual labels:  apache-nifi
pulsar-io-kafka
Pulsar IO Kafka Connector
Stars: ✭ 24 (-38.46%)
Mutual labels:  apache-kafka
esque
esque - an operational kafka tool.
Stars: ✭ 22 (-43.59%)
Mutual labels:  apache-kafka
vault-plugin-secrets-kafka
A vault plugin for generating ACLs for dynamic users
Stars: ✭ 20 (-48.72%)
Mutual labels:  apache-kafka
ksql-jdbc-driver
JDBC driver for Apache Kafka
Stars: ✭ 85 (+117.95%)
Mutual labels:  apache-kafka
scylla-cdc-source-connector
A Kafka source connector capturing Scylla CDC changes
Stars: ✭ 19 (-51.28%)
Mutual labels:  apache-kafka
CogStack-NiFi
Building data processing pipelines for documents processing with NLP using Apache NiFi and related services
Stars: ✭ 22 (-43.59%)
Mutual labels:  apache-nifi
formula1-telemetry-kafka
No description or website provided.
Stars: ✭ 99 (+153.85%)
Mutual labels:  apache-kafka
pedestrian-detection
Pedestrian Detection using Non Maximum Suppression
Stars: ✭ 30 (-23.08%)
Mutual labels:  open-cv
nifi
Deploy a secured, clustered, auto-scaling NiFi service in AWS.
Stars: ✭ 37 (-5.13%)
Mutual labels:  apache-nifi
incubator-rocketmq
带中文代码注释 Mirror of Apache RocketMQ 源码解析:http://www.iocoder.cn/categories/RocketMQ/?github
Stars: ✭ 343 (+779.49%)
Mutual labels:  apache-kafka
kafka-twitter-spark-streaming
Counting Tweets Per User in Real-Time
Stars: ✭ 38 (-2.56%)
Mutual labels:  apache-kafka
vkitm
A native Kafka protocol proxy for Apache Kafka
Stars: ✭ 19 (-51.28%)
Mutual labels:  apache-kafka
kafkaer
Template based Kafka topic/cluster/ACL management
Stars: ✭ 37 (-5.13%)
Mutual labels:  apache-kafka
kafka-serialization
Lego bricks to build Apache Kafka serializers and deserializers
Stars: ✭ 122 (+212.82%)
Mutual labels:  apache-kafka
pulsar-adapters
Apache Pulsar Adapters
Stars: ✭ 18 (-53.85%)
Mutual labels:  apache-kafka
fall-detection-two-stream-cnn
Real-time fall detection using two-stream convolutional neural net (CNN) with Motion History Image (MHI)
Stars: ✭ 49 (+25.64%)
Mutual labels:  open-cv
License-Plate-Detection
{Python}: Detect and extract the license plate of vehicles using Machine Learning and Image Processing Techniques
Stars: ✭ 48 (+23.08%)
Mutual labels:  open-cv

OpenSourceComputerVision

Open Source Computer Vision with TensorFlow, MiniFi, Apache NiFi, OpenCV, Apache Tika and Python For processing images from IoT devices like Raspberry Pis, NVidia Jetson TX1, NanoPi Duos and more which are equipped with attached cameras or external USB webcams, we use Python to interface via OpenCV and PiCamera. From there we run image processing at the edge on these IoT device using OpenCV and TensorFlow to determine attributes and image analytics. A pache MiniFi coordinates running these Python scripts and decides when and what to send from that analysis and the image to a remote Apache NiFi server for additional processing. At the Apache NiFi cluster in the cluster it routes the images to one processing path and the JSON encoded metadata to another flow. The JSON data (with it's schema referenced from a central Schema Registry) is routed and routed using Record Processing and SQL, this data in enriched and augment before conversion to AVRO to be send via Apache Kafka to SAM. Streaming Analytics Manager then does deeper processing on this stream and others including weather and twitter to determine what should be done on this data.

References

pb.py

License MIT

Code used from Mask R-CNN by Matterport, Inc. (MIT-Licensed), with minor alterations and copyright notices retained.

MIT License

Copyright (c) 2018 Max Woolf

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Mask R-CNN

The MIT License (MIT)

Copyright (c) 2017 Matterport, Inc.

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].