Skip to content
View ASIKKANI's full-sized avatar
πŸ’»
πŸ’»

Highlights

  • Pro

Block or report ASIKKANI

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
ASIKKANI/README.md
Coding Pixel Art

P Asik Kani

Systems Engineer & Agentic AI Architect

Typing SVG

Architecting low-latency autonomous pipelines, local LLM fine-tuning, and hardware-to-OS system integrations.



πŸ“‘ Current Matrix

I bridge the gap between heavy AI model reasoning and bare-metal OS control. Currently operating as an ML Engineer Intern at Aathma Pranavaayu, a Core AI/ML Department Member at AWS Cloud Club VITC, and an active contributor within the open-source ecosystem.



The Trophy Room (5x National Hackathon winner)

Out of 20+ competitive national hackathons, these five builds survived strict 24-to-48-hour timelines and intense judging panels to secure overall podium positions:

Event & Rank Shipped Codebase Central Innovation Engine Engineering Impact Implemented
DataSet '25
πŸ₯‡ 1st Place
MediScan AI Computer Vision / Segmentation Automated biomedical pipeline isolating regions of interest in complex imagery.
Glitchthon 2.0
πŸ₯‡ 1st Place
Healthcare Logistics Multi-Agent Orchestration Decentralized system dynamically routing critical pharmaceuticals under active bottlenecks.
AghriNova
πŸ₯‡ 1st Place
Landroid Geospatial APIs & Satellite Vision Integrated Birdscale drone metrics and time-series data for canopy counting in 24 hours.
Hack-N-Android '26
πŸ₯ˆ 2nd Place
Aura-OS Android Accessibility & Live APIs Zero-Hop OS-level automation using thread-safe WebSockets to bypass UI latency.
DevsHouse '26 (GDG)
πŸ₯‰ 3rd Place
TerraGuard (Sentinel) Edge Computing & Signal Processing ESP32 seismic mesh network processing heavy machinery noise locally on-chip.


πŸš€ Production Repositories & Architectures

🌐 Agentic AI & Operating System Automation

Aura-OS β€” Autonomous Android Executive Layer

  • The Core: Built a zero-hop edge framework enabling a Gemini 2.0 Flash ReAct loop to autonomously control third-party mobile applications without hardcoded paths.
  • System Mechanics: Leveraged AccessibilityService and a custom SemanticFlattener to convert dense UI layouts into tokenized JSON, dispatching execution via the GestureDescription API and Jaro-Winkler string tracking.
  • Race-Condition Mitigation: Solved real-time streaming constraints across bidirectional JSON/Audio streams using a thread-safe ConcurrentHashMap combined with a deterministic 3x 800ms retry draw-cycle strategy.

AgentChain β€” Transparent Trustless Web3 Trading

  • The Core: Architected an autonomous crypto trading agent running on the Model Context Protocol (MCP) that moves decisions entirely on-chain.
  • System Mechanics: Decoupled multi-variable trade logic into explainable decision trees. Every execution is logged immutably via smart contracts, generating a transparent ledger audit track for DAO governance.

VoicePulse β€” Conversational Diagnostic Console

  • The Core: A voice-first analytics engine running conversational AI interviewers that dynamically deep-probe open-ended verbal responses.
  • System Mechanics: Engineered a real-time transcript processing engine featuring dynamic topic segmentation and context-aware sentiment analysis to spit out priority action matrices for systems operators.

ChronoPet β€” Native Windows Active Focus Companion

  • The Core: A low-friction background desktop organizer that parses task state via semantic memory loops.
  • System Mechanics: Monitors foreground processes directly via native Win32 APIs paired with local semantic memory handling via ChromaDB. Task ingestion runs via an isolated Docker container hosting a WhatsApp message parsing microservice via LiteLLM.

πŸ“‘ Infrastructure, Cloud & Hardware Systems

SignalWorks β€” Zero-UI Predictive Market Engine

  • The Core: Built a network decision infrastructure giving 10 Million+ offline street vendors live geospatial market analytics without internet access or smartphones.
  • System Mechanics: Combines Amazon Bedrock (Claude 3 reasoning) and SageMaker pricing trends. Delivers real-time location heatmaps and localized data via 2G SMS and automated Interactive Voice Response (IVR) phone loops. [Shortlisted for AWS AI for Bharat]

TerraGuard β€” Distributed Seismic Mesh Network

  • The Core: An end-to-end telemetry system designed to flag and intercept illegal river sand mining operations using remote hardware nodes.
  • System Mechanics: Deployed low-power ESP32 microcontrollers running local signal-processing algorithms to isolate machinery vibration frequencies on the edge, routing clean alerts to an Orange Pi 5 gateway broker.


πŸ› οΈ Core Weaponry

Technology Field Core Stack & Tools
Languages Python [Expert], Kotlin, Java, C++, SQL, JavaScript
Agentic Frameworks & Optimization ReAct Loops, Model Context Protocol (MCP), LoRA parameter adaptation, Fine-Tuning, LiteLLM
Vector Bases & Computer Vision ChromaDB (Vector DB), OpenCV, Image Segmentation, NLP Pipelines, TensorFlow, Keras
Cloud, DevOps & Workflows Amazon Bedrock, Amazon SageMaker, AWS Core Services, Docker, Linux/WSL2, Rigid Git Workflows
Low-Level OS & Edge Hardware Android SDK (AccessibilityService, GestureDescription), OkHttp WebSockets, Win32 API, ESP32, Orange Pi 5


πŸ“Š GitHub Diagnostics

Asik's Stats Asik's Languages


🐍 Activity Canvas

github contribution grid snake animation


LinkedIn Email

Pinned Loading

  1. AEGISAGENT AEGISAGENT Public

    A native Android (Kotlin/Compose) edge-AI orchestrator executing hardware actions locally via a fine-tuned MiniCPM-1B model and a custom multi-agent routing engine.

    Kotlin

  2. OmniClaw OmniClaw Public

    An autonomous, reasoning-first Android orchestrator. Bridges PC storage and mobile UI using Llama-3.1-70B to execute complex, cross-device workflows via ADB and Intent Injection. πŸ₯ˆ 2nd Place Winner…

    Python 1

  3. Antenna Antenna Public

    Transparent desktop companion & task tracker. Features WhatsApp ingestion (Docker), AI task parsing (LiteLLM), active window focus monitoring (Win32), and ChromaDB semantic memory.

    Python

  4. Defy Defy Public

    An MCP-powered autonomous AI trading agent that executes crypto trades via smart contracts while logging every decision on-chain for full transparency, auditability, and trustless AI–Web3 integration.

    JavaScript 1 2

  5. iloveAgents iloveAgents Public

    Forked from AditthyaSS/iloveAgents

    AI agents worth falling in love with. Built by the community, loved by everyone.❀️

    JavaScript

  6. ezretry ezretry Public

    A lightweight Python decorator for retrying failing operations using configurable exponential backoff, custom exception matching, and full signature preservation via functools.wraps. Zero dependenc…

    Python