Mini-GPT From Scratch (PyTorch + Django) — AI Final Year Project With Live Demo

Mini-GPT From Scratch (PyTorch + Django) — AI Final Year Project With Live Demo

A working GPT built from scratch in PyTorch — no transformers library, no pretrained weights — with a live Django demo that shows attention, tokenization, and text generation happening in real time. Trains on a normal laptop.

Technology Used

Python | PyTorch | Django | SQLite | Chart.js | HTML/CSS/JavaScript

codeAj
codeAjVerified
🏆5K+ Projects Sold
Google Review
4991999

Get complete project source code + Installation guide + chat support

Project Files

Get Project Files

What This Project Actually Does

This isn't another project that imports a giant library and calls it a day. It builds a small GPT language model from the ground up in PyTorch — the actual attention math, the causal mask, the token and positional embeddings, all of it written out in model/gpt.py where you can read it. No transformers library. No pretrained weights pulled from somewhere. The model learns to predict the next character of text one step at a time, and you get to watch it happen.

And it's tiny on purpose. It trains on a plain CPU laptop with 8GB RAM in under half an hour, so you don't need a fancy GPU or a Colab subscription to run your own final year project end of the semester.

The Django web page is where this gets interesting for a viva. You type a prompt, hit Generate, and the model writes text character by character in front of you — while the same page shows you the tokenization, the training loss curve, a before-vs-after-training comparison, the top next-character probabilities, and an attention heatmap of what the model was focusing on. Basically everything an examiner might poke at is already on screen.

Key Features

  • A full GPT written from scratch — Q/K/V projections, multi-head causal self-attention, a per-token feed-forward network, residual connections, pre-norm LayerNorm — all in one readable file you can defend line by line.
  • Type a prompt in the browser and watch text generate live through the /generate/ endpoint, with temperature and top-k sampling controls you can actually change and see the effect of.
  • An attention heatmap of the last transformer block, drawn as a colored grid, so "self-attention" stops being an abstract phrase and becomes something sitting on your screen.
  • A before-vs-after-training panel — pure gibberish from random weights on one side, readable-ish text on the other. This one comparison is the clearest proof your model actually learned something.
  • Live training loss curve via Chart.js, pulled straight from logs/loss_history.json, plus a top-10 next-character probability bar chart.
  • Every generation click gets logged to SQLite through a GenerationLog model, viewable in Django admin — a nice answer for when someone asks "where's the database actually used?"

Real-World Applications

Look, nobody's shipping this tiny model into production — and that's not the point. But the ideas inside it are exactly what runs ChatGPT, Gemini, and every other LLM you've heard of, just shrunk to a size a laptop can handle. Understanding this project means you can actually explain how modern language models work instead of hand-waving your way through the viva.

It also works well as a teaching demo for a "how do transformers work" session, or as a starting point if you later want to train it on a different corpus — a specific author's writing, code, song-style text, whatever. Swap data/input.txt, retrain, done.

Who Should Buy This

If you're a BCA, MCA, BTech CSE, or BSc IT student who picked "AI" for your final year and then realized most so-called AI projects online are just a scikit-learn model with a Streamlit wrapper — this is the one that'll actually stand out. It's genuinely from scratch.

Fair warning on the one hard part: the attention mechanism takes real effort to understand well enough to defend under questioning. But here's the thing that makes it easier than it looks — the whole project is built so the visualizations explain the concept for you. You see the heatmap light up over the earlier characters, you get why it's called self-attention. If you'd rather not go deep on the math, the Python final year projects hub has simpler options. But if you want a project that doesn't blend into a room full of CRUD apps, this is it.

Why CodeAj

You get the full source code, a college-format project report, and setup support until it's running on your machine. If your PyTorch install is fighting you or the checkpoint won't load, we get on it with you — that's part of the deal, not an upsell. Compare it against other machine learning projects with source code or browse the wider AI/ML project category before you commit if you want.

Frequently Asked Questions

You will get the complete source code along with an installation guide and chat support to help you set up and understand the project.
All our projects are thoroughly tested multiple times, so the code is completely error-free. But in case you still face any issue, you can reach out to us on WhatsApp (+91 8603862290) and we will fix it and provide you the updated code.
You can book a 1-on-1 Setup & Explanation Session where we connect via AnyDesk and Google Meet, set up the project on your laptop, and explain the complete code working and flow.
No, you cannot re-sell the project. This is completely illegal and a violation of our terms. If we find any such activity, we will take legal action.
It's genuinely from scratch. The attention, the embeddings, the whole GPT block — all written by hand in model/gpt.py using plain PyTorch. There's no Hugging Face transformers import and no pretrained weights hiding anywhere. That's the whole selling point.
Yeah, it's built exactly for that. requirements.txt pulls the CPU build of PyTorch and there's no CUDA code path anywhere in the model folder. A normal laptop with 8GB RAM handles it fine, no graphics card needed.
Around 15 to 25 minutes for the default 3000 iterations on a typical laptop CPU. If you're short on time before a demo, drop the iterations with the --max_iters flag. Want cleaner text? Bump it up and let it run longer.
You get all of it. Every Python file in model/ and demo/, the Django settings, requirements.txt, the works. Plus a college-format project report and setup support until it runs on your machine. We don't hold anything back.
For sure. Just replace data/input.txt with whatever text you want and retrain. The checkpoint saves the exact vocab it trained on, so as long as you retrain after swapping the file, the demo decodes everything correctly.
It's the one part that needs real study, honestly. But the demo hands you an attention heatmap showing exactly which earlier characters the model focuses on. Pointing at that on screen beats trying to derive softmax attention on a whiteboard under pressure.
Probably not. It's a tiny model, so perfect sentences were never the goal. Check the before-vs-after-training panel — if the after side is clearly more structured than the gibberish on the before side, it learned fine. Train longer for cleaner output.
Installation Guide

Extra Add-Ons Available – Elevate Your Project

Add any of these professional upgrades to save time and impress your evaluators.

Project Setup

We'll install and configure the project on your PC via remote session (Google Meet, Zoom, or AnyDesk).

Source Code Explanation

1-hour live session to explain logic, flow, database design, and key features.

Want to know exactly how the setup works? Review our detailed step-by-step process before scheduling your session.

999

Custom Documents (College-Tailored)

  • Custom Project Report: ₹1,500
  • Custom Research Paper: ₹1,000
  • Custom PPT: ₹800

Fully customized to match your college format, guidelines, and submission standards.

Project Modification

Need feature changes, UI updates, or new features added?

Charges vary based on complexity.

We'll review your request and provide a clear quote before starting work.

Project Files

GoogleReviews

What Our Students Say

4.9(38+ reviews)
Google review 1
Google review 2
Google review 3
Google review 4
Google review 5
Google review 6
Google review 7
Google review 8
Google review 9
Google review 10
Google review 11
Google review 12
Google review 13
Google review 14
Google review 15
Google review 16
Google review 17
Google review 18
Google review 19
Google review 20
Google review 21
Google review 22
Google review 23
Google review 24
Google review 25
Google review 26
Google review 27
Google review 28
Google review 29
Google review 30
Google review 31
Google review 32
Google review 33
Google review 34
Google review 35
Google review 36
Google review 37
Google review 38
⭐ 98% SUCCESS RATE
  • Full Development
  • Documentation
  • Presentation Prep
  • 24/7 Support
Chat with us