Skip to content
View itsmesherry's full-sized avatar

Organizations

@WebLM

Block or report itsmesherry

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

Hi, it's me Sherry πŸ‘‹

Curiosity leads my way through life.

AI / LLM engineer building agents, RAG systems, and developer tooling, mostly in Python.

Portfolio LinkedIn Email

profile views


πŸš€ What I'm building

I spend most of my time on applied LLMs: agentic systems, retrieval-augmented generation, and tooling that makes models actually useful. A few things I'm proud of:

  • claude-audit, an AI-powered codebase auditor that runs in a single command (now on npm).
  • DocuSenseAI, a multimodal RAG for pulling answers out of messy documents.
  • A from-scratch, unofficial Titans implementation ("Learning to Memorize at Test Time").

In between, there's usually a bot, a parser, or an OCR pipeline being built somewhere.


πŸ“¦ Published Packages

async-limiter on PyPI ocr-llm on PyPI


πŸ› οΈ Tech Stack

Languages

Python TypeScript JavaScript

AI / LLMs

OpenAI Anthropic Gemini Hugging Face LangChain Ollama PyTorch

Speech & Audio

Whisper Wav2Vec2 ElevenLabs

Full-Stack & Data

FastAPI Pydantic Node.js React Next.js PostgreSQL MongoDB Vector DB

DevOps & Tools

Docker AWS Google Cloud GitHub Actions Vercel Playwright Git


Always down to talk LLMs, agents, or a good side project.

Pinned Loading

  1. claude-audit claude-audit Public

    AI-powered codebase auditor. One command. Powered by Claude.

    TypeScript 9 3

  2. async-limiter async-limiter Public

    Python asyncio library for concurrent and time-based rate limiting

    Python

  3. WebLM/weblm-python WebLM/weblm-python Public

    The official Python library for the WebLM API

    Python

  4. llm-ocr llm-ocr Public

    Convert PDFs to markdown using Large Language Models (LLMs) with vision capabilities.

    Python