erikbabu
Imperial College London MEng Computing graduate (2020) and incoming Software Developer at Bloomberg L.P.
London
Pinned Repositories
StopCovidHackathon
Our submission for the Stop Covid-19 Hackathon.
BasicWebApp
dockerautomatedbuild
Playing with docker automated builds
enigma_machine_sim
Enigma coding machine simulated in C++
erikbabu.github.io
Personal website
federated-learning-healthcare-data
MEng Individual Project on applying federated learning to healthcare data to enable collaboration between different medical institutions in a way that addresses the issues of privacy and data ownership.
image_steganography
Program that can hide text messages in images and also decrypt the text message hidden in an encrypted image. Implemented in C++ with aid of opencv library.
instagram_user_script
Script written in Ruby that gives a user a little information about their instagram profile
ProgrammingCollectiveIntelligence
Implemented Algorithms from the book Programming Collective Intelligence (http://shop.oreilly.com/product/9780596529321.do) to gain a better understanding of machine learning and statistics
world_gdp_visualisation
Creates a world map for the year selected by the user and plots the GDP information for each country on the map. Implemented in python
erikbabu's Repositories
erikbabu/federated-learning-healthcare-data
MEng Individual Project on applying federated learning to healthcare data to enable collaboration between different medical institutions in a way that addresses the issues of privacy and data ownership.
erikbabu/image_steganography
Program that can hide text messages in images and also decrypt the text message hidden in an encrypted image. Implemented in C++ with aid of opencv library.
erikbabu/ProgrammingCollectiveIntelligence
Implemented Algorithms from the book Programming Collective Intelligence (http://shop.oreilly.com/product/9780596529321.do) to gain a better understanding of machine learning and statistics
erikbabu/world_gdp_visualisation
Creates a world map for the year selected by the user and plots the GDP information for each country on the map. Implemented in python
erikbabu/BasicWebApp
erikbabu/dockerautomatedbuild
Playing with docker automated builds
erikbabu/enigma_machine_sim
Enigma coding machine simulated in C++
erikbabu/erikbabu.github.io
Personal website
erikbabu/instagram_user_script
Script written in Ruby that gives a user a little information about their instagram profile
erikbabu/IntroductionToAlgorithms
Implemented several algorithms from the book Introduction To Algorithms (https://mitpress.mit.edu/books/introduction-algorithms) to improve my programming ability and understanding of space-time complexity as well as gaining a strong understanding of implementing my own Abstract Data Types
erikbabu/javaConvNet
Convolutional Neural Network implemented in java with option for user to have their own image classified by the network
erikbabu/london_underground_commute_analysis
Tool that allows user to compare different stations' commuter traffic throughout the day. Implemented in python