Pinned Repositories
BillBook
Boolean
DeepSpeech
A TensorFlow implementation of Baidu's DeepSpeech architecture
DotJoin
Joins dots to form more number of square and win the game
Majboor
MPI-Kmeans
To perform k-means clustering and parallelizing it through MPI
OpenMP-Kmeans
To perform k-means clustering and parallelizing it through OpenMP.
Zigsaw-Puzzle-solver
A program which solves any jigsaw puzzle with the help of Computer Vision technique.
CollegeHut
Its a platform where all the students of a college can keep track of the progress made by their gymkhana secreteries. It can also be used to conduct elections.
MediPlus
WebApp that helps the users to determine the disease they are suffering from based on the symptoms.
akuldr67's Repositories
akuldr67/BillBook
akuldr67/Boolean
akuldr67/DeepSpeech
A TensorFlow implementation of Baidu's DeepSpeech architecture
akuldr67/DotJoin
Joins dots to form more number of square and win the game
akuldr67/Majboor
akuldr67/MPI-Kmeans
To perform k-means clustering and parallelizing it through MPI
akuldr67/OpenMP-Kmeans
To perform k-means clustering and parallelizing it through OpenMP.
akuldr67/Zigsaw-Puzzle-solver
A program which solves any jigsaw puzzle with the help of Computer Vision technique.
akuldr67/gophercises
akuldr67/hello-world
hello
akuldr67/HnT---IIT-Mandi
The website for hikking and trekking club, IIT Mandi
akuldr67/Majbur
akuldr67/MPI-CovarianceMatrix
To calculate covariance matrix of the given dataset by MPI
akuldr67/MPI-QuickSort
To Sort given numbers by quick sort using MPI
akuldr67/OpenMP-CovarianceMatrix
To calculate covariance matrix of the given dataset by OpenMP iris.data is given as a dataset. Read the data from file and ignore the last column of each row in dataset.
akuldr67/OpenMP-QuickSort
To Sort given numbers by quick sort and parallelizing it by OpenMP.