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

Block or report sailesh2408

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


 whoami

class Sailesh:
    def __init__(self):
        self.role     = "Autonomous Systems & Deep Learning Engineer"
        self.school   = "Amrita Vishwa Vidyapeetham, Amritapuri"
        self.focus    = ["ADAS", "Sensor Fusion", "Vision-Language Models"]
        self.stack    = ["Python", "PyTorch", "CARLA", "Docker"]
        self.building = "Dual-Perception planning for autonomous driving"
        self.learning = ["Diffusion Policies", "3D Geometric DL", "CUDA"]

    def philosophy(self):
        return "Ship the pipeline, not the demo."
  • 🚗  I build closed-loop autonomous driving stacks in CARLA — perception, fusion, safety, planning, control
  • 🧠  Currently researching VLM-guided trajectory vocabularies with Hydra-MDP style multi-head scoring
  • 🌪️  Also into geometric deep learning — neural mesh deformation for aerodynamic drag reduction
  • ⚡  LeetCode Knight · 1894 rating · Top 4.79% globally
  • 💬  Ask me about YOLOv8, LiDAR–camera projection, PointNet, LoRA fine-tuning


 Tech Arsenal


Languages & Core

AI / ML / Vision


Simulation & Tooling



 Featured Work

Vision-language planning stack that pairs a trajectory vocabulary (64 prototypes, 4s horizon) with Qwen3 + CLIP perception. Candidates are ranked by a four-head Hydra-MDP scorer — imitation, collision, drivable area, comfort.

Python PyTorch Qwen3-VL CLIP CARLA LaTeX

Neural mesh deformation that lowers a car's drag coefficient without re-running CFD. A PointNet surrogate predicts Cd; a deformation net nudges vertices under gradient descent. Benchmarked against GraphSAGE, MeshCNN, DGCNN.

PyTorch PointNet DGCNN Geometric DL

Full ADAS + semi-autonomous stack at a sustained 20 FPS. 32-channel LiDAR→camera projection, YOLOv8s + YOLOP panoptic perception, speed-scaled panic bubble, Frenet planning, occlusion-robust AEB.

YOLOv8 YOLOP Sensor Fusion Frenet V2X

Decision-intelligence ADAS built on YOLOv8 + UFLDv2. Drops Kalman/EMA smoothing for a zero-latency perspective mapping algorithm; TTC engine from RGB-depth fusion drives FCW and AEB through a deterministic arbitration matrix.

UFLDv2 ResNet-18 TTC CARLA

LoRA-tuned FLAN-T5 classifies text as SENSITIVE/SAFE, then a NetworkX pipeline scores node-level risk with PageRank and strike counts to flag repeat spreaders in child-facing communities.

FLAN-T5 PEFT/LoRA NetworkX Transformers

📄 TextSense  ·  InfoWeave

Two offline, Dockerised PDF engines. TextSense extracts document outlines through a multi-signal heuristic (structural > stylistic) with no ML at all. InfoWeave ranks paragraph chunks against a persona query using MiniLM embeddings and cosine similarity.

PyMuPDF MiniLM Docker CPU-only


 GitHub Analytics






 Watch My Contributions Get Eaten

github-snake



If a pipeline only works in the demo video, it doesn't work.

Popular repositories Loading

  1. UID-Project-CourierService UID-Project-CourierService Public

    Forked from sid-possibly/UID-Project-CourierService

    HTML

  2. InfoWeave---Extract-Organize-Simplify InfoWeave---Extract-Organize-Simplify Public

    Python

  3. TextSense---From-clutter-to-clarity TextSense---From-clutter-to-clarity Public

    Python

  4. Detection-and-Suppression-of-Sensitive-Content-Exposure-to-Children-Using-Social-Network-Analytics Detection-and-Suppression-of-Sensitive-Content-Exposure-to-Children-Using-Social-Network-Analytics Public

    LoRA-tuned FLAN-T5 classifies text as sensitive or safe, paired with a NetworkX pipeline that scores node-level risk via PageRank and strike counts to flag repeat spreaders.

    Jupyter Notebook

  5. AeroOPTIMIZER AeroOPTIMIZER Public

    Neural mesh deformation that lowers a car's drag coefficient without re-running CFD. PointNet surrogate predicts Cd; a deformation network optimises geometry by gradient descent.

    Python

  6. VirtualVahana VirtualVahana Public

    Python