Skip to content
View Ganesh-403's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Highlights

  • Pro

Block or report Ganesh-403

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.

Content in all repositories owned by your account will be closed.
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
Ganesh-403/README.md

🪐 A little about my orbit

Animated illustration of a developer at work

I'm Ganesh, an AI Engineer at Flid AI in Mumbai, India. I'm building LeapView — open-source BI powered by Go and DuckDB.

My work connects governed analytics, backend infrastructure, and AI agents: semantic models and dashboards defined as code, reviewed in Git, and explored through dashboards and agents.

  • 🧠 Current focus: Go backends, DuckDB query execution, semantic data models, and context retrieval for agents.
  • Core tools: Go, DuckDB, and Python.
  • 🛠️ Things I build: agent-native analytics, local code intelligence, honeypot infrastructure, and NLP tools.
  • 🔬 Research: 2 published papers on distributed honeypot architectures and machine learning-driven threat classification.
  • 🌱 Community: Project Admin & Maintainer for ECSoC'26 and open-source contributor at GSSoC'26.
  • 🏆 Achievements: Winner, Site Craft Web Development Challenge (VAMINT Club 2025); runner-up, Prep-A-Thon Coding Competition (Technobash 2025).

My engineering interests: intent → APIs with Go and Python → agents and tools → data with DuckDB → observable insights

✨ Selected builds

A few corners of my work — from agent-native analytics and code intelligence to security and cloud infrastructure.

🚀 LeapView

Open-source BI at Flid AI: governed semantic models, dashboards as code, and analytics for AI agents.

Go DuckDB AI agents

Explore the project →

🧠 RepoSage

Local codebase intelligence with GraphRAG, AST-based context, and answers grounded in source files.

LangGraph Ollama ChromaDB

Explore the project →

🍯 HoneyCloud

Multi-protocol honeypot infrastructure with live attack telemetry, threat scoring, and attacker profiling.

Rust Axum PostgreSQL

Explore the project →

🔍 Semantic Plagiarism Detector

Detecting paraphrased and cross-lingual text similarity with multilingual embeddings and vector search.

Python SentenceTransformers FAISS

Explore the project →

☁️ AWS URL Shortener

Serverless URL shortening with Lambda, API Gateway, DynamoDB, S3, and CloudFront.

AWS Lambda DynamoDB

Explore the project →

⚡ GPU Huffman

CUDA-accelerated character-frequency counting, Huffman code generation, and CPU/GPU benchmarks.

C++ CUDA Huffman coding

Explore the project →

More experiments, tools, and builds ↗

🎨 My toolbox

At the center of my work

Go DuckDB Python

Backend & data

Go, Python, Rust, FastAPI, PostgreSQL, MongoDB, Redis, Kafka

Cloud & delivery

Docker, Kubernetes, AWS, GitHub Actions, Linux, Terraform
Also in the toolkit: AI, frontend & languages

LangGraph LangChain RAG / GraphRAG MCP ChromaDB Qdrant FAISS PyTorch SQL

React, TypeScript, C++, Git, HTML, CSS

🐍 A year of building, one square at a time

Animated snake moving through my GitHub contribution calendar

My contribution calendar, with a little personality. Refreshed daily.

📊 More from my GitHub
GitHub contribution activity overview

Browse my repositories · Things I find interesting

⚡ Recent public activity
  1. 🎉 Merged PR #648 in flidai/leapview
  2. 🗣 Commented on #648 in flidai/leapview
  3. 🎉 Merged PR #649 in flidai/leapview
  4. 🗣 Commented on #648 in flidai/leapview
  5. 💪 Opened PR #649 in flidai/leapview

💬 Let's build something useful

I'm interested in collaborating on agent-native systems, Golang infrastructure, analytics as code, and open source. If you're working on a problem in that space, I'd love to hear about it.

Explore my portfolio Connect on LinkedIn Send me an email

Build with curiosity. Ship with care.

Pinned Loading

  1. flidai/leapview flidai/leapview Public

    Open-source BI for governed analytics, without the lock-in.

    Go 12 1

  2. Anand-Bora-0001/HoneyCloud-X Anand-Bora-0001/HoneyCloud-X Public

    AI-powered cybersecurity SaaS platform for real-time threat detection, classification, and monitoring. Built with FastAPI, React, PostgreSQL, and Machine Learning.

    Python 2

  3. semantic-plagiarism-detector semantic-plagiarism-detector Public

    🚀 Production-ready NLP application that detects paraphrased & cross-lingual plagiarism in student assignments using SentenceTransformers, FAISS vector search, Plotly analytics, and a secure SQLite …

    Python 16 110

  4. Repo-Sage Repo-Sage Public

    An autonomous, 100% local Agentic GraphRAG system for codebase intelligence. Paste any GitHub URL or local directory to chat with your code. Powered by LangGraph, NetworkX, and Ollama (qwen2.5-coder).

    Python 25

  5. aws-url-shortener aws-url-shortener Public

    A serverless AWS URL shortener built with Lambda, API Gateway, DynamoDB, S3, and CloudFront.

    HTML

  6. GPU-huffman GPU-huffman Public

    CUDA-accelerated Huffman encoding project in C++ that compares GPU vs CPU character-frequency counting, builds Huffman codes, and benchmarks performance with clear timing metrics.

    C++