gabriel-bandeira's Stars
openai/openai-cookbook
Examples and guides for using the OpenAI API
kedro-org/kedro
Kedro is a toolbox for production-ready data science. It uses software engineering best practices to help you create data engineering and data science pipelines that are reproducible, maintainable, and modular.
jupyter/docker-stacks
Ready-to-run Docker images containing Jupyter applications
cdarlint/winutils
winutils.exe hadoop.dll and hdfs.dll binaries for hadoop windows
heroku/python-getting-started
Getting Started with Python on Heroku.
alura-cursos/introducao-a-data-science
Conteúdo da primeira parte do curso de introdução a Data Science da Alura
ekstrand/ESP8266wifi
ESP8266 Arduino library with built in reconnect functionality
GabrielRF/RastreioBot
Telegram Bot @RastreioBot
databricks/containers
Sample base images for Databricks Container Services
OtacilioN/Brasilino
Uma biblioteca que permite programar em linguagem Arduino utilizando comandos facilitados em PT-BR. :brazil:
saurfang/spark-sas7bdat
Splittable SAS (.sas7bdat) Input Format for Hadoop and Spark SQL
Docker-Hub-frolvlad/docker-alpine-python-machinelearning
Small Docker image with Python Machine Learning tools (~180MB) https://hub.docker.com/r/frolvlad/alpine-python-machinelearning/
Seeed-Studio/Gesture_Recognition
a library to realize gesture recognition with 3-Axis Digital Accelerometer
CarlosPena00/SimpleVideoAnnotation
A simple video annotation made with python + OpenCV for detection in YoloV2 format
CESARBR/knot-thing-source
KNoT Thing library is a lightweight C/C++ library built to use minimal CPU and memory resources. It is intended to run on KNoT Nodes (Things) (see KNoT Architecture for better understanding). It provides the Radio and Protocol abstractions for the application. The application builder just need implement the read/write functions for its sensors/actuators, register a Data Item (sensor or actuator) on the library and call the run() method on its main loop routine.
CESARBR/knot-hal-source
KNOT HAL is part of KNOT project. It aims to provide hardware abstraction layer for SPI and nRF24L01 radios. Allowing power constrained embedded devices to join a wireless network and exchange datagrams using nRF24L01 radios. The initial target platforms are Arduino (nodes), and Raspiberry PI GW. nRF24L01 is a highly integrated, ultra low power (ULP) 2Mbps RF transceiver IC for the 2.4GHz ISM band. On a second project phase, other radio access technologies such as Bluetooth Low Energy, and Wi-Fi are planned.
CESARBR/knot-service-source
KNoT Service is part of KNoT project. It aims to provide a "proxy" service between KNoT Things and KNoT Cloud, allowing power constrained embedded device to interact with cloud services. The initial target platform are PAN devices, and Raspberry Pi GW. The PAN device used is a highly integrated, ultra low power (ULP) 2Mbps RF transceiver IC for the 2.4GHz ISM band (NRF24L01). On a second project phase, other radio access technologies such as LPWAN devices, Mesh devices, 3G Devices, Bluetooth Low Energy Devices, and Wi-Fi Devices are planned.
CESARBR/knot-protocol-source
KNOT protocol library is a lightweight C library built to use minimal CPU and memory resources.