👋
Welcome back, !
Free to start · Runs on your computer

Train your own AI
on your data

Fine-tune real language models locally — no ML expertise, no cloud costs, no data leaving your machine.

See Pricing
🖥️ Trains on your CPU
🔒 Data stays private
🤖 GPT-2, TinyLlama, Phi-2 & more
RAG or fine-tuning
🆓 Free to start
How it works

From zero to custom AI
in four steps

No cloud account, no credit card, no ML knowledge needed.

1

Sign up & download

Create a free account, then download app.py and index.html to your computer.

2

Run the server

Open a terminal, run python app.py. That's it — the AI trainer starts on your machine.

3

Add your data

Paste URLs, upload documents, or add YouTube videos. Inscribe AI reads and indexes everything.

4

Train & chat

Pick a model, click Start Fine-Tuning. Your AI trains locally and is ready to chat in minutes.

Simple, honest pricing

Start free. Upgrade when you need more power.

FREE
$0/mo
No credit card needed
RAG knowledge base
GPT-2 Small fine-tuning
All RAG chat models
All 15+ training models locked
Watermark on every AI answer
Images in AI responses
Clean download (no watermark)
RECOMMENDED
PRO
Free for now
Paid plan coming soon — enjoy it free today
Everything in Free
All 15+ models — TinyLlama, Phi-2, Qwen…
No watermark on AI answers
Images in AI responses
Clean download — watermark-free app
Priority support
All future Pro features

Get your files

Two files power everything. Put both in the same folder on your computer.

📦
Free Download
For Free plan users
Full Inscribe AI app
RAG + GPT-2 fine-tuning
Watermark included in AI answers
Sign in to download
Pro Download
For Pro plan subscribers
All 15+ training models unlocked
No watermark — clean AI answers
Images in AI responses enabled
Requires Pro plan
💡

Important: Put both app.py and index.html in the same folder. Example: C:\inscribe-ai\ on Windows or ~/inscribe-ai/ on Mac.

Get running in 5 minutes

Follow these steps exactly — it's easier than it looks.

🪟 Windows
🍎 Mac
1
Install Python
Go to python.org/downloads and download Python. Run the installer — check "Add Python to PATH" before clicking Install Now.

Verify it worked — open a terminal and run: python --version — you should see Python 3.x.x

2
Open terminal in your folder
Open File Explorer, go to the folder with app.py. Click the address bar, type cmd, press Enter.
3
Install required packages
Copy and paste this into your terminal. One-time only — takes 2–5 minutes.
Command Prompt
pip install flask requests beautifulsoup4 lxml youtube-transcript-api yt-dlp transformers peft torch datasets accelerate sentencepiece

This may take a few minutes — PyTorch alone is ~250MB. Wait until the cursor returns before moving on.

4
Start Inscribe AI
In the same terminal window, run:
Command Prompt
python app.py

You'll see: 🚀 Inscribe AI v5 — http://localhost:5050. Keep this window open while using the app.

5
Open in your browser
Open Chrome or Edge and go to:
Browser address bar
http://localhost:5050
🎉

You're in! Sign in with your Inscribe AI account and start building your AI. Bookmark http://localhost:5050 for next time — just run python app.py and open it.

Common issues

"python is not recognized" (Windows)Re-run the Python installer and check the "Add Python to PATH" box, then restart your computer.
"No module named flask"Run the pip install command from Step 3 again.
localhost:5050 won't loadMake sure python app.py is still running in your terminal.
Training fails or crashesRun: pip install transformers peft torch datasets accelerate then try again.