Skip to content
View sairam-s0's full-sized avatar
🎯
Everyone gets a chance. But hardwork decides who rises.
🎯
Everyone gets a chance. But hardwork decides who rises.

Block or report sairam-s0

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

👋 Hi, I'm Sairam

🤖 AI/ML Student | ⚙️ Automation Builder | 👁️ Computer Vision | 🔐 Security Explorer

Email Portfolio GitHub


🧠 About Me

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()

🎯 What I'm working on

  • ⚙️ 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

🤝 Open to

  • Collaborating on automation or computer vision projects
  • Contributing to open-source AI tools
  • Learning from and sharing with other builders

🚀 Featured Projects

💳 ActiveLabelingSystem

Repo

An active learning pipeline that keeps humans in the loop while training runs in the background — labels, trains, and promotes models without downtime.

  • 🖍️ Human-in-the-loop labeling
  • 📊 Confidence & entropy tracking
  • 🔁 Background shadow training
  • 🚀 Zero-downtime model promotion

Tech: Python • PyQt6 • YOLOv8 • Ray • SQLite

🤖 Local AI Automation

Repo

Captures screenshots, extracts text via OCR, and runs it through a local LLM — no cloud, no API keys.

  • 📸 Screenshot-based input capture
  • 🔎 OCR text extraction
  • 🧠 Phi-4 Mini response generation
  • ⚙️ Fully local, no external dependencies

Tech: Python • Phi-4 Mini • OCR • Ollama

🪖 Helmet Detection System

Repo

Real-time helmet detection for road safety automation.

  • 📊 85% mAP@0.5
  • 🎥 Live video processing
  • 🚦 Road safety use case

Tech: Python • YOLOv8 • OpenCV

📝 Metadata Editor Pro

Repo

Clean and edit metadata from images and documents — useful for privacy and file management.

  • 🖼️ Images & documents
  • 🔒 Privacy-focused cleanup
  • 💾 Automatic backups

Tech: Python • Tkinter • Pillow • piexif

🕵️ Ponzi Scheme Detection

Repo

ML-based financial fraud detection built as a team project.

  • 📈 Transaction analysis
  • 🧮 Anomaly detection
  • 👥 Team project

Tech: Python • Scikit-learn • Pandas

💳 Billing System

Repo

A straightforward CLI billing tool.

  • 📦 Inventory management
  • 🧾 Invoice generation
  • 💰 Discount handling

Tech: Python • CLI


🛠️ Tech Stack

💻 Languages

Python SQL

🧠 Machine Learning & AI

PyTorch TensorFlow Keras scikit-learn OpenCV NumPy Pandas

⚙️ Automation

n8n Ollama

🌐 Database

MySQL MariaDB SQLite

🔐 Security & Networking

Kali Linux Wireshark Burp Suite

🛠️ Tools & Platforms

Git Linux Arduino Google Colab VS Code


🏆 Certifications

🔐 Junior Cybersecurity Analyst – Cisco

View Credential

Skills Validated: Network Security Fundamentals • Threat Detection & Analysis • Security Operations • Incident Response

🏅 View All Certifications on Credly


📊 GitHub Analytics

GitHub Stats

GitHub Streak


📈 Contribution Activity

activity

📬 Let's Connect!

Email LinkedIn Discord

💬 Open to discussions about:

AI AutomationComputer VisionCybersecurityOpen Source


Wave

Thanks for visiting! Feel free to explore my repositories and reach out if you want to collaborate.

Pinned Loading

  1. ActiveLabelingSystem ActiveLabelingSystem Public

    LabelOps – A local-first AI-assisted data labeling system with continual learning and background model training.

    Python 4

  2. local_ai_automation local_ai_automation Public

    This project automates question solving using AI and OCR. Instead of scraping text from websites, the system captures screenshots of questions, uses OCR to extract text, and then feeds it to the Ph…

    Python 4

  3. Smart-Traffic-Violation-Detection-System Smart-Traffic-Violation-Detection-System Public

    This project is used for dynamic handling of traffic rules without human intervention

    Python 1

  4. billing-system billing-system Public

    this is for those small shops or home business who want to digitalize their billing system but unable to do so because of financial issues

    JavaScript

  5. Vijay-31-08-2005/ponzi-scheme-detection Vijay-31-08-2005/ponzi-scheme-detection Public

    Python 1

  6. mdata_alternator mdata_alternator Public

    Metadata Editor Pro is a cross-platform desktop tool to view, edit, and remove metadata from images, documents, PDFs, and text files. Protect your privacy, standardize files, and manage embedded in…

    Python