Avatar

Vivek T.

resume link

  • Pursuing Masters in Aerospace Engineering (IISc, Bengaluru).
  • Hobbyist Developer
  • FOSS enthusiast
  • Proficient with *nix systems

Projects:

VTOL UAV Design


  • Twin-boom fixed-wing VTOL UAV conceptual design
  • Uses Satcom On The Move (SOTM)
  • Has Parachute recovery module
  • Gust effects, spin recovery studied
  • Calculations done using MATLAB and Python

ViSmartCab code icon


  • OpenAI taxi V2 implementation in C++ using SFML (Simple and Fast Multimedia Library)
  • Uses Q-Learning, a Reinforcement Learning technique

Blindfold Chess Trainer


  • A web app that helps users to train in blindfold chess by solving tactics on an empty board
  • Made with HTML, CSS and Javascript
  • Uses jQuery library

Mnemopy code icon


  • Memory training app for aspiring mnemonists
  • Includes modules for speed cards, spoken numbers, random words and binary numbers
  • uses PyQt5
  • Published to PyPI

Chalachithram


  • Android Quiz app based on dialogues from popular movies of Malayalam film industry
  • 4 different play modes, with other unlockable modes
  • Made with Android Studio as IDE
  • Written in Java

Déka-Dico


  • Android app that serves as a tool for memory trainers, to memorize spoken numbers
  • Ability to recall and check with the numbers in the session
  • Custom time delay for incremental improvement
  • Made with Android Studio as IDE
  • Written in Java

Simple Cricket code icon


  • A game of cricket akin to 'hand cricket', but with much more to choose from.
  • Has single-player, local multiplayer, tournament, tour modes and other customizable modes
  • Made with Godot Engine, a free, open source 2D/3D game engine
  • Written in GDScript

FEN2img [WIP]


  • A web tool that converts FEN chess notation to image
  • Supports multiple image types : SVG, PNG and JPEG
  • Multiple Image customizability options made available
  • Can be added as a bookmarklet or API call

Ozhukk [WIP]


  • Visualizes a bunch of fluid flows
  • HTML canvas used for flow display
  • written with HTML/CSS and javascript
  • Uses jQuery library

Markdown Previewer


  • converts plain markdown input to formatted HTML
  • Made with ReactJS
  • Prime forcus on simplicity and good design principles
  • Uses marked.js library for markdown conversion