Pinned Repositories
Academic-Management-System
This academic management system manages the students , teachers and the academic administration of an institute. It provides facilities for the complete institutional journey of the stakeholders.
Backendify
Backendify is aimed to help developers to transform systems or services into powerful backend solutions with ease, empowering efficient data storage and authentication services. It encapsulates the essence of converting and enabling applications for backend operations.
CUCU-Compiler
Compiler for custom cu language. This is created using flex and bison. The language supports arithmetic operations, conditional statements, functions and loops.
Facial-Analysis-Webapp
This web app takes an image as input and the machine learning model will try to predict the name of the person in the image and his emotion. Deployed using Django.
Nearest-Neighbour-Algorithm-using-KD-Trees
Implementation of nearest neigbours algorithm using a custom KD Tree and stack data structure so as to predict the outcome of a given set of data points by figuring out its similarity between other existing data points in the database.
portfolio-gen-public
A no-code platform for portfolio management. Fill up your details and boom! Your professional portfolio website is live within seconds!
PreproModel
A web app to simplify the data pre processing steps and hyper parameter tuning process of machine learning models. It helps in selecting the best model with optimal parameters.
SourceM
SourceM aims to improve developer experience while building applications by helping them to monitor various facets of the source code . The application provides a visual representation of data that allows the developer to identify possible bottlenecks and points of disruption in the program.
testing-snippets
UCP-ChampSim
Implementation of the Utility Based cache partitioning algorithm in the trace based cache simulator, ChampSim.
subham-71's Repositories
subham-71/testing-snippets
subham-71/SourceM
SourceM aims to improve developer experience while building applications by helping them to monitor various facets of the source code . The application provides a visual representation of data that allows the developer to identify possible bottlenecks and points of disruption in the program.
subham-71/Backendify
Backendify is aimed to help developers to transform systems or services into powerful backend solutions with ease, empowering efficient data storage and authentication services. It encapsulates the essence of converting and enabling applications for backend operations.
subham-71/UCP-ChampSim
Implementation of the Utility Based cache partitioning algorithm in the trace based cache simulator, ChampSim.
subham-71/CUCU-Compiler
Compiler for custom cu language. This is created using flex and bison. The language supports arithmetic operations, conditional statements, functions and loops.
subham-71/Nearest-Neighbour-Algorithm-using-KD-Trees
Implementation of nearest neigbours algorithm using a custom KD Tree and stack data structure so as to predict the outcome of a given set of data points by figuring out its similarity between other existing data points in the database.
subham-71/Academic-Management-System
This academic management system manages the students , teachers and the academic administration of an institute. It provides facilities for the complete institutional journey of the stakeholders.
subham-71/Facial-Analysis-Webapp
This web app takes an image as input and the machine learning model will try to predict the name of the person in the image and his emotion. Deployed using Django.
subham-71/portfolio-gen-public
A no-code platform for portfolio management. Fill up your details and boom! Your professional portfolio website is live within seconds!
subham-71/PreproModel
A web app to simplify the data pre processing steps and hyper parameter tuning process of machine learning models. It helps in selecting the best model with optimal parameters.
subham-71/ai-fusion
subham-71/Bag-of-Visual-Words
A classification of the Fashion - MNIST dataset using Bag of Visual words technique with K Means clustering.
subham-71/Bits-n-Bytes
Data analysis work with which we bagged the runner's up position in the national level data analytics case study competition organized by IIM Bangalore and The Math Company.
subham-71/CS202_Labs_2021-W
Repository containing all lab assignments for CS202 course offered in 2021-W at IIT-Ropar.
subham-71/Cycle-Theft-Detection
subham-71/docker-helloworld-demo
subham-71/GCP-Hospital-Management
subham-71/Green-Logistics-Optimization
subham-71/Hangman
Hangman game
subham-71/Hospital-Management
Hospital management system that streamlines a patient's journey in a hospital. It has solutions for all stakeholders in the entire hospital machinery from receiptionist, doctor, lab to the medicine shop.
subham-71/Library-Management
Library Management web-app web app using firebase with CRUD operations.
subham-71/model-test-deployment
subham-71/portfolio
Portfolio Website
subham-71/product-catalog-crud
subham-71/Scalable-Ticketing-System
subham-71/Self-Driving-Car-RL
This is a basic self -driving car made using kivy app. Deep Q-learning is used to train the car so as to sense road boundaries, avoid obstacles and drive.
subham-71/subham-71
Profile
subham-71/TCP-client-server-model-I
TCP client server model for a ticket booking system and reversing a string created during CS304 course.
subham-71/TCP-client-server-model-II
TCP client server models for file sharing , chat application and computational tasks.
subham-71/TicTacToe
Smart Tic Tac Toe game. The computer tries to block your moves and win the game. It is created using Java.