Skip to content

Instantly share code, notes, and snippets.

View rahul-bhatt43's full-sized avatar
🎯
Focusing

Rahul Bhatt rahul-bhatt43

🎯
Focusing
View GitHub Profile
@karpathy
karpathy / microgpt.py
Last active September 1, 2026 04:06
microgpt
"""
The most atomic way to train and run inference for a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp
@rahul-bhatt43
rahul-bhatt43 / genai.md
Last active July 29, 2023 20:09
GenAI

GenAI🤖

View the live project here.

This is an AI 🤖Image Generator that generates the Unique AI Images every time, if a new prompt is given also you can download that Image.

Technologies Used