name: Sudesh P
role: AI / LLM Engineer & Full-Stack Developer
education: M.Tech Computer Science @ SRMIST, Chennai
focus: Building production AI systems β RAG pipelines, local LLMs, intelligent platforms
location: Chennai, India
portfolio: https://sudhii.inI build end-to-end AI applications β from data ingestion and retrieval pipelines to production deployment.
My work spans RAG architectures, local LLM platforms, full-stack web systems, and blockchain dApps.
I don't just prototype β I ship.
|
|
|
|
βοΈ Setup Required: To enable the contribution snake animation, add the Snake GitHub Action workflow to your
sudeshsudhii/sudeshsudhiirepository.
π¬ Building production RAG pipelines with hybrid search & FAISS
ποΈ Architecting AI-powered platforms with Spring AI & Ollama
π M.Tech Research: Intelligent systems for education technology
π Shipping full-stack applications from idea β deployment
π Exploring blockchain for supply chain verification
π€ AI / LLM Engineering
Retrieval-Augmented Generation (RAG) FAISS Vector Databases Ollama Local LLMs Spring AI
Hybrid Search Document Indexing Embeddings NLP Transcription Summarization
Topic Extraction Conversational AI Generative AI Prompt Engineering AI Agents
βοΈ Backend Engineering
Node.js Express.js Spring Boot Java 21 Spring AI WebFlux
REST API Design Reactive Programming MongoDB MySQL Microservices
Authentication & Authorization Role-Based Access Control API Gateway
π Full-Stack Development
React.js Next.js TypeScript JavaScript SCSS Tailwind CSS
MERN Stack Vercel Deployment Responsive Design State Management
Frontend Architecture Component Design SSR/SSG API Integration
π οΈ Software Engineering
Git & GitHub CI/CD Pipelines Docker GitHub Actions Agile Development
System Design Database Design Clean Architecture Design Patterns
Code Review Testing Version Control DevOps
βοΈ Blockchain & Web3
Solidity Ethereum Smart Contracts IPFS Web3.js Supply Chain Tracking
dApp Development Fraud Detection Decentralized Storage
| Channel | Link |
|---|---|
| π Portfolio | sudhii.in |
| πΌ LinkedIn | linkedin.com/in/sudeshsudhii |
| π§ Email | sudeshsudhii@gmail.com |
| π GitHub | github.com/sudeshsudhii |
π‘ Open to AI Engineering roles, Full-Stack positions, and research collaborations.
If my work interests you, let's talk!
π Snake Workflow Setup (GitHub Actions)
Create .github/workflows/snake.yml in your sudeshsudhii/sudeshsudhii repo:
name: Generate Snake Animation
on:
schedule:
- cron: "0 0 * * *" # Runs daily
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: Platane/snk@v3
with:
github_user_name: sudeshsudhii
outputs: |
dist/github-snake.svg
dist/github-snake-dark.svg?palette=github-dark
- uses: crazy-max/ghaction-github-pages@v3.1.0
with:
target_branch: output
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}