Skip to content
View okaditya84's full-sized avatar
πŸ’­
Exploring πŸ’­
πŸ’­
Exploring πŸ’­

Highlights

  • Pro

Organizations

@recodehive

Block or report okaditya84

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

Typing SVG

Profile views


πŸ‘¨β€πŸ’» About Me

class AdityaJethani:
    def __init__(self):
        self.role = "Machine Learning Engineer"
        self.company = "CybraneX Technologies"
        self.location = "Surat, Gujarat, India"
        self.education = {
            "degree": "B.Tech in Computer Engineering",
            "university": "Pandit Deendayal Energy University",
            "cgpa": "9.44/10",
            "year": "2025"
        }
        self.expertise = [
            "RAG Systems & LLM Fine-tuning",
            "Computer Vision & NLP",
            "Production ML Systems",
            "Scalable AI Solutions"
        ]

    def current_focus(self):
        return [
            "Building high-throughput RAG inference pipelines",
            "Optimizing LLM performance with QLoRA & quantization",
            "Developing production-grade FastAPI microservices",
            "Contributing to open-source ML projects"
        ]

    def achievements(self):
        return {
            "leetcode": "Knight (Top 1.75%) | 2071 Rating",
            "systems_impact": "Handling 50K+ daily operations",
            "performance": "90% latency reduction in production",
            "open_source": "15+ merged PRs (Hacktoberfest 2024)"
        }

πŸš€ Professional Highlights

  • πŸ”₯ Current : Machine Learning Engineer @ CybraneX Technologies
  • ⚑ Performance : Reduced RAG pipeline latency from 110s to 12.2s (9x speedup)
  • 🎯 Scale : Built systems processing 50K+ daily operations
  • πŸ† Competitive : LeetCode Knight | Max Rating 2071 (Top 1.75%)
  • πŸ“Š Impact : 50% accuracy improvements over SOTA benchmarks
  • 🌐 Research : 2 papers under review (Solar Power Forecasting & Hate Speech Classification)

πŸ’» Tech Stack

Languages

AI/ML & Frameworks

Web Development

Cloud & DevOps

Databases & Tools

🎯 Featured Projects

πŸ•΅οΈ Prompt Detective

Prompt Detective

Production SaaS for AI prompt risk analysis with live dashboards

πŸ“œ Scrollwise

Scrollwise

Track browsing behavior with AI-powered analogies like "You scrolled a football field!"

πŸ›οΈ Smart Product Recommender

Smart Product Recommender

Personalizes storefronts for 250K+ users β€’ 18% CTR increase with optimized pipelines

πŸ“ GradeFlow

GradeFlow

Automates 90% of grading workflows with RAG + plagiarism detection β€’ 75% time reduction

πŸ” Turing Search

Turing Search

Contact intelligence API with 150ms lookups and 90% spam detection accuracy

πŸ€– Clever Query Bot

Clever Query Bot

Turns natural language into SQL with 92% accuracy on 300+ datasets β€’ 80% time saved

## πŸ“Š GitHub Analytics

πŸ† Achievements & Recognition

Competitive_Programming:
  LeetCode: "Knight Badge | Max Rating 2071 (Top 1.75%)"
  AIR: "61 in Weekly Contest 462 (35K+ participants)"
  CodeChef: "Rank 936 in Starters 113D (Top 5%)"
  Kaggle: "Contributor | Rank 278 in Season 4, Episode 8"

Hackathons_&_Competitions:
  Google_Solution_Challenge_2025: "Top 105 (4000+ teams)"
  JPMorgan_Code_for_Good: "Finalist 2024"
  Smart_India_Hackathon: "Finalist 2023"
  ByteVerse_IIT_Patna: "Finalist 2025"

Open_Source:
  Hacktoberfest_2024: "15+ merged PRs"
  GSSOC: "Active contributor 2023-2024"

Research:
  Publications: "2 papers under review"
  Topics: "Solar Power Forecasting (RΒ² = 0.992) | Hate Speech Classification (86% accuracy)"

Leadership:
  ACM_PDEU: "Advisor & Chairperson (2023-2025)"
  GFG_PDEU: "Tech Lead"

Certifications:
  - "NVIDIA Deep Learning Institute Certificate"
  - "IEEE CIS Summer School - IIT Indore"
  - "ACM Summer Schools - IIT Gandhinagar, NIT Goa, IIT Patna"

πŸ’Ό Experience Timeline

%%{init: {'theme':'dark'}}%%
timeline
    title Professional Journey
    section 2024
        IIT Gandhinagar : Research Intern
        CybraneX (First) : AI Engineering Intern
    section 2025
        Yanolja Co. Ltd : SWE Intern
        CybraneX : Machine Learning Engineer
Loading

πŸŽ“ Education : B.Tech Computer Engineering β€’ PDEU β€’ CGPA: 9.44/10 β€’ Class of 2025

πŸ“ Latest Blog Posts

  • Check out my technical writings on Medium
  • Topics: Machine Learning, Deep Learning, System Design, LLMs, RAG Systems

πŸ“ˆ LeetCode Stats

LeetCode Stats

🌟 Quote of the Day

🀝 Let's Connect

πŸ’‘ Open to collaborating on AI/ML projects and research opportunities!


Pinned Loading

  1. Air-Quality-Prediction-and-Analysis Air-Quality-Prediction-and-Analysis Public

    This is a comprehensive data science project which has AQI data from different areas of Delhi and analysed over a period of 5 years to predict AQI for the next hour, day or even a month.

    Jupyter Notebook

  2. Automated-Email-Scheduling-API Automated-Email-Scheduling-API Public

    Backend fastAPI for automated email scheduling using APScheduler and modular approach.

    Python

  3. Smart-Product-Recommender Smart-Product-Recommender Public

    SmartProductRecommender is an advanced recommendation system that uses purchase history data to provide precise and relevant product suggestions. It employs sophisticated similarity calculations an…

    Jupyter Notebook

  4. TalentScout-AI TalentScout-AI Public

    TalentScout is an AI-powered hiring assistant provide intelligent recruiting and candidate evaluation support. The system features configurable AI personas, adjustable conversation memory, and a us…

    Python 5 2

  5. TimetableGeneratorApp TimetableGeneratorApp Public

    Forked from huzaifabhutta/TimetableGeneratorApp

    This is the web app written in Python/Django at the backend and Html/CSS at the front-end as a semester project completed with Class member. This app generates the timetable for the departments wit…

    Python

  6. Query-to-CAD Query-to-CAD Public

    This repository consists of code that analyse the input given PDF CAD designs and extract parameter information from it and generate new CAD Designs based on the query.

    Python