vaasugambhir
Coding enthusiast | Machine Learning | Application Development | 4th year CSE in NIT Trichy
@spidernittChennai, Tamil Nadu
Pinned Repositories
ARVRFurnitureKart
An Online Furniture Shopping AR App integrated with a VR Room
CFS-StairCase-Scheduler-Algorithms
A simple implementation of Completely Fair Scheduler and Staircase Scheduler algorithms used in some Operating Systems
ChaCha
This is an implementation of the ChaCha stream cipher in C. This is a learning project.
DigitRecognizer
An app that recognizes handwritten digits, either through an in-built canvas or through a photo of a handwritten digit (on paper) taken by the camera and outputs the respective number using a Machine Learning algorithm (Neural Network) via text and voice.
DocumentScannerCode
A python script that reads an image and finally prints out the scanned, bird's-eye view of the document present in the image, also provides options to enhance the image
DotsAndBoxes
A dots and boxes game implemented on an Android App. Has multiplayer functionality for players 2-6 players.
E-ART_encryption
An encryption algorithm based on the reflection of a Binary Search Tree
FileManagerPro
A basic File Manager app with simplistic UI that can delete, copy and move fies around
MyPhotoEditor
A photo editor app that implements functionalities like rotate, paint, add text, etc.
node.js-drive-api-upload-image
A node.js code integrated with multer and Google Drive API to help upload files
vaasugambhir's Repositories
vaasugambhir/MyPhotoEditor
A photo editor app that implements functionalities like rotate, paint, add text, etc.
vaasugambhir/node.js-drive-api-upload-image
A node.js code integrated with multer and Google Drive API to help upload files
vaasugambhir/ARVRFurnitureKart
An Online Furniture Shopping AR App integrated with a VR Room
vaasugambhir/DigitRecognizer
An app that recognizes handwritten digits, either through an in-built canvas or through a photo of a handwritten digit (on paper) taken by the camera and outputs the respective number using a Machine Learning algorithm (Neural Network) via text and voice.
vaasugambhir/FileManagerPro
A basic File Manager app with simplistic UI that can delete, copy and move fies around
vaasugambhir/CFS-StairCase-Scheduler-Algorithms
A simple implementation of Completely Fair Scheduler and Staircase Scheduler algorithms used in some Operating Systems
vaasugambhir/ChaCha
This is an implementation of the ChaCha stream cipher in C. This is a learning project.
vaasugambhir/DocumentScannerCode
A python script that reads an image and finally prints out the scanned, bird's-eye view of the document present in the image, also provides options to enhance the image
vaasugambhir/DotsAndBoxes
A dots and boxes game implemented on an Android App. Has multiplayer functionality for players 2-6 players.
vaasugambhir/E-ART_encryption
An encryption algorithm based on the reflection of a Binary Search Tree
vaasugambhir/Fitmedik-Server
vaasugambhir/FitmedikWebsite
vaasugambhir/hmac-fastapi
A FastAPI REST API service that runs HMAC code to generate and verify a digest
vaasugambhir/keyfinder
A tool for differential cryptanalysis of a basic SPN cipher: 4x4 S-box, 16bit input/output, 4 rounds, 80bit key, 16bit round keys.
vaasugambhir/Leaf-Question-Generation
Easy to use and understand multiple-choice question generation algorithm using T5 Transformers.
vaasugambhir/mining-large-datasets
Python implementation of the Apriori, PCY, Multistage and Multihash algorithms
vaasugambhir/mnist-digit-classification
A simple observation on performance of Logistic Regression Model, Dense Neural Network, Custom CNN and VGG-16 CNN on the MNIST handwritten digits datasets
vaasugambhir/multi-object-detection-and-tracking
vaasugambhir/NASA_observatory
An app that displays NASA's own picture/video of the day, done through retrofit API calls to NASA's own API library
vaasugambhir/simple_flutter_notes_app
Simple flutter app integrated with a Notes API backend server
vaasugambhir/SmartClock
A clock app that has features of: a stop watch (with lapped timings), a timer and ability to make and manage mutliple alarms
vaasugambhir/TicTacToe
A basic Tic Tac Toe app that has functionalities of single player and multi player. Single player is implemented using an AI following minimax algorithm