class VictorBuendia: def __init__(self): self.role = "Systems & Computer Engineering Student" self.uni = "Universidad TecnolΓ³gica de Pereira (UTP), Colombia" self.focus = ["AI Language Systems", "Dev Tools", "Cybersecurity", "Mobile Development"] self.stack = { "ai_ml": ["Ollama", "Transformers", "Whisper STT", "Ollama Agents", "RTF Optimizations"], "languages": ["Python", "TypeScript", "Kotlin", "Java", "C++"], "web": ["React", "Flask", "Express", "Vite", "Tailwind"], "infra": ["Docker", "PostgreSQL", "SQLite", "Redis", "Linux"], "mobile": ["Android IME", "Jetpack Compose", "Kotlin Coroutines"], "security": ["Kali Linux", "Pentesting", "RBAC", "OAuth2", "Rate Limiting"] } def current_objective(self): return "Building production-grade AI systems that run entirely offline on consumer hardware"
π€ alex-voice-ai
AI Language Learning Assistant β Local, offline assistant for English, Spanish, and Japanese. Features real-time conversation, pronunciation scoring, semantic equivalence checking, and pre-recorded Qwen3-TTS audio with vector search.
π alex-grammar
Offline Grammar App β Duolingo-style SRS flashcards with complete JMdict (214K+ entries), KANJIDIC2 (13K kanji), and multilingual sentence database. Runs entirely offline with no API keys.
β¨οΈ vibro-keyboard
Android Smart Keyboard β Custom Android IME with text prediction engine using Self-Organizing Maps (SOM), fuzzy string scoring, and gesture recognition. 7,685 lines of Kotlin.
π₯ farmacy-erp
Pharmacy ERP System β Full-stack pharmaceutical management with B2C store, POS system, FEFO inventory, loyalty points, 4 payment gateways (Wompi, Stripe, MercadoPago, Cash), RBAC, and 546 tests.
π₯ prometheus
Local AI Coding Agent β Autonomous coding agent powered by Ollama (Qwen 3.5 9B) running entirely offline on RTX 3050 6GB. Features MCP server integration, hardware auto-detection, and 96K context window.
π‘οΈ hephaestus
Cybersecurity AI Agent β Autonomous security agent running on Kali Linux with DeepHat 7B. Designed for penetration testing workflows, vulnerability assessment, and security automation.
π§ python-compiler
Python Compiler from Scratch β Multi-stage compiler with lexer, parser (LL(1)), semantic analyzer, IR code generator, and stack-machine VM. Includes full documentation site. Academic project.
π§© sudoku-csp-solver
AI Constraint Solver β Sudoku solver using Constraint Satisfaction Problem (CSP) algorithms with interactive Jupyter notebooks in English and Spanish. Demonstrates backtracking, forward checking, and MRV heuristics.
- alex-voice-ai: Building a complete offline AI language learning system with Qwen3-TTS, semantic search, and pronunciation scoring
- farmacy-erp: Production-ready pharmacy ERP with multi-payment gateway support
- Prometheus/Hephaestus: Local AI agents for software development and cybersecurity
Building the future, one commit at a time β fully offline, fully open source.