⚛️ Atom

The AI Systems Language
🐍 Python Syntax ⚡ Native Speed 🌐 WebAssembly 🤖 AI Built-in
# Simple and powerful
import ai

let model = ai.load("tinyllm")
let reply = model.ask("What is Atom?")

print(reply)
View on GitHub Get Started

Install Atom

git clone https://github.com/Mharshith548/atom.git

Then run:

cd atom && python atom.py repl