Pinned Repositories
4-bit-multiplier
Design, Layout and performance analysis of a simple 4x4 multiplier circuit simulated in ngspice with power and time-delay calculations.
awesome-hacktoberfest
A curated list of awesome Hacktoberfest 2023 repositories, guides and resources
C-Shell
A linux-based shell written in C.
chatter-box
A chat web-app build in ReactJS with firebase for day-to-day conversations. Supports image sharing and instant messaging and deployed on netlify.
CV-Sandbox
A collection of Computer Vision mini-projects tuned for a number of tasks, including face detection, object detection, image segmentation and CLIP. Trained on popular datasets and includes comparative study of the methods. Done as a part of S24 course : Computer Vision at IIIT Hyd
GoatPad
A simple GUI Notepad Application in Java
ML-Algos
A collection of fundamental Machine Learning Algorithms Implemented from scratch along-with their applications for various ML tasks like clustering, thresholding, data analysis, prediction, regression and image classification.
mytop
A terminal based top program build in C that monitors system resources like memory usage, cpu utilization, and battery stats along-with detailed list of processes and their attributes.
Single-Image-Depth-Estimation
Implementation of Algorithms for estimating the defocus map from a single defocused image source using image processing techniques and mathematical modelling.
y86-64-bit-processor
Implementation of both, sequential and 5-stage pipelined x86 64-bit processor in Verilog, designed to handle data dependencies like load-use hazard, invalid return, and jump misprediction along with data-forwarding.
MrTejas's Repositories
MrTejas/GoatPad
A simple GUI Notepad Application in Java
MrTejas/Single-Image-Depth-Estimation
Implementation of Algorithms for estimating the defocus map from a single defocused image source using image processing techniques and mathematical modelling.
MrTejas/y86-64-bit-processor
Implementation of both, sequential and 5-stage pipelined x86 64-bit processor in Verilog, designed to handle data dependencies like load-use hazard, invalid return, and jump misprediction along with data-forwarding.
MrTejas/4-bit-multiplier
Design, Layout and performance analysis of a simple 4x4 multiplier circuit simulated in ngspice with power and time-delay calculations.
MrTejas/awesome-hacktoberfest
A curated list of awesome Hacktoberfest 2023 repositories, guides and resources
MrTejas/C-Shell
A linux-based shell written in C.
MrTejas/chatter-box
A chat web-app build in ReactJS with firebase for day-to-day conversations. Supports image sharing and instant messaging and deployed on netlify.
MrTejas/CP-Algorithms
A collection of Competitive Programming Algorithms in C++
MrTejas/ctf-tools
Add links to your favorite CTF tools to make other people lives easier .
MrTejas/CV-Sandbox
A collection of Computer Vision mini-projects tuned for a number of tasks, including face detection, object detection, image segmentation and CLIP. Trained on popular datasets and includes comparative study of the methods. Done as a part of S24 course : Computer Vision at IIIT Hyd
MrTejas/first-contributions
🚀✨ Help beginners to contribute to open source projects
MrTejas/Hackathon2k22
Entrance/Exit Verification for IIIT-H
MrTejas/Hacktoberfest2022
Hacktoberfest 2022 OPEN FIRST Pull Request - FREE T-SHIRT🎉
MrTejas/Imagic
A simple python based Image editor application
MrTejas/ML-Algos
A collection of fundamental Machine Learning Algorithms Implemented from scratch along-with their applications for various ML tasks like clustering, thresholding, data analysis, prediction, regression and image classification.
MrTejas/mytop
A terminal based top program build in C that monitors system resources like memory usage, cpu utilization, and battery stats along-with detailed list of processes and their attributes.
MrTejas/Quadrature-Down-Convertor
A QDC used in receiving end of Analog Communication Systems made as a part of Analog Electronic Circuits Course of Spring 2021
MrTejas/DIP-Assignments
Assignments for Digital Image Processing course done as a part of Monsoon-23 Semester at IIIT Hyderabad
MrTejas/MrTejas
MrTejas/MrTejas.github.io
My own Portfolio Website
MrTejas/Noisy-Sorting
Contains code and simulations for the noisy sorting algorithms and bounds on that.
MrTejas/Sample_Repo
Just a test repository for learning
MrTejas/SampleRep
Sample Repository for Learning
MrTejas/SuperCompression
A python library for image compression using Machine Learning