Pinned Repositories
Academia-Campus-Repository
Academia is a Django-based Campus Repository designed to streamline the file-sharing process between teachers and students. The platform offers distinct homepages for both teachers and students, each tailored to their specific needs.
AssetBlock-Assest-Management-System
AssetBlock is a platform revolutionizing asset management through the power of blockchain technology. With AssetBlock, users can track, transfer, and trade assets seamlessly, unlocking new levels of accessibility and liquidity.
Codeforces
Data_Structures_and_Algorithms
Implementations of Data Structures and Algorithms. Inspired from the Design and Analysis of Algorithms course from 3rd year, B Tech, CSE, Amrita Vishwa Vidyapeetham, Coimbatore taught by Dr. Vidya Balasubramanian ma'am.
DocXense-AI-Study-Helper
DocXense is a versatile document analysis tool powered by advanced natural language processing. It offers two key functionalities: Question answering with RAG confidence indicators, Topic-based scoring
Feature-Extraction-from-Images-using-Qwen-VL-2B
Hack-Assembler
Assembler is a tool used to convert a Hack Assembly Language program, which is a text file with a .asm extension, into binary machine code (Hack Machine Language). Implementation is done in Python.
Integrated-Management-System-Consumer-Goods
The Integrated Management System optimizes canteen, store, and delivery operations through a Java-based solution with a user-friendly JavaFX GUI.
Leetcode
Here, I will be updating the Leet Code Questions that I've solved. The answers will be correct but it may not always have the best runtime and memory usage. Bear with me.
TaxEase.AI-Vertex-AI-Agent
TaxEase.AI is a user-friendly AI assistant designed to demystify and simplify US tax filing, a system that has become needlessly convoluted and stressful for millions of Americans.
VishalTheHuman's Repositories
VishalTheHuman/Feature-Extraction-from-Images-using-Qwen-VL-2B
VishalTheHuman/TaxEase.AI-Vertex-AI-Agent
TaxEase.AI is a user-friendly AI assistant designed to demystify and simplify US tax filing, a system that has become needlessly convoluted and stressful for millions of Americans.
VishalTheHuman/Academia-Campus-Repository
Academia is a Django-based Campus Repository designed to streamline the file-sharing process between teachers and students. The platform offers distinct homepages for both teachers and students, each tailored to their specific needs.
VishalTheHuman/Hack-Assembler
Assembler is a tool used to convert a Hack Assembly Language program, which is a text file with a .asm extension, into binary machine code (Hack Machine Language). Implementation is done in Python.
VishalTheHuman/Integrated-Management-System-Consumer-Goods
The Integrated Management System optimizes canteen, store, and delivery operations through a Java-based solution with a user-friendly JavaFX GUI.
VishalTheHuman/AssetBlock-Assest-Management-System
AssetBlock is a platform revolutionizing asset management through the power of blockchain technology. With AssetBlock, users can track, transfer, and trade assets seamlessly, unlocking new levels of accessibility and liquidity.
VishalTheHuman/Codeforces
VishalTheHuman/Data_Structures_and_Algorithms
Implementations of Data Structures and Algorithms. Inspired from the Design and Analysis of Algorithms course from 3rd year, B Tech, CSE, Amrita Vishwa Vidyapeetham, Coimbatore taught by Dr. Vidya Balasubramanian ma'am.
VishalTheHuman/DocXense-AI-Study-Helper
DocXense is a versatile document analysis tool powered by advanced natural language processing. It offers two key functionalities: Question answering with RAG confidence indicators, Topic-based scoring
VishalTheHuman/File-Sharing-with-Merkle-Tree-Validation
Implements a basic file transfer and validation system using a Merkle Tree. The system follows a client-server architecture, allowing users to upload files from the client to the server and download files from the server to the client.
VishalTheHuman/GeeksForGeeks
VishalTheHuman/Grey-Level-Slicing-in-C
Grey level slicing is a technique used in image processing to enhance regions of interest by highlighting them while suppressing others based on their intensity levels. It isolates specific grey levels within an image to emphasize or eliminate certain features.
VishalTheHuman/Hack-VM-Translator
The Hack VM Translator is a program that translates Hack VM code into Hack Assembly code. It is used in the Nand2Tetris course to convert high-level code written in the Hack VM language into low-level code that can be executed on the Hack computer platform.
VishalTheHuman/Leetcode
Here, I will be updating the Leet Code Questions that I've solved. The answers will be correct but it may not always have the best runtime and memory usage. Bear with me.
VishalTheHuman/Tic-Tac-Toe-Using-Tkinter
Tic-Tac-Toe Game developed using Tkinter Module in Python
VishalTheHuman/VishalTheHuman
Config files for my GitHub profile.
VishalTheHuman/LeetPath
A graph-based personalized LeetCode question recommender that uses probabilistic reasoning and topic modeling for skill enhancement.
VishalTheHuman/Request-Response-Simulation
The Request Response Simulation project aims to create a system for simulating HTTP operations (GET, PUT, POST, DELETE) on files.