Projects
Himalyan Camps - Explore, review and book the best campsites all around India.
Now That's Delicious A full stack restaurant application which users can search, geolocate, review and curate their favourite restaurants from around the world.
Automata - cellular automata simulation

Modeled after Conway's Game of Life, Automata is a small simulation, near-zero-player game where simulated broods of cellular automata fight each other for control of a grid. Players can influence the outcome of the game by clicking on the grid to place new cells. Source available on GitHub.
@secresea - anonymous secret-sharing Twitter bot
@secresea is a Twitter bot that allows user to follow it and send it a direct message containing a secret. Tweeting once per hour, it tweets these messages publicly but anonymously. Source available on GitHub.
NovelCreator - natural language processing script that replicates the rhythm of existing texts
Built for NaNoGenMo 2017, NovelCreator is a Python script that takes in the body of a text, constructs a "frame" of the syllables in the text and matches the sentences from another corpus into the frame, generating a new text that has similar rhythm to the original. Source available on GitHub.