I'm an AI/ML student who likes building systems that automate the repetitive and tedious — whether that's data labeling pipelines, real-time detection, or chaining AI tools together into useful workflows. I learn best by building things and figuring out what breaks.
class Sairam:
def __init__(self):
self.name = "Sairam"
self.role = "AI/ML Student"
self.interests = ["AI Automation", "Computer Vision", "Cybersecurity"]
self.current_focus = "Automation pipelines with n8n + local AI"
self.learning = ["Workflow Orchestration", "Advanced CV", "Network Security"]
def say_hi(self):
print("Thanks for stopping by! Let's build something useful together 🚀")
me = Sairam()
me.say_hi()- ⚙️ Workflow Automation: Building local-first pipelines with n8n and self-hosted AI
- 🔍 Computer Vision: Detection and active learning systems with YOLOv8
- 🛡️ Cybersecurity: Exploring network security and ethical hacking
- 🔗 Backend Integration: Connecting ML models with real applications
- Collaborating on automation or computer vision projects
- Contributing to open-source AI tools
- Learning from and sharing with other builders
|
An active learning pipeline that keeps humans in the loop while training runs in the background — labels, trains, and promotes models without downtime.
Tech: Python • PyQt6 • YOLOv8 • Ray • SQLite |
Captures screenshots, extracts text via OCR, and runs it through a local LLM — no cloud, no API keys.
Tech: Python • Phi-4 Mini • OCR • Ollama |
|
Real-time helmet detection for road safety automation.
Tech: Python • YOLOv8 • OpenCV |
Clean and edit metadata from images and documents — useful for privacy and file management.
Tech: Python • Tkinter • Pillow • piexif |
|
ML-based financial fraud detection built as a team project.
Tech: Python • Scikit-learn • Pandas |
A straightforward CLI billing tool.
Tech: Python • CLI |
Skills Validated: Network Security Fundamentals • Threat Detection & Analysis • Security Operations • Incident Response
🏅 View All Certifications on Credly

