Skip to content
View imDarshanGK's full-sized avatar
:octocat:
Writing code..
:octocat:
Writing code..
  • Tumkur, Karnataka, India 🇮🇳
  • 15:40 (UTC +05:30)
  • X @imDarshanGK

Highlights

  • Pro

Organizations

@dev-protocol @cloudcommunity @recodehive @Bauddhik-Geeks @infraform @Jec-Forge @Cletrix-Labs

Block or report imDarshanGK

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
imDarshanGK/README.md
╔─────────────────────────────────────────────────────────────╗
│  $ whoami                                                   │
│  ❯ Darshan G K · AI & ML Developer · India 🇮🇳              │
│                                                             │
│  $ cat focus.txt                                            │
│  ❯ offline AI · privacy-first apps · dev productivity      │
│                                                             │
│  $ echo $STATUS                                             │
│  ❯ shipping @ GSSoC 2026 · Cletrix Labs                    │
╚─────────────────────────────────────────────────────────────╝

what i build

  offline AI tools       →  AI that runs locally, no cloud dependency
  privacy-first apps     →  zero backend, data never leaves your device
  dev productivity tools →  automation for coding, learning, and workflows

currently focused on

  →  building LocalMind into a production-ready offline AI system
  →  improving AI-Dev-Assistant for real developer workflows
  →  contributing to GSSoC 2026 open-source projects

philosophy

principles = [
    "build offline-first — the cloud should be optional",
    "make AI accessible without accounts or subscriptions",
    "open source everything that could help someone else",
]

projects

AI-Dev-Assistant  GSSoC 2026

Code intelligence for Python, JS, TS, Java, C++ - bug detection, plain-English fixes, no account needed.

LocalMind  offline · private

Full RAG pipeline - chat with any file without sending a single byte to the cloud.


AI-Study-Planner  ML-powered

Drop your tasks in, get a priority-scored timetable out. ML handles the scheduling.

QR Studio  zero backend

Custom QR codes with logo, style controls, SVG/PNG export - no server, no tracking, 100% in-browser.


stack

  ai / ml    →  LangChain · Ollama · Scikit-learn · Streamlit · RAG
  backend    →  Python · FastAPI · REST APIs
  data       →  NumPy · Pandas
  tools      →  Git · Linux · VS Code · Jupyter

open source

repos followers stars issues closed PRs merged

  part of  →  Cletrix Labs · GSSoC 2026 

connect

     

Pinned Loading

  1. AI-dev-assistant AI-dev-assistant Public

    AI-powered code analysis tool - instant bug detection, plain-English explanations, and improvement suggestions for Python, JS, TS, Java, C++. No account needed. GSSoC 2026.

    Python 39 128

  2. localmind localmind Public

    Offline AI assistant - chat with your documents locally. No cloud, no API key, no data leaks. Built with Python + FastAPI + Ollama + LangChain.

    Python 1 6

  3. AI-Study-Planner AI-Study-Planner Public

    A Streamlit-based study planner that helps students organize tasks, score priorities, generate study timetables, and track progress with simple machine learning.

    Python

  4. qr-studio qr-studio Public

    Fast, privacy-first QR code generator with custom styles, logo upload, SVG/PNG export, and zero backend - built with vanilla HTML, CSS, and JavaScript.

    HTML