Skip to content
View NameetP's full-sized avatar

Highlights

  • Pro

Block or report NameetP

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

Hi, I'm Nameet

Solo founder. Building AI products from Dubai.


What I'm working on

pdfmux — Open source PDF extraction that checks its own work. Extracts, audits every page, re-extracts the ones that came out wrong. Python API + CLI + MCP server. Built for LLM pipelines.

pip install pdfmux
import pdfmux

text = pdfmux.extract_text("report.pdf")
chunks = pdfmux.load_llm_context("report.pdf")

Muzify — Music identity platform. Discover what your taste says about you.

Tovi — AI early childhood companion for parents of kids 0–5. Daily activity ideas, screen-free, science-backed.


Tech I work with

Python, TypeScript, FastAPI, Next.js, PostgreSQL, AI/ML pipelines


pdfmux.com · muzify.com · trytovi.com

Popular repositories Loading

  1. pdfmux pdfmux Public

    PDF extraction that checks its own work. #2 reading order accuracy — zero AI, zero GPU, zero cost.

    Python 59 6

  2. NameetP NameetP Public

    GitHub profile README

    TypeScript

  3. langchain-pdfmux langchain-pdfmux Public

    LangChain document loader for pdfmux — self-healing PDF extraction

    Python

  4. awesome-mcp-servers awesome-mcp-servers Public

    Forked from appcypher/awesome-mcp-servers

    Awesome MCP Servers - A curated list of Model Context Protocol servers

  5. awesome-pdf awesome-pdf Public

    Forked from py-pdf/awesome-pdf

    A curated list of resources around PDF files

  6. Awesome-RAG-Production Awesome-RAG-Production Public

    Forked from Yigtwxx/Awesome-RAG-Production

    A curated list of battle-tested tools, frameworks, and best practices for building scalable, production-grade Retrieval-Augmented Generation (RAG) systems.

    Python