callampin · GitHub
Skip to content
View callampin's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report callampin

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 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
callampin/README.md

GNU nano 8.0                ~/lab/identity/main.py
class Engineer:
    def __init__(self):
        self.name = "Cristian"
        self.role = "AI Engineer"
        self.home = "Chile 🇨🇱"
        self.os   = "Fedora"

    def introduce(self):
        print(f"Hi, I'm {self.name}, an {self.role} from {self.home}.")

if __name__ == "__main__":
    Cristian = Engineer()
    Cristian.introduce()

^G Help      ^O Write Out  ^W Where Is   ^K Cut        ^T Execute
^X Exit      ^R Read File  ^\ Replace    ^U Paste      ^J Justify
~/lab/identity ❯ python3 main.py
Hi, I'm Cristian, an AI Engineer from Chile 🇨🇱.
~/lab/identity ❯ █

✨My Portfolio Website✨

    My tech stack 🧑‍💻

Made with ❤️ by callampin

Popular repositories Loading

  1. manifest-maker-HD2 manifest-maker-HD2 Public

    Title

    Python 1

  2. ayudantias-ayp ayudantias-ayp Public

    Material de apoyo para ayudantias online de la universidad UTEM

    C

  3. kcalculator kcalculator Public

    JavaScript

  4. ghost-lead-hunter ghost-lead-hunter Public

    Ghost Lead Hunter: Agente autónomo de generación de leads B2B que utiliza IA para extraer, calificar y organizar oportunidades de venta desde Reddit y X sin intervención humana. Desarrollado en Pyt…

    Python

  5. smart-invoice-auditor smart-invoice-auditor Public

    Smart Invoice Auditor: Automatización contable con IA multimodal (Gemini, OpenAI, MiniMax). Extrae RUT y montos de facturas PDF, valida presupuestos en Google Sheets y notifica en Slack. Arquitectu…

    Python

  6. callampin callampin Public