My Projects

Here are some of my recent projects in AI, cybersecurity, and automation.

SQL CLI Agent

SQL CLI Agent

2025

Developed an AI-powered command-line interface for SQL database management. Implemented NLP to translate English queries into SQL and used LangChain orchestration across MySQL and PostgreSQL, streamlining query execution and reducing development time.

Python LangChain MySQL PostgreSQL NLP CLI OpenAI
Study Buddy AI

Study Buddy AI

2025

Built an adaptive learning assistant in Python. Integrated a Neo4j knowledge graph for contextual content retrieval and implemented spaced-repetition algorithms to optimize study schedules, improving user retention.

Python Neo4j Graph Databases Machine Learning Spaced Repetition NLP
AI Command Assistant

AI Command Assistant

2025

Created a CLI-based AI assistant on Arch Linux to automate system tasks via natural language. Integrated a real-time weather API for information queries. Designed a multi-stage agent architecture (planning, execution, observation) using Python with OpenAI and Groq APIs.

Python Arch Linux OpenAI Groq REST APIs Shell Scripts System Administration
SOC Monitoring Dashboard

SOC Monitoring Dashboard

2024

Developed during SOC Analyst internship at iBharat.org. Created a comprehensive dashboard for monitoring network security across 100+ endpoints using Wazuh, Snort, and Splunk for threat detection and incident response.

Wazuh Snort Splunk Python Security Analytics SIEM Threat Intelligence
API Security Framework

API Security Framework

2024

Implemented comprehensive API security best practices and blue team protocols during SOC internship. Developed security controls that reduced vulnerability exposure through stricter access controls and monitoring.

API Security OAuth JWT Rate Limiting Input Validation Security Monitoring