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()
- Angeles City, Pampanga, Philippines
- @jansenccruz
- JansenCCruz
- https://www.tiktok.com/@intellisense.stdio?lang=en
Highlights
- Pro
Pinned Loading
-
LiPAD-License-Plate-Deblurring-and-Recognition-Paddle
LiPAD-License-Plate-Deblurring-and-Recognition-Paddle PublicA lightweight deep-learning system specifically designed for Philippine license plate recognition that addresses environmental constraints and image quality issues in traffic enforcement.
HTML
-
jamaica-salem/LiPAD
jamaica-salem/LiPAD PublicThesis 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
-
auf-barangay-emr
auf-barangay-emr PublicA 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
-
faceless-youtube-factory
faceless-youtube-factory PublicAutomated 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
-
loan-app-webapp
loan-app-webapp PublicA 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#
If the problem persists, check the GitHub status page or contact support.