Sainitin D's repositories
Algorithm-Visualizer
Created an algorithms visualizer using Javascript, VueJS, HTML & CSS. Specifically, It allows you to visualize DFS, BFS, & Dijkstra algos to find the shortest path between a start and end cell.
Moving-Terrain
Created a minecraft-like terrain using perlin noise in P5js. Based on noise, it generates different colors for terrain and generates clouds. It also adds minecraft trees on grassy terrain blocks.
File-Tree-Generator
A project that when given a folder path, generates a tree of all the files inside it. I created this using pure python and its base packages formyself and shared for others to use.
Python-to-LC-3-Assembly
Working on a python code to LC-3 Parser. Idea is to use reg-ex and a lot of trail and error to get the parser working.
Tic-Tac-Toe-with-GUI
This is my implementation of tic tac toe using python, pygame and tkinter. I created this a while ago to get familiar with python, UI design and make something along the way.
portfolio
My portfolio website built with VueJs
Best-README-Template
An awesome README template to jumpstart your projects!
Websocket-server
Created a websocket implementation with both a client and server. Used html and CSS to create the frontend with autoscrolling down.
Dog-Breed-Identifier-using-CNN
Dog breed Idenfitifer using Convolutional Neural Networks. This project was finished as part of Udacity's Deep learning Nanodegree