class Karthik:
"""
Currently Pursuing AI & DS
building practical AI tools,
offline systems & creative software,
"""
role = "AI & Data Science Student"
interests = {
"AI": [
"Machine Learning",
"Offline AI Systems",
"Creative Software"
],
"Languages": [
"Python",
"HTML",
"CSS",
"JS",
"NodeJS",
"SQL"
],
"Environment": [
"Linux",
"Terminal Workflow",
"Windows"
]
}
currently_building = [
"Offline LLM Tools",
"Desktop Applications",
"AI Utilities",
"Web Dev",
"Mobile Apps"
]
def build(self):
return "Turning ideas into useful software."
me = Karthik()
print(me.build())
Offline CLI that rewrites text locally using LLMs. Private, fast & fully offline.