Pinned Repositories
deep-tic-tac-toe
Used deep reinforcement learning to train a deep neural network to play tic-tac-toe and deployed using tensorflow.js.
edge-TPU-safe-bike
An application of realtime object-detection running on an Edge TPU for making cycling in busy cities a little less terrifying.
global-video-dubbing
Using Googel Cloud Video Intelligence API with Cloud Translation API and Cloud Text to Speech API to generate voice dubbing and tranaslations in many languages automatically.
gmail-event-genie
Workspace Add-on that uses Gemini to extract out the important dates from an email and quickly add them to your calendar.
impact-ai
Use Google Workspace and Gemini to automatically justify your impact.
optimising-basketball
Using Keras, TensorFlow.js and image processing to analyse my basketball skillz.
rgb-neural-net
Physical visualisation of neural network learning using RGB leds, arduino and raspberry pi.
robo-videographer
Project for a automatic videographer system for recording sports matches.
understanding-recurrent-convolutional-neural-networks
Using synthetically generated video data to learn how/when R-CNNs can outperform CNNs.
video-intelligence-api-visualiser
A simple app that lets you visualise annotations from the Google Cloud Video Intelligence API using your local files.
ZackAkil's Repositories
ZackAkil/build-your-first-basic-machine-learning-app
Code resources for Central London Data Science Project Nights 22nd meetup.
ZackAkil/cv-gauge-reader
Project for reading value of a analogue gauge using open CV (simple CV)
ZackAkil/optimising-training-data-meetup
ZackAkil/Android-bluetooth-learning
Test android app for communicating with an Arduino through bluetooth.
ZackAkil/brian-badonde-chrome-bextension
Chrome extension for converting text to Brian Badonde text.
ZackAkil/countdown-maths-solution-finder
Messing around with intensely recursive functions
ZackAkil/Data-Science-Meetup-Predicting-National-Happiness
Work through of my approach to finding the key correlative factors in a nations happiness score index.
ZackAkil/Data-Science-Meetup-Predicting-Trolls
Using NLP to predict wether a comment on a youtube video is a troll or not.
ZackAkil/game-off-2016
GitHub's month-long game jam :video_game: November 2016
ZackAkil/gum
ZackAkil/handshake-scheduler
ZackAkil/heart-beat-light
Represent blood pulses with a RGB LED strip.
ZackAkil/Horse-Cadence-Detector
embedded classification problem using accelrometer data as input
ZackAkil/image-fission
App for synthetically generating new images from a set of images. Primary use case is in helping train convolutional neural networks.
ZackAkil/led-sport-shins
ZackAkil/meetup-stats
Project for quickly scraping and analyzing stats from the meetup api about meetup groups.
ZackAkil/messing-around-with-trees
ZackAkil/network-funnel-algorithm
Algorithm for evaluating funnelling points in a network of nodes.
ZackAkil/Numbers-Game-Code-Jam
Solution to the numbers game puzzle from google code jam Round 1A 2010
ZackAkil/perlin-noise-generation
Python implimentation of perlin noise generation.
ZackAkil/random-scripts
a place for me to throw random scripts
ZackAkil/Robot-Circle-Problem
ZackAkil/safe-space-chrome-plugin
parody plugin for filtering out "troll" YouTube comments
ZackAkil/sklearn-and-tensorflow-book-exersices
My answers to the exercises from hands on machine learning with scikit-learn and tensorflow.
ZackAkil/sorting-myself-out
Just getting handy with all of the sorting functions you know and love.
ZackAkil/task-priority-growth-visualiser
Html tool for dynamically showing tasks as they age in order to highlight growing priority.
ZackAkil/teaching-AI-is-the-same-as-teaching-humans
5 ways teaching AI is the same as teaching humans plot code.
ZackAkil/tensor-fun
Just some experimenting with tensor flow from Campus workshop along with how I got tensorflow working in Jupyter managed by Anaconda.
ZackAkil/text-indexing-using-prime-factors
Jupyter notebook of theory and implementation of algorithm that uses prime factors to index text for word frequency analysis.
ZackAkil/titanic-best-practice
Doing the titanic problem uses the tools learnt from Sklearn book.