Konstantinos Theodorakos (temp3rr0r)

temp3rr0r

Geek Repo

Location:Vorselaar, Belgium

Github PK Tool:Github PK Tool

Konstantinos Theodorakos's repositories

Longsword-Stance-Model-Training

Longsword Stance Model Training Working demo: https://www.youtube.com/watch?v=v7hvOyPQ0EM Longsword Stance Model Training: Deep Learning model & training python scripts. The model is genenerated with Keras, as a multivariate Bidirectional Long-Short Term Memory (LSTM) network, for classification of longsword movement gestures. Softmax is being used as the activation function and sparse-categorical cross-entropy on the final dense layer

Language:PythonStargazers:4Issues:0Issues:0

Longsword-Data-MQTT-Publisher

Working demo: https://www.youtube.com/watch?v=v7hvOyPQ0EM. The main IoT app. It runs on Nvidia Jetson TX2(embedded super-computer). Connects with sensors via BLE and publishes all the real-time IMU data to the AWS IoT stream via MQTT. It also interacts with the user via AWS Polly text-to-speech.

Language:PythonStargazers:2Issues:1Issues:0

c2p

A simple pstack to Ansi C compiler in Java.

Language:JavaStargazers:1Issues:0Issues:0

Longsword-IMU-BLE-sensors

Working demo: https://www.youtube.com/watch?v=v7hvOyPQ0EM The .ino arduino (Genuino 101) src code, that acquires raw IMU data from I2C sensors and sends them via Bluetooth Low Energy to the Nvidia Jetson TX2. The sampling frequency 1/25 Hz. It publishes data to the BLE characteristics from 3-axis: Internal Accelerometer, Gyroscope & step counter, MPU-6050 Accelerometer + Gyroscope, HMC5883L Magnetometer.

Language:ArduinoStargazers:1Issues:1Issues:0

Longsword-Web-Socket-Server

Longsword Web Socket Server Working demo: https://www.youtube.com/watch?v=v7hvOyPQ0EM Longsword Web Socket Server: Provides live sensor data feed, stance classification view & scores/confidence %. The web-page is being served by node-js. An active web-socket connection is being mainted with the RESTful deep learning model service. The messages push real-time data and classification results to the web page's graphs.

Language:HTMLStargazers:1Issues:0Issues:0

ParticleSwarmOptimization

Testing the efficacy of a typical PSO algorithm against artificial test functions

Language:C#Stargazers:1Issues:1Issues:0

HomographyNet

Implementation of HomographyNet in Keras

Language:Jupyter NotebookLicense:Apache-2.0Stargazers:0Issues:0Issues:0

notebooks

Notebooks on how to use Distributed Evolutionary Algorithm in Python (DEAP)

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

openacc_concept_strategies_book

This repository contains application codes and solutions for the Book on "OpenACC for Programmers - Concept & Strategies".

Language:C++License:NOASSERTIONStargazers:0Issues:0Issues:0

Quadtree

2D Gravity Particle simulator using Quadtrees

Language:C++Stargazers:0Issues:0Issues:0

RDF_Engine

A SparQL RDF engine of triplets (Subject - Predicate - Object). It can convert a column or row based DBMS to an RDF Engine. MonetDB columnar database is recommended for maximum performance.

Language:JavaStargazers:0Issues:1Issues:0