-
Aira Matrix
- Kerala, India
- @ArjunKr81620614
- in/arjun-krishna-b86779219
Highlights
- Pro
-
AugViz Public
AugViz provides an easy-to-use graphical interface to visualize various augmentations on images in real-time.
Python MIT License UpdatedSep 7, 2024 -
-
-
LLaMA2 Public
This repository contains an implementation of the LLaMA 2 (Large Language Model Meta AI) model, a Generative Pretrained Transformer (GPT) variant. The implementation focuses on the model architectu…
-
DocumentGPT Public
DocumentGPT is a web application that allows you to chat over your research document using OpenAI's chat API and perform semantic search using vector databases. This tool provides a seamless interf…
-
RoPE-PyTorch Public
This repository contains an educational implementation of Rotary Positional Encodings (RoPE) in PyTorch. RoPE is a method introduced in the paper RoFormer: Enhanced Transformer with Rotary Position…
-
ML-From-Scratch Public
This repository contains Python implementations of various machine learning algorithms from scratch using only native Python and NumPy.
-
A Research Toolkit that allows users to select a transformer model, specify a decoding strategy to generate text, which are then displayed in an interactive fashion to understand model probabilities.
-
Enhanced-SRGAN Public
This is an implementation of ESRGAN's in Tensorflow2.0/Keras.
-
DDPM Public
This is an easy to understand, simplified, broken-down implementation of Diffusion Models written in PyTorch. The architecture is borrowed from the paper "Denoising Diffusion Probabilistic Models"
-
VQ-GANs Public
This is a simplified implementation of VQ-GANs written in PyTorch. The architecture is borrowed from the paper "Taming Transformers for High-Resolution Image Synthesis".
-
DQN-2048 Public
Implementation of Deep Q-network to play game 2048 using Tensorflow2.0/Keras and PyGame
-
Real-Time-ISL-Translation Public
Uses deep learning to translate Indian Sign Language in real-time
-
Variational-Auto-Encoders Public
This is a broken-down simplified implementation of Variational Auto Encoders in Tensorlflow2.0/Keras. Also includes a toy training example and image synthesis from an anime face dataset.
Jupyter Notebook UpdatedOct 2, 2022 -
Sudoku-Bot Public
An interactive python program to solve sudoku.
-
Transformers Public
Implementation of Transformers from scratch given by the paper "Attention is all you Need" in Tensorflow/Keras.
Jupyter Notebook UpdatedApr 7, 2022 -
Potrait-Segmentation-BodyPix Public
This project is a semantic background-foreground segmentation for human bodies using BodyPix to convert your photos to have Bokeh effect or to insert yourself in a virtual background.
Jupyter Notebook UpdatedApr 6, 2022 -
Seq2Seq-Math-Addition Public
This is a Seq2Seq model for predicting addition of two numbers as a sequence learning problem in Tensorflow/Keras.
Jupyter Notebook UpdatedFeb 16, 2022 -
This is an implementation and explanation of Graph Neural Networks for predicting water solubility of small organic molecules based on their chemical composition and structural information in PyTor…
-
This project uses LSTMs and Pre-Trained WordVecs in Tensorflow-Keras, to generate Frost-like poetry.
Jupyter Notebook UpdatedFeb 7, 2022 -
UNet Public
This is an implementation of UNet Architecture for Semantic Segmentation from scratch, using Tensorflow-Keras
Jupyter Notebook UpdatedFeb 7, 2022 -
GoogleNet Public
This is an implementation of GoogleNet/InceptionNet from scratch, in Tensorflow-Keras
-
EfficientNet Public
This is a model implementation of EfficientNet(including all the versions from b0-b7), using Tensorflow-Keras.
Jupyter Notebook UpdatedFeb 7, 2022 -
pix2pix Public
This is a model architecture implementation of Image-Image Translation pix2pix model, from scratch using Tensorflow-Keras.
Jupyter Notebook UpdatedFeb 7, 2022 -
YOLO-v1 Public
This is an implementation of Yolo v1 paper built from scratch using Tensorflow-Keras with other utilities for working with the model and generating custom data.
Jupyter Notebook UpdatedFeb 7, 2022 -
ROS-Navigation-Stack-and-SLAM-for-Autonomous-Custom-Robot Public
Forked from noshluk2/ROS-Navigation-Stack-and-SLAM-for-Autonomous-Custom-RobotThis is workspace used in the the course "Building a bot in from scratch in ROS "
CMake UpdatedOct 31, 2021 -
pytorch-tutorial Public
Forked from yunjey/pytorch-tutorialPyTorch Tutorial for Deep Learning Researchers
Python MIT License UpdatedJun 10, 2021 -
Genetic_Algorithm Public
Visualising Genetic Algorithm, with a bunch of rockets.
Python UpdatedMay 24, 2021 -
-
This project operates a pan-tilt-servo camera mount by an Arduino UNO to track any object.