Pinned Repositories
Adi-UA
AI-Plays-Snake
This project uses NEAT and Pygame to create a variation of Snake and beat it using Neural Networks.
HackArizona2020
This repository contains the Mindful Drivers machine learning model that won Amazon's category for Most Impactful use of Driven Data.
Minecraft-Auto-Miner
This smol program enables automatic mining in Minecraft through the CC:Tweaked mod for v1.12.2 (It should probably work on other versions as well)
SpaceStation
This is our project for To The Moon and Hack (MLH)!
start-journey
Image Generation wtih Stable Diffusion in PyTorch, Hugging and HuggingFace. The model is also exposed via a FastAPI backend and consumed by a frontend written in React.
TaylorGPT
A transformer decoder model for generating Taylor Swift lyrics built from scratch using PyTorch including implementations for masking, multi-head attention and transformer blocks.
TooManyMatrices
TooManyMatrices is a project in discrete mathematics where we build a website to solve all kinds of discrete math problems.
VOGAN
Vogue GAN. Building a GAN in PyTorch from scratch!
tomcat
ToMCAT: Theory of Mind-based Cognitive Architecture for Teams
Adi-UA's Repositories
Adi-UA/start-journey
Image Generation wtih Stable Diffusion in PyTorch, Hugging and HuggingFace. The model is also exposed via a FastAPI backend and consumed by a frontend written in React.
Adi-UA/TooManyMatrices
TooManyMatrices is a project in discrete mathematics where we build a website to solve all kinds of discrete math problems.
Adi-UA/Minecraft-Auto-Miner
This smol program enables automatic mining in Minecraft through the CC:Tweaked mod for v1.12.2 (It should probably work on other versions as well)
Adi-UA/SpaceStation
This is our project for To The Moon and Hack (MLH)!
Adi-UA/TaylorGPT
A transformer decoder model for generating Taylor Swift lyrics built from scratch using PyTorch including implementations for masking, multi-head attention and transformer blocks.
Adi-UA/AI-Plays-Snake
This project uses NEAT and Pygame to create a variation of Snake and beat it using Neural Networks.
Adi-UA/image-to-latex
Convert images of LaTex math equations into LaTex code. Updated to work with Python 3.10
Adi-UA/LaTeX-OCR
pix2tex: Using a ViT to convert images of equations into LaTeX code.
Adi-UA/Open-NMT-1.2.0
My "fork" of v1.2.0 of OpenNMT so I can retrain their markup model
Adi-UA/Adi-UA
Adi-UA/HackArizona2020
This repository contains the Mindful Drivers machine learning model that won Amazon's category for Most Impactful use of Driven Data.
Adi-UA/VOGAN
Vogue GAN. Building a GAN in PyTorch from scratch!
Adi-UA/imitation
Clean PyTorch implementations of imitation and reward learning algorithms
Adi-UA/mock-repo
Tracks commits from my repos hosted by other orgs
Adi-UA/next-js-GPT
A ChatGPT clone built with NextJS with a React + Tailwind frontend in Typescript. Deployed on Vercel.
Adi-UA/PracticalSWE101
A Guided Bootcamp
Adi-UA/pytorch-course
Notes I made while learning PyTorch
Adi-UA/stable-baselines3
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.