Pinned Repositories
BufferManager
Implement a version of the Buffer Manager layer of Minibase, without support for concurrency control or recovery.
Color-Transfer
Color-Transfer
Gkunte11.github.io
Internet-Relay-Chat---Python-
RC or Internet Relay Chat is an application that lets multiple users communicate via text messages with each other in common "virtual" rooms. Implements the functionality of being able to create a room, join a room, leave a room, and list rooms available. Other features such as private chat has been implemented.
Midi-file-generation-using-RNNs-and-LSTM
Midi file generation using Recurrent Neural Networks with LSTM.
Object-Shape-Recognition
Implemented the research paper - “Object Shape Recognition in Image for Machine Vision Application”. It follows RGB to HSL image conversion, thresholding, image filling, median filtering, edge detection, image thinning and shape recognition.
Parallel-Processing-of-GRAPES-3-event-data
Parallelizing the GRAPES - (Gamma Ray Astrophysics at Peta eV EnergieS) event data which was stored in ROOT format. We used PROOF (Parallel ROOT Facility) for calculating the computations related to the cosmic ray events.
Process-Thread-and-Frame-Managers
Producer-Consumer-and-Dining-Philosopher
Quick-Sort-in-CUDA-and-OpenMP
Comparison of execution time of quick sort using CUDA and OpenMP
Gkunte11's Repositories
Gkunte11/BufferManager
Implement a version of the Buffer Manager layer of Minibase, without support for concurrency control or recovery.
Gkunte11/Color-Transfer
Color-Transfer
Gkunte11/Gkunte11.github.io
Gkunte11/Internet-Relay-Chat---Python-
RC or Internet Relay Chat is an application that lets multiple users communicate via text messages with each other in common "virtual" rooms. Implements the functionality of being able to create a room, join a room, leave a room, and list rooms available. Other features such as private chat has been implemented.
Gkunte11/Midi-file-generation-using-RNNs-and-LSTM
Midi file generation using Recurrent Neural Networks with LSTM.
Gkunte11/Object-Shape-Recognition
Implemented the research paper - “Object Shape Recognition in Image for Machine Vision Application”. It follows RGB to HSL image conversion, thresholding, image filling, median filtering, edge detection, image thinning and shape recognition.
Gkunte11/Parallel-Processing-of-GRAPES-3-event-data
Parallelizing the GRAPES - (Gamma Ray Astrophysics at Peta eV EnergieS) event data which was stored in ROOT format. We used PROOF (Parallel ROOT Facility) for calculating the computations related to the cosmic ray events.
Gkunte11/Process-Thread-and-Frame-Managers
Gkunte11/Producer-Consumer-and-Dining-Philosopher
Gkunte11/Quick-Sort-in-CUDA-and-OpenMP
Comparison of execution time of quick sort using CUDA and OpenMP
Gkunte11/Scala-Programming-Assignments
Programming Assignments from CS558
Gkunte11/Sleeping-Barber-and-Gaming-Parlor
Gkunte11/teaching-vision
the framework for my computer vision class, in which the students are ought to solve various exercises
Gkunte11/teaching-webdev
the framework for my full stack web development class, in which the students are ought to solve various exercises
Gkunte11/trailhead-code-samples
Public code samples to support Trailhead challenges
Gkunte11/Vector-addition-in-CUDA-
Gkunte11/WeatherWise