Skip to content
View abhi12345-dot's full-sized avatar

Block or report abhi12345-dot

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

πŸ‘‹ RAJULA ABHISHEK REDDY

Associate Software Engineer | Automation Expert | AI/ML Enthusiast | OSS Auditor | Cybersecurity

Typing SVG


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

  • Nearly 3 years of experience building real-world software across automotive systems, open-source compliance, and cybersecurity.

  • Strong focus on automation β€” reduced manual review efforts by ~40%, saving 3–4 hours per week for each team member.

  • Solid networking foundation with Cisco certifications (CCNA, DevNet), including knowledge of TCP/IP, socket programming, and distributed systems.

  • Currently exploring Generative AI, LLM architectures, agent-based workflows, PyTorch, and LangChain.

  • Open to hybrid/remote opportunities | Based in Bengaluru, Hyderabad, and Chennai, India.



πŸ› οΈ Tech Stack

πŸ’» Languages

βš™οΈ Frameworks & Tools

πŸ€– AI/ML & Automation

πŸ—οΈ Architecture & Best Practices


πŸŽ“ Certifications

Certification Issuer Year
πŸ… Cisco DevNet Associate Cisco 2021
πŸ… CCNAv7: Introduction to Networks Cisco 2021
πŸ… Kali Linux Essential Training LinkedIn Learning 2025
πŸ… C++ Essential Training LinkedIn Learning 2024
πŸ… SOLID Design Principles LinkedIn Learning 2024
πŸ… Software Design with UML LinkedIn Learning 2024
πŸ… UX Design for Developers LinkedIn Learning 2024
πŸ… C Programming Basics LinkedIn Learning 2024

🌟 Contributions

Area Focus
πŸ”§ Automation Tools Python-based workflow automation scripts
πŸ“‘ Networking Utilities Socket programming, diagnostic tools
πŸ€– AI/ML Learning Resources Tutorials and sample implementations
πŸ›‘οΈ Open Source Compliance ORT, FOSSology contributions
πŸ”’ Cybersecurity Tools Security scanning & compliance scripts

πŸ“’ Speaking & Leadership

Role Achievement
🎀 Workshop Coordinator Technical events during college
πŸ‘₯ Class Representative Demonstrated leadership & communication
🧠 Active Learner Continuously sharing knowledge through code

Let's Connect


** GitHub Analytics **

---

πŸš€ Current Focus

class AbhishekReddy:
    def __init__(self):
        self.role = "Associate Software Engineer"
        self.expertise = ["Automation", "AI/ML", "OSS Compliance", "Cybersecurity"]
        
        self.mastering = [
            "🦜 LangChain & Agentic AI workflows",
            "🧠 RAG architecture & Vector Databases",
            "⚑ Production-ready LLM deployment",
            "☁️ Cloud-native AI services",
            "πŸ”’ Advanced Cybersecurity practices"
        ]
        
        self.contributing_to = [
            "πŸ“¦ OSS Review Toolkit (ORT)",
            "🐍 Python automation libraries",
            "πŸ”Œ Qt open-source projects",
            "πŸ›‘οΈ Security compliance tools"
        ]
        
        self.learning_roadmap = "2025: GenAI Specialist β†’ 2026: AI/ML Engineer"
    
    def daily_grind(self):
        return "Code Β· Automate Β· Secure Β· Learn Β· Repeat πŸ”„"

me = AbhishekReddy()
print(me.daily_grind())

Popular repositories Loading

  1. ort ort Public

    Forked from oss-review-toolkit/ort

    A suite of tools to automate software compliance checks.

    Kotlin

  2. ort-main ort-main Public

    Kotlin

  3. Chatbot-using-ai-studio Chatbot-using-ai-studio Public

    This chatbot ,It will work like chatgpt, gemeni,This code is generated by Ai studio

    TypeScript

  4. abhi12345-dot abhi12345-dot Public

    GitHub Profile README

  5. pdf-chatbot-langchain pdf-chatbot-langchain Public

    A fully local PDF Question-Answering chatbot built with LangChain, Ollama, FAISS, and HuggingFace embeddings. Chat with any PDF using free local LLMs like qwen2.5, llama3, or phi3.

    Python