Skip to content
View callampin's full-sized avatar
:electron:
Gonna kms
:electron:
Gonna kms

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 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
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   = "Pop!_OS"

    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. kcalculator kcalculator Public

    JavaScript

  2. 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

  3. 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

  4. callampin callampin Public

  5. content-batching-engine content-batching-engine Public

    Content Batching Engine: An automated workflow converting short videos into omnichannel content (X, LinkedIn, Reels) via Whisper and Gemini. Features Google Drive integration, a Telegram-based appr…

    Python

  6. RAG-system RAG-system Public

    Python