Pinned Repositories
A_Star-algorithm-in-Python
The A-star algorithm is a graph search algorithm to find the shortest path from one node to another. More info on A-Star search algorithm : https://en.wikipedia.org/wiki/A*_search_algorithm
BootBlox
Ready-to-use Bootstrap CSS blocks
Crop-Yield-Prediction-using-ML
A simple Web application developed in order to provide the farmers/users an approximation on how much amount of crop yield will be produced depending upon the given input
DL-Image-Caption-Generator
A React based Web app to generate Image captions through CNN+LSTM
Feedback-Portal
A simple Feedback portal for educational institutes
Maze-Generator
A simple python program to generate a maze by following the "Randomized Prim's algorithm"
ML-K-Means-Clustering-Interactive
Implementation of K-Means Clustering Machine Learning algorithm
MusicBolt
A simple Music Recommender system built using Collaborative filtering and Spotify API. Built on top of MERN stack
Restaurant-Analysis-using-ML
A Web application developed using Django for helping people who wish to open new food outlets, decide cruicial factors like price and rating of the outlet.
ResumeBuilder-App
An android application developed to seamlessly create and download resumes through modern templates.
VaibhavSaini19's Repositories
VaibhavSaini19/Crop-Yield-Prediction-using-ML
A simple Web application developed in order to provide the farmers/users an approximation on how much amount of crop yield will be produced depending upon the given input
VaibhavSaini19/ResumeBuilder-App
An android application developed to seamlessly create and download resumes through modern templates.
VaibhavSaini19/BootBlox
Ready-to-use Bootstrap CSS blocks
VaibhavSaini19/MusicBolt
A simple Music Recommender system built using Collaborative filtering and Spotify API. Built on top of MERN stack
VaibhavSaini19/Restaurant-Analysis-using-ML
A Web application developed using Django for helping people who wish to open new food outlets, decide cruicial factors like price and rating of the outlet.
VaibhavSaini19/DL-Image-Caption-Generator
A React based Web app to generate Image captions through CNN+LSTM
VaibhavSaini19/Feedback-Portal
A simple Feedback portal for educational institutes
VaibhavSaini19/Maze-Generator
A simple python program to generate a maze by following the "Randomized Prim's algorithm"
VaibhavSaini19/VaibhavSaini19
VaibhavSaini19/ML-K-Means-Clustering-Interactive
Implementation of K-Means Clustering Machine Learning algorithm
VaibhavSaini19/Color-Picker-p5
An awesome looking simple color picker
VaibhavSaini19/Convex-Hull-Visualization-p5
The convex hull of a set of points in a plane is the set of smallest convex polygon that contains all the points.
VaibhavSaini19/CSS-Awesomeness
Just a bunch of nice Web pages & CSS animations created by me for fun :)
VaibhavSaini19/Floating-Particles-motion-p5
A simple background motion of floating particles
VaibhavSaini19/forge
Forensics Oriented Reporting Group Under Encryption
VaibhavSaini19/GitHubGraduation-2021
Join the GitHub Graduation Yearbook and "walk the stage" on June 5.
VaibhavSaini19/Image-Augmentation-OCR
VaibhavSaini19/Lorenz-Attractor-p5
Implementation of Lorenz attractor
VaibhavSaini19/MerchStore
A simple merchandise store web application built on MERN stack with Stripe payment gateway integrated
VaibhavSaini19/Minesweeper-Python-Tkinter
Implementation of the Minesweeper game using Tkinter GUI in Python
VaibhavSaini19/ML-K-Nearest-Neighbours-Interactive
Implementation of K-Nearest-Neighbours (KNN) Machine Learning algorithm. Made in p5.js
VaibhavSaini19/ML-Linear-Regression-Interactive
Implementation of Linear Regression Machine Learning algorithm using Gradient Descent. Made in p5.js
VaibhavSaini19/N-Queens-Python
Solving N-Queens problem using python and visualizing using matplotlib
VaibhavSaini19/Particles-Effect-p5
A simple implementation of Particles effect
VaibhavSaini19/React-Code-Pen
A Code Pen clone build with react integrating collaborative workspace for making it more intuitive and useful for developers to share and discuss ideas easily.
VaibhavSaini19/sanctuary
A secure synchronous lightweight chatroom with zero logging and total transience
VaibhavSaini19/SuDoKu-Generator
A simple Python program to generate a complete SuDoKu board.
VaibhavSaini19/syngrafias
A free and open-source synchronized authorship web-application for seamlessly collaborating on documents using intuitive cells
VaibhavSaini19/Tic-Tac-Toe-Python
GUI based Tic_Tac_Toe (against a computer)in Python
VaibhavSaini19/Tower-of-Hanoi-p5
Implementation of Tower of Hanoi game/puzzle