Vasu Gupta's repositories
Yolo-Vehicle-Counter
This project aims to count every vehicle (motorcycle, bus, car, cycle, truck, train) detected in the input video using YOLOv3 object-detection algorithm.
IoT-Traffic-Surveillance-System
This repository contains the code for an IoT Traffic Surveillance System using a fog-computing architecture. The system uses an adaptive video encoding algorithm that switches the video encoding at specific intervals to reduce the required network bandwidth.
Car-Rental-Agency
This project involves the design and implementation of a relational database system to support the operations of a hypothetical car rental agency. The program allows a customer to process rental reservations, during which they will check for available cars on specific dates and locations. Also, the admin portal allows an administrator to log in and add, remove, or modify customer information, car information, employee information, and pricing information. The admin portal also allows the admin to pull statistics about the most popular branch, employee, top customers, and top cars based on filters like Branch, City, Province, or Country.
Glaucoma-Diagnosis
In order to perform Glaucoma Diagnosis, image segmentation is performed to identify the size of Optic Disk and Cup. This repository contains U-Net segmentation network for the retinal image segmentation.
Loan-Default-Prediction
This repository contains different approaches to predict loan defaults based on the past user history. A loan only gets approved if the personal is not found to be a defaulter.
Codenames-Web
This repository contains a RESTful API and front-end for Codenames web implementation.
Comparing-Sorting-Algorithms
This program compares Merge Sort, Heap Sort, Quick Sort and Selection Sort algorithms in terms of elapsed time, array accesses, memory consumed and the number of recursive calls.
Portfolio-Website
This repository contains the code for my portfolio website I have designed and created from scratch.
Visual-Assistance-Software
The software is intended for the use of visually impaired people to avoid potential collisions.
Hanoi-Towers
This game about solving the Towers of Hanoi containing 3 posts and user-defined number of disks. It is written in python and makes use of graphics.py library to create visual effects.
Maze-Solver
This program solves the mazes by using recursion and backtracking.
Multithreaded-Matix-Multiplication
This is a multi-threaded program that multiplies square matrices. The matrices are stored in binary files which contains 32-bit integers.
Property-Assessment-App
This app uses City of Edmonton property assessment data makes it possible for user to extract and visualize data in real time.