PyTorch Module
PyTorch Generator
Generate a ready-to-run PyTorch project in seconds.
Pick a blueprint and let the config snap it into place.
PyTorch Module
Generate a ready-to-run PyTorch project in seconds.
Hugging Face Blueprint
Fine-tune BERT/RoBERTa/DistilBERT/etc. for text classification using Hugging Face Trainer, Datasets, and evaluation.
Hugging Face Vision Blueprint
Fine-tune ViT, Swin Transformer, ConvNeXt, or similar for image classification with Hugging Face ecosystem.
LLM Blueprint
Minimal GPT-like transformer trained from scratch (nanoGPT inspired): tokenizer, model definition, data prep, and training loop.
Time-Series Blueprint
LSTM / GRU / Transformer / TCN for univariate/multivariate time-series forecasting with sliding windows and metrics (MAE, RMSE).
Distributed Blueprint
Multi-GPU / multi-node training with torch.distributed + DDP, launcher support, syncBN option, and logging.
Hugging Face Finetuning Blueprint
Flexible Trainer-based finetuning for any task (text, vision, multimodal, custom head) with PEFT/LoRA support, custom datasets, and eval.