Pinned Repositories
AICrowd-Blitz-2
Chess and Labor problems in the AI-crowd Blitz challenge
Assembly-level-code-x86-
Wrote assembly line code as part of the course Computer Systems Organisation
C-Shell
Fully functional shell built as part of the course project for Operating Systems Class.
Car-Detection
A car detection system based on the YOLO model to detect cars in the given image dataset
Clash-of-Titans
Feature-rich, terminal based game, employing Python and comprehensive OOP principles (Encapsulation, Inheritance, Abstraction, and Polymorphism) and OS multi-threading and asynchronous I/O operations.
Convolutional-Neural-Nets
Contains CNN models implemented for basic computer vision tasks such as classification, object detection, and many more.
CORAL-ASU
DBMS_GYMS
A database management system to manage several branches of a gym throughout the country.
Face-Recognition
A Siamese Network which uses one-shot learning to compare two characters to a variety of 23 alphabet spaces and recognizes the similarity using L2 distance using a custom created 10-layer CNN later passed into a softmax unit,Jupyter,Tensorflow,Keras
FinLLM-Equity-Research-Tool
A LLM based financial research specialising in tracking and analysing publicly traded equities.
McHarold404's Repositories
McHarold404/Face-Recognition
A Siamese Network which uses one-shot learning to compare two characters to a variety of 23 alphabet spaces and recognizes the similarity using L2 distance using a custom created 10-layer CNN later passed into a softmax unit,Jupyter,Tensorflow,Keras
McHarold404/AICrowd-Blitz-2
Chess and Labor problems in the AI-crowd Blitz challenge
McHarold404/Assembly-level-code-x86-
Wrote assembly line code as part of the course Computer Systems Organisation
McHarold404/C-Shell
Fully functional shell built as part of the course project for Operating Systems Class.
McHarold404/Car-Detection
A car detection system based on the YOLO model to detect cars in the given image dataset
McHarold404/Clash-of-Titans
Feature-rich, terminal based game, employing Python and comprehensive OOP principles (Encapsulation, Inheritance, Abstraction, and Polymorphism) and OS multi-threading and asynchronous I/O operations.
McHarold404/Convolutional-Neural-Nets
Contains CNN models implemented for basic computer vision tasks such as classification, object detection, and many more.
McHarold404/CORAL-ASU
McHarold404/DBMS_GYMS
A database management system to manage several branches of a gym throughout the country.
McHarold404/FinLLM-Equity-Research-Tool
A LLM based financial research specialising in tracking and analysing publicly traded equities.
McHarold404/Full-Stack-ECom
Full stack E-commerce application
McHarold404/Genetic_Algorithms
McHarold404/Hand-Digit-Recognition
A project to compare the performances of a CNN, A Residual Net, and an Artifical Neural Net on MNSIT dataset to classify images
McHarold404/IIIT-Courses-Resources
Resources related to IIITH courses which we used or learned about too late.
McHarold404/ISS
McHarold404/McHarold404.github.io
Personal Portfolio
McHarold404/MERN-Job-Portal
Two faceted job application portal built in the MERN stack supporting functionalities for both applicants and recruiters
McHarold404/Neural-Style-Transfer
Neural Style art transfer made using a VGG-16 CNN using Keras and Tensorflow.Implementation of A Neural Algorithm of Artistic Style by Leon A Gatys et al.This rendition has been done along with scipy F_miin_1bfgs_b optimizer.Python,Tensorflow,Keras
McHarold404/Precog-Recruitement
McHarold404/PreCogIIITH-HinglishEval-INLG-2022
Hinglish Eval 2022 submission
McHarold404/PythonGame
McHarold404/Quantum-Computing
A report on Quantum Computing for Algorithm Analysis and Design course duing Monsoon'20
McHarold404/sipser-computation-3rd-solutions
Solutions to all questions of the book Introduction to the Theory of Computation, 3rd edition by Michael Sipser
McHarold404/Wikipedia-Search-Engine
McHarold404/xv6-OS-Extended
An extended version of MIT's xv-6 operating system