-
-
SWIFT Public
Official PyTorch code for the paper "Towards Faster and Efficient Lightweight Image Super Resolution using Swin Transformers and Fourier Convolutions".
-
llm.c Public
Forked from karpathy/llm.cLLM training in simple, raw C/CUDA
Cuda MIT License UpdatedJun 23, 2024 -
petra Public
Simple React website for booking hotels for both yourself and your pets.
-
BigHOST Public
BigHOST is an autograding system that is developed to evaluate Big Data Assignments. BigHOST employs a simple architecture that is scalable and provides a fair environment for executing multiple Bi…
-
cServe Public
A Minimal Multithreaded HTTP server in C
-
Sorting-Visualizer Public
Simple React app for visualization of different sorting algorithms.
-
Image-Captioning Public
Implementation of Image Captioning Model using CNNs and LSTMs
-
-
cDNN Public
Fast and Efficient Deep Learning Library in C
-
bitcoin Public
Forked from Yashas120/Bitcoin-Transactions-in-javaFrom-scratch zero-dependency implementation of Bitcoin for educational purposes, including all of the under the hood crypto primitives such as SHA-256 and elliptic curves over finite fields math.
Java MIT License UpdatedMay 17, 2022 -
dockerNN Public
Deep Learning Framework as a set of Microservices using Docker Containers
-
Multiview-3D-Reconstruction Public
Forked from Yashas120/Multiview-3D-ReconstructionUsing traditional image processing techniques to construct 3D point cloud of objects. Incremental Structure from Motion (SfM) is used, a popular SfM algorithm for 3D reconstruction for reconstructi…
Python MIT License UpdatedMay 1, 2022 -
RegNetX Public
Pytorch implementation of "Designing Network Design Spaces" (CVPR 2020)
-
GPT Public
A minimal and efficient Pytorch implementation of OpenAI's GPT (Generative Pretrained Transformer).
-
Distributed Machine Learning and Deep Learning for CIFAR10 Image Classification using Apache Spark
-
-
Recurrent-Networks Public
Implements Stacked-RNN in numpy and torch with manual forward and backward functions
-
Tailbench Public
A Benchmark Suite and Evaluation Methodology for Latency-Critical Applications. CCBD Project
C++ UpdatedSep 6, 2021 -
GEMM Public
Fast Matrix Multiplication Implementation in C programming language. This matrix multiplication algorithm is similar to what Numpy uses to compute dot products.
-
cifar10-pytorch Public
PyTorch Tutorial to train ConvNets for Image Classification.
-
MNIST-PyTorch Public
PyTorch implementation for training a LeNet-5 like Convnet on MNIST digits
-
Repository containing submission made for the course Computer Networks Laboratory.
UpdatedApr 24, 2021 -
-
Scene-Describer Public
Video Timestamp recommendation using Transfer Learning and NLP
-
-
AES-Encryption Public
This is a quick and simple AES Encryption implementation using C Programming Language
-
Sudoku-Game-using-Tkinter Public
Sudoku Game created using Tkinter library in python.
-
Caesar-Cipher Public
Implementation of Caesar Cipher in C Programming Language
-
Spam-Detector2 Public
A simple Spam Detector written in Python using Sklearn and NLP