Pinned Repositories
AdaptiveLearning_
An adaptive learning test taking algorithm along with test prototype.
Autopipe
An automated application for anyone to build their own texture classifier.
code_quality
A light-weight code quality check library for Python.
DiseasePredictor
Disease Predictor
exercises
Gerrymandering
This script calculates the estimated probability of a district being gerrymandered by giving just the name as input.
ImgClsf
High paced image classifier, low in accuracy
MaxHeapMinHeapPython
Implementation of Min Heap and Max Heap in Python
MCQdistractors-Generating-semantically-similar-text
This project aims to generate semantically and structurally similar text while keeping the context of the statement. Major use of this could be generating 2 or more distractors given the question and solution of a Multiple choice question.
Reconstructionandretrieval
An efficient software built for designers to reconstruct 3D mesh from an unlabelled, unordered set of images. It also has an additional feature of retrieving 3D meshes from online databases.
ArthDubey's Repositories
ArthDubey/code_quality
A light-weight code quality check library for Python.
ArthDubey/MCQdistractors-Generating-semantically-similar-text
This project aims to generate semantically and structurally similar text while keeping the context of the statement. Major use of this could be generating 2 or more distractors given the question and solution of a Multiple choice question.
ArthDubey/Reconstructionandretrieval
An efficient software built for designers to reconstruct 3D mesh from an unlabelled, unordered set of images. It also has an additional feature of retrieving 3D meshes from online databases.
ArthDubey/AdaptiveLearning_
An adaptive learning test taking algorithm along with test prototype.
ArthDubey/ImgClsf
High paced image classifier, low in accuracy
ArthDubey/Autopipe
An automated application for anyone to build their own texture classifier.
ArthDubey/DiseasePredictor
Disease Predictor
ArthDubey/exercises
ArthDubey/Gerrymandering
This script calculates the estimated probability of a district being gerrymandered by giving just the name as input.
ArthDubey/MaxHeapMinHeapPython
Implementation of Min Heap and Max Heap in Python
ArthDubey/Neuralclassifier
A High accuracy, easy to operate, webcam powered image classifier.
ArthDubey/Predict-Marks
This program tries to predict marks of a student based ONLY on a few factors. It uses a Dataset of students with their attributes and their marks. Warning- This is only indicative of the inclination
ArthDubey/SplitYourBills
Split payment maker
ArthDubey/sublime-installer
A Sublime Text Editor Installer made in shell script for the 2.0.1 version
ArthDubey/TestLogTime
To check just how fast Logarithmic time is, in comparison with linear time.