Skip to content
View dineshsoudagar's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report dineshsoudagar

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
dineshsoudagar/README.md

Hi, I'm Dinesh Soudagar 👋

AI engineer building practical AI systems with deep learning, local LLMs, and on-device inference.

I focus on offline-first AI products, efficient inference, retrieval systems, and real-world AI applications.


Projects

Privacy-first offline document intelligence system with persistent local RAG, hybrid retrieval, and source-grounded answers.

Run local LLMs like Gemma, Qwen, and LLaMA on Android for offline, private, real-time chat and question answering using LiteRT and ONNX Runtime.

Multi-task neural network architecture for ADAS-focused perception tasks.

Tools and experiments for training, fine-tuning, and understanding large language models from scratch.


Links

Pinned Loading

  1. local-llms-on-android local-llms-on-android Public

    Run local LLMs like Gemma, Qwen, and LLaMA on Android for offline, private, real-time chat and question answering with LiteRT and ONNX Runtime.

    Kotlin 141 18

  2. llm-lab-from-scratch-to-fine-tuning llm-lab-from-scratch-to-fine-tuning Public

    Comprehensive resources and scripts for training and fine-tuning Large Language Models (LLMs) from scratch using Hugging Face Transformers, litGPT, and custom GPT implementations with PyTorch and P…

    Jupyter Notebook 1

  3. multi-task-neural-networks-for-ADAS multi-task-neural-networks-for-ADAS Public

    Comprehensive evaluation of multi-task versus single-task neural networks for autonomous driving perception tasks - semantic segmentation, lane marking, drivable area detection, and object detectio…

    Python