Avinash Prabhu's repositories
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.
Algorithms_OperatingSystems
Assignments done as part of the Algorithms and Operating Systems course at IIIT-Hyderabad.
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.
Computer-Vision-Algorithms
A python-based implementation of classic computer vision algorithms.
CS149_asst2
Stanford CS149 -- Assignment 2
CS149_asst3
Stanford CS149 -- Assignment 3
HypHC
Hyperbolic Hierarchical Clustering.
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.
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.
Multi-threaded-Web-Server
A multi-threaded web server implemented in C.
nerf
Code release for NeRF (Neural Radiance Fields)
NeRF-Factory
An awesome PyTorch NeRF library
Online-Shopping-Webapp
Web application based on MERN stack - MongoDB, Express.js, React.js, and Node.js.
Psychology_Project
Effect of elevation on altruistic behaviour
Robotic-Planning-Navigation
A collection of assignments done as part of the Robotics: Planning & Navigation course at IIIT-H during Spring 2021.
smoothquant
[ICML 2023] SmoothQuant: Accurate and Efficient Post-Training Quantization for Large Language Models
SuperMario
Linux terminal-based game similar to Super Mario with obstacles and powerups using OOPs concepts.