All Projects → RubensZimbres → Repo 2018

RubensZimbres / Repo 2018

Deep Learning Summer School + Tensorflow + OpenCV cascade training + YOLO + COCO + CycleGAN + AWS EC2 Setup + AWS IoT Project + AWS SageMaker + AWS API Gateway + Raspberry Pi3 Ubuntu Core

Projects that are alternatives of or similar to Repo 2018

Wall.e
A javaScript robot which looks like WALL.E
Stars: ✭ 201 (+23.31%)
Mutual labels:  raspberry-pi, raspberry-pi-3, iot
Lib Python
Blynk IoT library for Python and Micropython
Stars: ✭ 140 (-14.11%)
Mutual labels:  raspberry-pi, raspberry-pi-3, iot
Yolo Powered robot vision
Stars: ✭ 133 (-18.4%)
Mutual labels:  jupyter-notebook, raspberry-pi, opencv
Iotwifi
Raspberry Pi (arm) wifi configuration container. Configure and control wifi connectivity with a JSON based REST api.
Stars: ✭ 236 (+44.79%)
Mutual labels:  raspberry-pi, raspberry-pi-3, iot
Deeppicar
Deep Learning Autonomous Car based on Raspberry Pi, SunFounder PiCar-V Kit, TensorFlow, and Google's EdgeTPU Co-Processor
Stars: ✭ 242 (+48.47%)
Mutual labels:  jupyter-notebook, raspberry-pi, opencv
Fiscalberry
[JSON ↔ HW] Connect things using JSON API with the fiscalberry websocket server interact easily with any kind of Hardware. Another IoT solution...
Stars: ✭ 44 (-73.01%)
Mutual labels:  raspberry-pi, raspberry-pi-3, iot
Drowsiness detection
Stars: ✭ 250 (+53.37%)
Mutual labels:  jupyter-notebook, raspberry-pi, opencv
Opencv 3.2.0 Compiling On Raspberry Pi
Download, Compile, Build, and Install OpenCV 3.2.0 with Extra Modules on RPI running Jessie
Stars: ✭ 65 (-60.12%)
Mutual labels:  raspberry-pi, raspberry-pi-3, opencv
Vidgear
A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features 🔥
Stars: ✭ 2,048 (+1156.44%)
Mutual labels:  raspberry-pi, opencv
Generative adversarial networks 101
Keras implementations of Generative Adversarial Networks. GANs, DCGAN, CGAN, CCGAN, WGAN and LSGAN models with MNIST and CIFAR-10 datasets.
Stars: ✭ 138 (-15.34%)
Mutual labels:  jupyter-notebook, generative-adversarial-networks
Gladys
A privacy-first, open-source home assistant
Stars: ✭ 1,874 (+1049.69%)
Mutual labels:  raspberry-pi, iot
Poppy Ergo Jr
🤖 Poppy Ergo Jr is an open-source robotic arm based on modular 3D printed conception and low-cost XL-320 motors.
Stars: ✭ 133 (-18.4%)
Mutual labels:  jupyter-notebook, raspberry-pi
Raspberryturk
The Raspberry Turk is a robot that can play chess—it's entirely open source, based on Raspberry Pi, and inspired by the 18th century chess playing machine, the Mechanical Turk.
Stars: ✭ 140 (-14.11%)
Mutual labels:  jupyter-notebook, raspberry-pi
Faster Rcnn tensorflow
This is a tensorflow re-implementation of Faster R-CNN: Towards Real-Time ObjectDetection with Region Proposal Networks.
Stars: ✭ 142 (-12.88%)
Mutual labels:  jupyter-notebook, coco
Ha4iot
Open Source Home Automation system for .NET
Stars: ✭ 146 (-10.43%)
Mutual labels:  raspberry-pi, iot
Blinker Doc
blinker中文文档
Stars: ✭ 139 (-14.72%)
Mutual labels:  raspberry-pi, iot
Repo 2019
BERT, AWS RDS, AWS Forecast, EMR Spark Cluster, Hive, Serverless, Google Assistant + Raspberry Pi, Infrared, Google Cloud Platform Natural Language, Anomaly detection, Tensorflow, Mathematics
Stars: ✭ 133 (-18.4%)
Mutual labels:  jupyter-notebook, raspberry-pi-3
Sshdeploy
A command-line tool that enables quick build and run deployments over SSH.
Stars: ✭ 131 (-19.63%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Docker Blinkt Workshop
Get into physical computing with Docker and Raspberry Pi
Stars: ✭ 151 (-7.36%)
Mutual labels:  raspberry-pi, iot
Smart Home
Phodal's Smart Home Setup Guide:HomeBridge + Home Assistant + Amazon Echo
Stars: ✭ 149 (-8.59%)
Mutual labels:  raspberry-pi, iot

Python Codes: IoT, Machine Learning, Computer Vision

Codes in Machine Learning, Deep Learning, Reinforcement Learning, Artificial Intelligence and Computer Vision

Welcome to my GitHub repo.

I am a Data Scientist and I code in Python. Here you will find some Machine Learning, Deep Learning, Natural Language Processing, Artificial Intelligence and Computer Vision models I developed.

Data for models available at:

https://drive.google.com/drive/folders/0B0RLknmL54khU2UwX3dnX1E1WHc?usp=sharing

Keras version used in models: keras==2.0.8 Tensorflow version used in models: tensorflow==1.7.0

AWS API Gateway

This folder presents general guidelines to create an endpoint and API key in AWS API Gateway, that will receive data from a Python notebook sending sensor data, that arrives in API Gateway, is processed and cleaned in Lambda and is stored in DynamoDB. Data is then available for S3 to create a data pipeline and further visualization with Kibana or Quick Sight.

AWS SageMaker

This sector presents the development of a Docker container with a customized Machine Learning model that is pushed into Elastic Container Registry and generates and endpoint in AWS SageMaker.

COCO Model

COCO (Common Objects in Context) is an image segmentation model. This folder presents my Pull Request regarding pycocotools library incompatibility between Python 2 and 3 suggesting a fix.

CPU Temperature - IoT Project at AWS

In this project I turned my notebook into an IoT device, where CPU temperature is collected via Linux command line run inside a Python notebook and then sent via MQTT protocol to Amazon AWS IoT service, integrated with DynamoDB, Data Pipeline, S3, Quick Sight and Cloud Watch. An alternative solution for near real-time data is also presented, using Kinesis, Firehose, Elasticsearch and Kibana.

CycleGAN Project - GANs

In this folder I presente the steps to train a CycleGAN for Style Transfer applied to paintings of Vincent van Gogh and Pablo Picasso using an EC2 GPU Tesla K-80. Examples of outputs are presented.

DEEP LEARNING SUMMER SCHOOL - GANs

In this folder you will find Tensorflow and Keras codes and also a Powerpoint presentation about GANs I developed for my lecture and workshop at the first Deep Learning Summer School in Brazil, at Goiás.

EC2 INSTANCE SETUP

A set up Manual I developed to create EC2 instances in Amazon AWS

FLASK

This folder contains the Python code for the REST API and also the request code.

KERAS

GANs: Generative Adversarial Networks

DCGANs: Deep Convolutional Generative Adversarial Networks

NLP

Notebooks presenting Word2Vec similarities in trained Wikipedia corpus, Portuguese language.

OPENCV

In this folder you will find a guide to create your own haarcascade.xml so that you can identify any object using OpenCV.

Raspberry Pi3 - IoT Project

In this project I use Raspberry Pi3 running in Ubuntu Core OS and attached a sensor and then send telemetry data to Amazon AWS IoT service, integrated with DynamoDB, S3, Quick Sight and Cloud Watch. I also plan to deploy a Deep Learning trained model into the device for classification purposes.

TENSORFLOW

Model for Regression

Model for Classification

LSTM: Long Short Term Memory Neural Networks

GANs: Generative Adversarial Networks

DCGANs: Deep Convolutional Generative Adversarial Networks

InfoGANs Mutual Information Adversarial Networks where loss function is customized. Mutual Info = H(B)-Sum(P(B=b).H(A|B=b)

Tensorboard: visualization of Tensorflow models' training

SEG-NET : Image Segmentation with SEG-NET

SMOTE : Synthetic Minority Oversampling Technique for imbalanced classes

YOLO Model

The YOLO Model (You Only Look Once) is a Deep Learning project for Real-Time object detection. Examples of outputs are presented.

Datasets available at Repo-2017

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