Pinned Repositories
anomalib
An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-parameter optimization, and edge inference.
Ashutosh-Gera
Config files for my GitHub profile.
CSE112_group_project
Assembler & simulator created for a given ISA as a part of our group project under computer organization course in IIIT - Delhi
Econometrics
Econometric regression analysis on the groundwater quality data of India to verify the Environmental Kuznets curve
floride
An E2E DataBase application for cab booking using MySQL and FastAPI
interpreter-in-go
Linux-Process-and-Thread-Scheduling
This a repository containing use of Linux Scheduling policies for three threads, three process. The last part includes a simple syscall implementation in Linux.
LinuxIPC-KernelModule
Repository containing Linux Process Synchronization, Inter-process communication and a custom kernel module.
music-recommendation-system-using-ml
Tank-stars
A clone of the popular Android/iOS game "Tank Stars" for Desktop built using Java and LibGDX
Ashutosh-Gera's Repositories
Ashutosh-Gera/interpreter-in-go
Ashutosh-Gera/music-recommendation-system-using-ml
Ashutosh-Gera/anomalib
An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-parameter optimization, and edge inference.
Ashutosh-Gera/Ashutosh-Gera
Config files for my GitHub profile.
Ashutosh-Gera/Assembly-Programming
Repository containing my .asm programs
Ashutosh-Gera/CSE112_group_project
Assembler & simulator created for a given ISA as a part of our group project under computer organization course in IIIT - Delhi
Ashutosh-Gera/data-structures-and-algorithms
Repository containing various data structures and algorithms I've implemented. All are done in mostly C++/C language.
Ashutosh-Gera/Econometrics
Econometric regression analysis on the groundwater quality data of India to verify the Environmental Kuznets curve
Ashutosh-Gera/floride
An E2E DataBase application for cab booking using MySQL and FastAPI
Ashutosh-Gera/Giggles
An app made in our effort to make toys more accessible as well as affordable to the kids as a part of our project in Red Brick hacks 2022
Ashutosh-Gera/InterProcess-Communications
Repository containing programs [in C] demonstrating Inter-process communication using three techniques, namely (i) UNIX domain sockets (ii) FIFOs (iii) Shared memory
Ashutosh-Gera/Linux-Process-and-Thread-Scheduling
This a repository containing use of Linux Scheduling policies for three threads, three process. The last part includes a simple syscall implementation in Linux.
Ashutosh-Gera/LinuxIPC-KernelModule
Repository containing Linux Process Synchronization, Inter-process communication and a custom kernel module.
Ashutosh-Gera/Tank-stars
A clone of the popular Android/iOS game "Tank Stars" for Desktop built using Java and LibGDX
Ashutosh-Gera/graphy
Ashutosh-Gera/IP_Assignments
A collection of all the assignments done by me in the CSE-101 [Intro to Programming] course in Winter'22 at IIIT Delhi
Ashutosh-Gera/ivy
The Unified AI Framework
Ashutosh-Gera/PoLitmus
PoLitmus is a Political Social-media platform that will facilitate easy & smooth communication b/w political representatives & public.
Ashutosh-Gera/Shell-in-C
A basic shell named aSh made using C language.