This repository implements a Decoder-Only Transformer from scratch using Python and PyTorch. The goal is to build a transformer model that can generate text based on an input prompt by predicting the ...
Django web app that turns a natural-language garment description into a structured tech pack and renders it as an SVG. The model is a small encoder-decoder transformer trained on synthetic data, runs ...