Skip to content
View Sanjeev22A's full-sized avatar
  • Chennai,TamilNadu
  • 05:25 (UTC +05:30)

Block or report Sanjeev22A

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Sanjeev22A/README.md

Profile Views ๐Ÿ‘‹ Hey there! I'm Sanjeev A. โšก
๐ŸŒฑ Iโ€™m an avid programmer from India with a passion for problem-solving, logic, and mathematics.

๐ŸŒ Fascinated by networks โ€” Iโ€™ve worked on Beyond-5G and O-RAN technologies.

๐Ÿง Deeply interested in Linux systems and always diving deeper into kernel-level development.

๐ŸŽฏ Constantly learning, experimenting, and exploring the internals of how things work.

๐Ÿ˜Ž Fun fact: I actually built a keylogger just to understand system-level input handling!

Languages and Frameworks

Python Java C HTML CSS JavaScript MERN C Bash

Databases

MySQL MongoDB PostgreSQL

Tools and Engines

GitHub Git Visual Studio Postman Docker Kubernetes Linux Wireshark Make

Design and Media Tools

Canva


๐Ÿง  About My Projects

๐Ÿ“ก INDRA-5G: Intelligent RAN Management for Beyond-5G Networks

INDRA-5G is a modular framework designed to optimize PRB allocation and classify traffic in a simulated B5G O-RAN setup.

Core Components:

  • ๐Ÿ” Traffic Classification Module โ€“ Classifies eMBB, URLLC, mMTC using SVM, CNN, Transformer, and CapsNet models.
  • ๐Ÿง  Resource Allocation Module โ€“ Allocates PRBs using:
    • Static rule-based logic
    • Genetic Algorithm
    • Random Forest
    • Deep Q-Network (DQN)
  • ๐Ÿ“Š KPI Collection & Preprocessing โ€“ Extracts real-time KPIs from Open5GS, srsRAN, and srsUE setups.
  • ๐ŸŽฎ Simulation โ€“ Containerized and automated via Docker + Kubernetes for scalable emulation of 5G networks.

๐Ÿ”— Repo: CIP-INDRA5G


๐Ÿง  BRIDGE: Brain-Rooted Intelligence for Dynamic Graph Extraction

A knowledge-based search assistant that leverages Graph Theory + LLMs for structured query resolution.

Core Features:

  • ๐Ÿงพ Extracts key phrases, builds dynamic dependency graphs
  • ๐Ÿค– Uses OpenAI embeddings + vector stores to answer contextually rich queries
  • ๐Ÿ”„ Retrieves citations, sources, and builds final documents using GPT agents
  • โš™๏ธ CLI + Web-ready modular design for integration with any research corpus

๐Ÿ”— BRIDGE Repository


๐Ÿ” TrieTrack: Real-Time Email Intelligence Tracker

A Trie-based agentic email automation pipeline with smart intent classification and dynamic action planning.

Key Features:

  • ๐Ÿ“ง Reads, parses, and classifies emails into categories (Business, Ads, Study, Spam, etc.)
  • ๐Ÿง  Uses Trie + Rule Trees for command prediction and decision routing
  • ๐Ÿ” Dynamically chooses the best agent action (e.g., reply, delete, archive, follow-up)
  • ๐Ÿ”’ Designed with modularity and privacy-respecting logic

๐Ÿ”— TrieTrack Repository


Connect with Me

๐Ÿ“ž Phone Number: 9444452444

LeetCode HackerRank LinkedIn GitHub Instagram Email

LeetCode Progress

LeetCode Calendar

GitHub Progress

Sanjeev's GitHub stats

Popular repositories Loading

  1. CIP-INDRA5G CIP-INDRA5G Public

    Contains the code for automation of srsRAN and open5gs connected end to end 5g network for the dataset collection as well as the code for ML models used to classify the traffic and allocate the resโ€ฆ

    Jupyter Notebook 1

  2. DS DS Public

    Python 1

  3. Operating-System-CPU-Scheduler Operating-System-CPU-Scheduler Public

    Forked from MoYasser1777/Operating-System-CPU-Scheduler

    Contributed to a team project developing an optimized CPU scheduler implementing with C on Linux utilizing a carefullydesigned data structure to efficiently determine the execution order of processโ€ฆ

    C

  4. HCJ HCJ Public

    My html, css ,javascript codes for basic learning and understanding

    HTML

  5. NodeFarm NodeFarm Public

    Rendering a simple website using nodeJS

    HTML

  6. DataStructures DataStructures Public

    My own java module for basic data structures

    Java