Skip to content
View gabsgj's full-sized avatar
😆
Gabriel James
😆
Gabriel James

Highlights

  • Pro

Block or report gabsgj

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.

Content in all repositories owned by your account will be closed.
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
gabsgj/README.md
╔══════════════════════════════════════════════════════════════════════════════╗
║                                                                              ║
║   ██████╗  █████╗ ██████╗ ██████╗ ██╗███████╗██╗          ██╗ █████╗ ███╗   ███╗███████╗███████╗   ║
║  ██╔════╝ ██╔══██╗██╔══██╗██╔══██╗██║██╔════╝██║          ██║██╔══██╗████╗ ████║██╔════╝██╔════╝   ║
║  ██║  ███╗███████║██████╔╝██████╔╝██║█████╗  ██║          ██║███████║██╔████╔██║█████╗  ███████╗   ║
║  ██║   ██║██╔══██║██╔══██╗██╔══██╗██║██╔══╝  ██║     ██   ██║██╔══██║██║╚██╔╝██║██╔══╝  ╚════██║   ║
║  ╚██████╔╝██║  ██║██████╔╝██║  ██║██║███████╗███████╗╚█████╔╝██║  ██║██║ ╚═╝ ██║███████╗███████║   ║
║   ╚═════╝ ╚═╝  ╚═╝╚═════╝ ╚═╝  ╚═╝╚═╝╚══════╝╚══════╝ ╚════╝ ╚═╝  ╚═╝╚═╝     ╚═╝╚══════╝╚══════╝   ║
║                                                                              ║
║                    CS Undergraduate & ML Enthusiast                          ║
║                    📍 Chalakudy, Kerala, India                               ║
║                                                                              ║
╚══════════════════════════════════════════════════════════════════════════════╝

Portfolio LinkedIn Gmail GitHub


> whoami

class Gabriel:
    def __init__(self):
        self.role = "CS Undergraduate & ML Enthusiast"
        self.location = "Chalakudy, Kerala, India"
        self.education = "BTech CSE @ Government Engineering College Thrissur"
        self.current_focus = ["Deep Learning Specialization", "AI Engineering", "FinTech"]
        self.learning = ["IBM AI Engineering", "Deep Learning", "System Design"]
        
    def say_hi(self):
        print("Thanks for dropping by! Let's build something amazing together 🚀")

me = Gabriel()
me.say_hi()

Sophomore BTech Computer Science student at Government Engineering College Thrissur, passionate about AI/ML, FinTech, and building solutions that make a real impact. I actively work on cutting-edge projects in computer vision, NLP, and financial technology.


> cat achievements.log

+ 🥇 Top 15 at Hackhazards '25 – Fluvio Track (17,000+ participants, 25+ countries)
+    └── Developed Stampede Predictor: real-time AI for public safety (YOLOv8 + OpenCV + Fluvio)
+ 📚 15+ Industry Certifications
+    └── Stanford, IBM, AWS, Meta, Vanderbilt, UC Davis
+    └── Machine Learning, AI, Python, SQL, Git, Cloud Computing, Financial Tech
+ 💻 5+ Production-Ready Projects
+    └── Stampede Predictor, AURA, XENIA, ATHENIS, Time-Trek, ValueFind
+ 🌍 Global Hackathon Exposure
+    └── Community-run competitions with international reach
+ 🔧 Full Technical Stack Expertise
+    └── Python, Java, C, JavaScript, Flask, SQL, Docker, YOLOv8, cloud deployment

> ls -la ~/projects/

Real-time AI system for crowd safety using computer vision

Stack: [YOLOv8, OpenCV, Python, Streamlit, Fluvio]
Impact: 99.32% detection accuracy @ 30 FPS
Status: ████████████ 100% Complete

🏆 Top 15 at Hackhazards'25 International Hackathon

📹 Demo Video | 🔗 GitHub

🤖 XENIA

AI Study Planner with NLP capabilities

Stack: [TypeScript, Python, NLP, Speech Recognition]
Features: Multi-language, plugin architecture, intent recognition
Status: ████████████ 100% Complete

🔗 GitHub

💰 AURA

AI-powered FinTech solution for international payments

Stack: [React, TypeScript, Flask, PostgreSQL, Voice AI]
Features: Currency conversion, voice commands, fraud detection
Status: ████████████ 100% Complete

