Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View jansencruz23's full-sized avatar

Highlights

  • Pro

Block or report jansencruz23

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
jansencruz23/README.md
from jansencruz23 import SoftwareEngineer

class Bio:
    def __init__(self):
        self.name = "Jansen C. Cruz"
        self.aspiration = "AI/ML Engineer & Fullstack Developer"
        self.interests = ["Artificial Intelligence", "Machine Learning", "Data Science", "Software Engineering"]
        self.location = "Pampanga, Philippines"

class Education:
    def __init__(self):
        self.school = "Angeles University Foundation"
        self.current_year = "4th year"
        self.scholarships = ['BYA Scholar', 'University Scholar']

class Skills:
    def __init__(self):
        self.languages = ["Python", "C#", "JavaScript", "Java", "Dart", "SQL", "HTML", "CSS"]
        self.ai_ml = ["LangChain/LangGraph", "n8n", "Power Automate", "PyTorch", "TensorFlow/Keras",
            "Scikit-learn", "Hugging Face", "RAG"]
        self.web_frameworks = ["ASP.NET Core", "Entity Framework Core", "FastAPI", "MERN Stack"]
        self.mobile_frameworks = ["Flutter"]
        self.databases = ["MSSQL", "MySQL", "MongoDB", "Firebase"]
        self.tools = ["Git", "Anaconda", "Jupyter", "VS Code", "Visual Studio", "Power BI"]
        self.learning = ["Deep Learning with Python", "MCP", "AI Agents", "Automation"]

class Hackathons:
    def __init__(self):
        self.recent_awards = [
            "πŸ† Champion - Google Developer Groups - HAU's Beyond Limits: The AI Hack 2025",
            "✨ Best Use of Gemini API - Beyond Limits: The AI Hack 2025",
            "πŸ† Champion - JPCS Hackathon 2025",
            "πŸ₯ˆ 2nd Place - JPCS Hackathon 2025",
            "πŸ₯‰ 3rd Place - JPCS Hackathon 2024",
            "πŸ₯ˆ 2nd Place - iCode Hackathon 2021-2022"
        ]

class JansenCruz(SoftwareEngineer):
    def __init__(self):
        super().__init__()
        self.bio = Bio()
        self.education = Education()
        self.skills = Skills()
        self.hackathons = Hackathons()

Get in touch with me

Β  Β  Β  Β 

Pinned Loading

  1. LiPAD-License-Plate-Deblurring-and-Recognition-Paddle LiPAD-License-Plate-Deblurring-and-Recognition-Paddle Public

    A lightweight deep-learning system specifically designed for Philippine license plate recognition that addresses environmental constraints and image quality issues in traffic enforcement.

    HTML

  2. jamaica-salem/LiPAD jamaica-salem/LiPAD Public

    Thesis Project: AI-powered web application for real-time deblurring and analysis of vehicle license plate images. Built an end-to-end restoration pipeline using a CNN for distortion classification,…

    Vue 4

  3. auf-barangay-emr auf-barangay-emr Public

    A full-stack healthcare management system developed to digitize barangay health operations, replace paper records, and enable data-driven decision-making for local healthcare providers.

    HTML 2

  4. faceless-youtube-factory faceless-youtube-factory Public

    Automated AI video generation factory. Create faceless YouTube content from prompts with LLM scripts, multi-character TTS, and automated publishing. Built with FastAPI, LangGraph, and Next.js

    Python 1 3

  5. loan-app-webapp loan-app-webapp Public

    A scalable financial web application built with Clean Architecture and CQRS patterns, replacing manual Excel tracking with automated loan lifecycle management and real-time analytics.

    C#

  6. pose-k.o pose-k.o Public

    A browser-based boxing game, controlled entirely through real-time camera pose detection and themed for Angeles University Foundation (AUF).

    JavaScript 1