classVictorBuendia:
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"]
}
defcurrent_objective(self):
return"Building production-grade AI systems that run entirely offline on consumer hardware"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. | 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. |
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. | 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. |
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. | 🛡️ hephaestusCybersecurity AI Agent — Autonomous security agent running on Kali Linux with DeepHat 7B. Designed for penetration testing workflows, vulnerability assessment, and security automation. |
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. | 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.