Skip to content
View darthblanc's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report darthblanc

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
darthblanc/README.md
      _            _   _     _     _                  
   __| | __ _ _ __| |_| |__ | |__ | | __ _ _ __   ___ 
  / _` |/ _` | '__| __| '_ \| '_ \| |/ _` | '_ \ / __|
 | (_| | (_| | |  | |_| | | | |_) | | (_| | | | | (__ 
  \__,_|\__,_|_|   \__|_| |_|_.__/|_|\__,_|_| |_|\___|

Clement-Andi Edet

I like hard problems, clean systems, and the occasional rabbit hole.

Portfolio LinkedIn GitHub


About Me

I build backend systems and agentic AI pipelines — things that process data at scale, reason over documents, and get things done without hand-holding.

I move fast, own full cycles, and tend to automate whatever slows things down.

  • Focus: Agentic AI, RAG pipelines, LLM orchestration, backend data systems
  • Research background: NLP — Word2Vec, KMeans clustering, prompt engineering, LLM evaluation
  • Currently building: AI agents — local open-source models, cloud APIs, whatever fits the problem
  • Education: BS Computer Science, University of Dallas — Magna Cum Laude, Phi Beta Kappa
  • Competitive programming: LeetCode · Kattis

Research

Optimizing clustering of CDR3 sequences using natural language processing, Word2Vec, and KMeans Frontiers in Bioinformatics, Vol. 5, 2025

Applied Word2Vec embeddings, PCA, and KMeans clustering to T-cell receptor CDR3 sequences to identify immune activation patterns in ARDS patients vs. healthy controls. Presented at the 20th Annual Meeting of the MidSouth Computational Biology and Bioinformatics Society (MCBIOS).


Featured Projects

Anansi — LangGraph pipeline that quizzes you on your own wiki using extended thinking

Agentic File Explorer — ReAct agent that navigates and reasons over a file system via natural language

AI Travel Agent — Hackathon runner-up: conversational flight search agent that parses intent from dialogue, queries Amadeus in real time via webhooks, and surfaces results with voice interaction


Tech Stack

AI & ML

LangChain PyTorch TensorFlow scikit-learn

Backend & Infrastructure

Python Go FastAPI Node.js Redis AWS Google Cloud Firebase

Languages

JavaScript Java React


What I'm Interested In

  • Agentic systems that actually work reliably in production
  • LLM pipelines for document understanding and extraction
  • Backend architecture for data-intensive applications
  • Picking the right model deployment for the right problem — local, cloud, or hybrid

Pinned Loading

  1. agentic-file-explorer agentic-file-explorer Public

    A locally-running AI agent that reads, writes, and searches a file system through natural language — built on a hierarchical ReAct agent loop with short-term memory, automatic context compaction, a…

    Python 1

  2. anansi anansi Public

    A quiz and evaluator agent built on top of Karpathy's LLM wiki pattern. Generates contextual quizzes from your markdown knowledge base and evaluates your answers using Claude AI. Inspired by the We…

    Python 1

  3. acne-neural-network acne-neural-network Public

    Neural network trained to identify images/faces with acne using TensorFlow. There are notebooks to view the code and a report on the model and its performance.

    Jupyter Notebook 1

  4. ElevatEd-Devs/ElevatEd_backend ElevatEd-Devs/ElevatEd_backend Public

    Backend Repository for the ElevatEd Education Platform

    Go 2

  5. unicorn-public unicorn-public Public

    Public version of the Unicorn web-based drawing application. This application utilizes JS web workers to boost performance on the web. There is also autosaving enabled for the application creating …

    JavaScript 1

  6. prime-finder prime-finder Public

    Mathematics tool that counts the number of primes within a range. The tool uses multi-threading, multi-processing, and Redis streams to distribute workloads across several worker processes leading …

    Python 2