Pinned Repositories
Ambulance-Service
An application designed to acquire position of a victim via phone call and send a nearest respondent ambulance by the shortest path using dijkstra's algorithm.
bayesian_unet
Chainer implementation of Bayesian Convolutional Neural Networks (BCNNs)
Classic_Spike_Game
Arcade game implementing the use of a ball object directed by tapping the space bar to make it jump and eventually avoid hitting spikes on the vertical walls
Double_Pendulum
Simulating a double pendulum animation in Processing Environment in java.
Facial_Recognition_Attendance_System
Realtime facial recognition for marking attendance in classrooms
Helpdesk_Chatbot_with_Dialogflow_BigQuery_ML
Wouldn’t it be awesome to have an accurate estimate of how long it will take for tech support to resolve your issue? Here I trained a simple machine learning model for predicting helpdesk response time using BigQuery Machine Learning. I built a simple chatbot using Dialogflow, and integrated with trained BigQuery ML model. The final solution will provide an estimate of response time to users at the moment a request is generated.
Othello_AI
An AI created for the classic board game "Othello" using the Min-Max Algorithm
Othello_Processing
A digital adaptation of the classic 2 player boardgame in Processing environment on Java
Self-Driving-Level-0
Vehicle design project that integrates object detection to manoeuver around obstacles autonomously
Yoga_Pose_Estimation
An application that utilises the PoseNet model to track and analyse a user's pose in real-time.
kickereb's Repositories
kickereb/Yoga_Pose_Estimation
An application that utilises the PoseNet model to track and analyse a user's pose in real-time.
kickereb/Ambulance-Service
An application designed to acquire position of a victim via phone call and send a nearest respondent ambulance by the shortest path using dijkstra's algorithm.
kickereb/bayesian_unet
Chainer implementation of Bayesian Convolutional Neural Networks (BCNNs)
kickereb/Double_Pendulum
Simulating a double pendulum animation in Processing Environment in java.
kickereb/Helpdesk_Chatbot_with_Dialogflow_BigQuery_ML
Wouldn’t it be awesome to have an accurate estimate of how long it will take for tech support to resolve your issue? Here I trained a simple machine learning model for predicting helpdesk response time using BigQuery Machine Learning. I built a simple chatbot using Dialogflow, and integrated with trained BigQuery ML model. The final solution will provide an estimate of response time to users at the moment a request is generated.
kickereb/Prime-Birth
This project generates a list of all prime birthdays that can occur in an input year. A prime birthday is one which, when written as DDMMYYYY format, is a prime number.
kickereb/Python_ML_Workshop
Initialising repo
kickereb/Othello_AI
An AI created for the classic board game "Othello" using the Min-Max Algorithm
kickereb/Perlin_Noise_Lines
My attempt to produce an animation/demonstration of Perlin Noise in JavaScript.
kickereb/Self-Driving-Level-0
Vehicle design project that integrates object detection to manoeuver around obstacles autonomously
kickereb/Compositional-Classification
Exploring the Cognitive Decomposition of Classification Models
kickereb/Confusion-Matrix-is-nice
In praise and use of the Confusion Matrix
kickereb/D-Track-Alpha
Mobile and Wireless Systems D-Track Alpha
kickereb/Data-Augmentation-for-CNN-with-CIFAR
This repository is a step by step evolution of the process of improving an image recognition model with Data Augmentation
kickereb/Deepfake-Detector
Repository that demonstrates how to build a deepfake detector using VGG16 trained on custom dataset
kickereb/Dropout_Layer
Experimenting dropout layer functionality in handwritten digits recognition program.
kickereb/Every-Regression-Algorithm-on-Housing-Dataset
This repository contains the code and notebook for applying the following on California Housing Dataset
kickereb/FashionMNIST_CNN
My attempt at Fashion MNIST clothing classification using CNN
kickereb/GitHubGraduation-2021
Join the GitHub Graduation Yearbook and "walk the stage" on June 5.
kickereb/javascript
RunwayML + JavaScript 👾
kickereb/MNIST-GANs
Repository for experimenting with GANs on MNIST dataset
kickereb/mock_interview
mock interview format and prepositions
kickereb/opencv
Open Source Computer Vision Library
kickereb/Predicting-Sales-on-a-Black-Friday
The Friday following Thanksgiving Day is called a Black Friday in the United States. It has been reportedly the busiest shopping day in the United States since 2005. Black Friday is particularly important for retailers since sales on this day affects investor confidence. Investors make predictions for sales on a Black Friday and if the retailers indicate good sales, investors get an indication of a profitable shopping season. Hence, there is an increase in the stock price of such retail companies. Thus, analysis of historical customer data on Black Fridays to realize important customer segments, their preferred products and targeting advertisements to the right customers is essential for retailers to increase sales and gain the confidence of their investors. By forecasting sales on a Black Friday from historic data, retailers can accordingly stock requisite quantities of products in their inventory to minimize missed sales as much as possible.
kickereb/Quantum-Computing-with-Qiskit
A repository to experiment on Quantum Computing
kickereb/Raag-Recommendation-App
This Android app recommends Raags from Indian classical music based on the time of day. It is designed to help users discover new Raags and enjoy them at the right time.
kickereb/Resume
kickereb/Spoon-Knife-prototyping
This repo is for demonstration purposes only.
kickereb/SuperFormula
Trippy animations using a powerful mathematical equation. Adjust Parameters and input variables to create something of your own.
kickereb/Understanding_UNET_with_TGS_Salt_Identification
An attempt to understand UNET architecture by implementing it on TGS Salt identification challenge.