Avinash2468
MS CS (ML) student at Georgia Tech. Graduated from IIITH in 2022.
Georgia Insitute of TechnologyAtlanta
Pinned Repositories
avinash2468.github.io
Basics-of-Image-Processing
Basics of Image Processing implemented using python
Computer-Vision
A collection of assignments done during the Computer Vision course at IIIT-H during Spring 2021.
Covid-Detection-from-X-rays
CNN model to detect the presence of COVID-19 from X-RAY images.
DDR2_Controller
IOT_STREETLIGHTS
Energy conservation through smart management of streetlights
RackLay
RackLay: Monocular Multi-Layered Layout Estimation for Warehouses with Sim2Real Transfer
Robotic-Vision
A collection of assignments and projects done as part of the Mobile Robotics course at IIIT-H during Monsoon 2020. Detailed description of the project/code is present in the jupyter notebooks.
Seam-Carving
An implementation of the Seam Carving algorithm to resize images. Implemented using dynamic programming.
Statistical-Methods-in-Artifical-Intelligence
Repository containing my implementations of basic techniques used in statistical methods in artificial intelligence.
Avinash2468's Repositories
Avinash2468/RackLay
RackLay: Monocular Multi-Layered Layout Estimation for Warehouses with Sim2Real Transfer
Avinash2468/avinash2468.github.io
Avinash2468/Robotic-Vision
A collection of assignments and projects done as part of the Mobile Robotics course at IIIT-H during Monsoon 2020. Detailed description of the project/code is present in the jupyter notebooks.
Avinash2468/Seam-Carving
An implementation of the Seam Carving algorithm to resize images. Implemented using dynamic programming.
Avinash2468/Algorithms_OperatingSystems
Assignments done as part of the Algorithms and Operating Systems course at IIIT-Hyderabad.
Avinash2468/Computer-Vision
A collection of assignments done during the Computer Vision course at IIIT-H during Spring 2021.
Avinash2468/Covid-Detection-from-X-rays
CNN model to detect the presence of COVID-19 from X-RAY images.
Avinash2468/AI_CRUD_APP
Avinash2468/api
Our Database
Avinash2468/C-shell
A working linux shell built in C. Supports all basic commands including redirection, piping, etc.
Avinash2468/Compiler
A nanopass compiler for (a subset of) Racket -> x86-64, implemented in Racket
Avinash2468/Computer-Networks_LAN-Design
Avinash2468/Computer-Vision-Algorithms
A python-based implementation of classic computer vision algorithms.
Avinash2468/HypHC
Hyperbolic Hierarchical Clustering.
Avinash2468/idr
Avinash2468/Layout_Estimation
Avinash2468/market_scheduler
Here, we plan on developing a website which schedule the time-slots people will visit the nearest shop. This project's importance is amplified given the amount of problems the novel coronavirus is presenting.
Avinash2468/Medical-VQA
A simple yet effective model for medical visual question answering by combining an image-based encoder (ConvNeXt) with a text encoder (BERT), matching SOTA performance (72% acc.) on the VQA-RAD dataset.
Avinash2468/mini-GPT
Pytorch implementation of a custom GPT for text generation in the style of input data.
Avinash2468/Multi-threaded-Web-Server
A multi-threaded web server implemented in C.
Avinash2468/nerf
Code release for NeRF (Neural Radiance Fields)
Avinash2468/NeRF-Factory
An awesome PyTorch NeRF library
Avinash2468/Online-Shopping-Webapp
Web application based on MERN stack - MongoDB, Express.js, React.js, and Node.js.
Avinash2468/POSCM_Project
Avinash2468/Pose_Racklay
Avinash2468/Psychology_Project
Effect of elevation on altruistic behaviour
Avinash2468/RAG_LLM
Avinash2468/Robotic-Planning-Navigation
A collection of assignments done as part of the Robotics: Planning & Navigation course at IIIT-H during Spring 2021.
Avinash2468/smoothquant
[ICML 2023] SmoothQuant: Accurate and Efficient Post-Training Quantization for Large Language Models
Avinash2468/SuperMario
Linux terminal-based game similar to Super Mario with obstacles and powerups using OOPs concepts.