Skip to content

Projects

Travel SMS

  • Developed a cloud-based application to provide Places and Directions through SMS.
  • Built using Twilio SMS, Google Maps and Google Places Services.
  • Hosted and managed on Google App Engine for scalable delivery.
TwilioGoogle MapsGoogle PlacesGoogle App EnginePython

CloudPi

  • Developed a custom cloud infrastructure simulation using AWS EC2 and AWS SQS.
  • Implemented an in-house auto-scaling algorithm to handle dynamic request loads.
AWSEC2SQSPython

Stack Overflow Clone

  • Developed a Recommendation Engine implementing both Content-Based and Collaborative Filtering using the Stack Overflow dataset.
  • Built a full-fledged web application mirroring Stack Overflow’s functionality.
  • Engineered a robust backend using Java Spring and Jersey, paired with a modern Angular 2 frontend.
JavaSpring BootJerseyAngular 2Machine Learning

Brain Driven Security

  • Developed a revolutionary biometric authentication mobile application.
  • Authenticates users by processing and learning from their unique brain signals using ML models.
AndroidMachine LearningSignal ProcessingSecurity

AI Pacman

  • Developed an Artificially Intelligent Pacman agent in Python.
  • Implemented core AI concepts including Adversarial Search and Hidden Markov models for state estimation.
PythonAdversarial SearchHidden Markov ModelsAI