🔗 GitHub

⚖️ ATHENIS

Democratizing legal information through AI

Stack: [Python, Flask, Go, Docker, NLP, Akash Network]
Features: Multi-format support, risk extraction, multilingual
Status: ████████████ 100% Complete

🔗 GitHub

Smart value finder application

Stack: [TypeScript]
Features: Intelligent search, comparison engine
Status: ████████████ 100% Complete

🔗 GitHub

Immersive app to explore prehistoric creatures through time

Stack: [TypeScript, AI-generated visuals]
Features: Interactive learning, stunning visuals
Status: ████████████ 100% Complete

🔗 GitHub


> cat /proc/skills

Languages & Frameworks

┌──────────────────────────────────────────────────────────────────────┐
│  Python ████████████████████ 95%   JavaScript ██████████████░░ 75%  │
│  Java   ██████████████░░░░░░ 70%   TypeScript ██████████████░░ 75%  │
│  C      ██████████████░░░░░░ 70%   SQL        ████████████████ 85%  │
└──────────────────────────────────────────────────────────────────────┘

ML/AI & Data Science

TensorFlow scikit-learn PyTorch OpenCV Pandas NumPy YOLOv8

Web Development

React Flask Node.js Tailwind CSS

Tools & Platforms

AWS Docker Git PostgreSQL Streamlit


> cat learning_journey.md

📚 TRAINING MODULES
├── ✅ Machine Learning Specialization - Stanford & DeepLearning.AI (COMPLETED)
│   ├── ✅ Supervised Machine Learning: Regression and Classification
│   ├── ✅ Advanced Learning Algorithms
│   └── ✅ Unsupervised Learning, Recommenders, Reinforcement Learning
├── � Deep Learning Specialization - DeepLearning.AI & Andrew Ng (In Progress)
├── 🔄 IBM AI Engineering Professional Certificate (In Progress)
└── 📊 Financial Markets - Yale University (Planning Next)

> cat 2026_goals.txt

#!/bin/bash
# 2026 Mission Protocol

GOALS=(
  "[ ] Complete Deep Learning Specialization (DeepLearning.AI)"
  "[ ] Complete IBM AI Engineering Professional Certificate"
  "[ ] Contribute to major open-source ML projects"
  "[ ] Secure a summer internship in AI/ML or FinTech"
  "[ ] Build and deploy 5+ production-ready AI applications"
  "[ ] Start research in Computer Vision or NLP"
)

for goal in "${GOALS[@]}"; do
  echo "$goal"
done

> git log --oneline -3

Gabriel's GitHub Stats

Top Languages


> netstat -tulpn | grep LISTEN

🤝 COLLABORATION PORTS OPEN
├── 🤖 Machine Learning & AI .............. :8080 [LISTENING]
├── 💳 FinTech & Financial Analysis ....... :8081 [LISTENING]
├── 👁️ Computer Vision .................... :8082 [LISTENING]
├── 💬 Natural Language Processing ........ :8083 [LISTENING]
└── 🌐 Full-Stack Development ............. :8084 [LISTENING]

Feel free to reach out if you want to:

  • 🤝 Collaborate on projects
  • 💡 Discuss AI/ML ideas
  • 🐍 Need help with Python or web development
  • 👋 Just want to connect!

Profile views

$ echo "Building the future, one commit at a time." 🚀

Pinned Loading

  1. ChronoSpectra ChronoSpectra Public

    Financial Time-Series Forecasting & Analytics Engine

    Jupyter Notebook

  2. XENIA XENIA Public

    Xenia - The AI Study Suite

    TypeScript 2 1

  3. Market-Volatility-Spike-Detector Market-Volatility-Spike-Detector Public

    A statistical approach to detecting unusual market behavior using multivariate Gaussian density estimation and Mahalanobis distance scoring.

    Python

  4. K-Means-Image-Compressor K-Means-Image-Compressor Public

    K-Means clustering image compressor with Flask web UI and REST API. Reduces colors intelligently while preserving quality.

    Python

  5. athenis athenis Public

    Democratizing Legal Understanding with Decentralized AI - Legal Document Simplifier

    HTML 1

  6. Stampede-Predictor Stampede-Predictor Public

    A web application for real-time crowd density analysis and stampede risk prediction.

    HTML 2 2