The Wayback Machine - https://web.archive.org/web/20251210085700/https://github.com/dcarpintero
Skip to content
View dcarpintero's full-sized avatar

Organizations

@arkimedesnetwork @turinglayer

Block or report dcarpintero

Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
dcarpintero/README.md

๐Ÿค– AI Models

๐Ÿ“„ PangolinGuard: Fine-Tuned ModernBERT Model for AI Guardrails - [repo]

๐Ÿฌ AI Projects / Deep-Dives

๐Ÿ“„ MINERVA: A Multi-Agent LLM System for Digital Scam Protection - [repo]

๐Ÿ“„ Taxonomy Completion with Embedding Quantization and an LLM-based Pipeline: A Case Study in Computational Linguistics - [repo]

๐Ÿ“„ Arkimedes Architecture: At the Intersection of AI and Web3 for Talent Acquisition - [homepage]

๐Ÿ“„ Building a Neural Network Classifier from the Ground Up: A Step-by-Step Guide - [repo]

๐Ÿง™โ€โ™‚๏ธ AI Guides

๐Ÿ“„ Design Patterns for Building Agentic Workflows

๐Ÿ“„ Model Context Protocol (MCP) in Practice

๐Ÿ“„ Enhancing RAG Reasoning with knowledge Graphs - [notebook]

๐Ÿ“„ In-Context Learning and Function Calling with OpenAI - [notebook]

๐Ÿงฎ Tech-Stack

โ˜‘๏ธ Python, PyTorch            โ˜‘๏ธ GPT, Cohere, Claude, Mistral, Llama   โ˜‘๏ธ LangSmith, W&B, AutoGen
โ˜‘๏ธ HuggingFace Transformers   โ˜‘๏ธ RAG, Transfer-, In-Context Learning   โ˜‘๏ธ Fine-Tuning, Quantization
โ˜‘๏ธ LangChain, LlamaIndex      โ˜‘๏ธ Neo4j, Pinecone, Weaviate             โ˜‘๏ธ Smart Contracts, Solidity

https://tech.diegocarpintero.com

Pinned Loading

  1. llamaindexchat llamaindexchat Public

    LLM Chatbot w/ Retrieval Augmented Generation using Llamaindex. It demonstrates how to impl. chunking, indexing, and source citation.

    Python 45 5

  2. transformer101 transformer101 Public

    Annotated vanilla implementation in PyTorch of the Transformer model introduced in 'Attention Is All You Need'.

    Jupyter Notebook 1

  3. dapp-real-state dapp-real-state Public

    Decentralized Digital Marketplace w/ Smart Contracts and ZKPs.

    Solidity 3

  4. minerva minerva Public

    Multi-Agent LLM System for Digital Scam Protection

    Python 10 3

  5. wikisearch wikisearch Public

    Multilingual Semantic Search with Reranking on a prepared large vectorized dataset comprising 10 million Wikipedia documents. It supports dense retrieval, keyword search, and hybrid search.

    Python 14 1

  6. nn-image-classifier nn-image-classifier Public

    Python from-scratch implementation of a Neural Network Classifier. Dive into the fundamentals of approximation, non-linearity, regularization, gradients, and backpropagation.

    Jupyter Notebook 4