projects
Some side projects that I wrote and learnt from.
-
x3 live at x3.vinayakj02.comA speedcubing timer for the browser. Hold to start, WCA random-state scrambles, and Google sign-in to sync solves across devices.
-
seefoodIt's shazam for food but only hotdogs (from HBO's Silicon Valley), made using transfer learning (Densenet121)
-
Staging ServerAn on-demand deployment platform for reviewing and testing multiple branches of IRIS across different development environments.
-
IRIS Systems - Docker & InfrastructureAn 8-stage progressive task learning production-grade infrastructure — Docker, Nginx, load balancing, and automated backups — while building IRIS's deployment setup.
-
The BoardA real time whiteboard with rooms, built with websockets for collaborative drawing and jamming.
-
Doc (Discord Dictionary Bot)A discord dictionary bot created using discord.py . It can also answer general Q&A ( using OpenAI's GPT3 ) .
-
TCP Chat Server using SocketsA real-time chat application built with TCP sockets in Python, supporting multiple concurrent clients and advanced messaging features.