diff --git a/README.md b/README.md index 05d5754..8e80156 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # code-tokenizer-md -> Created to push creative limits. Processes git repository files into markdown with token counting and sensitive data redaction. +![code-tokenizer-md](./code-tokenizer-md.jpg) + +> Push the limits of possible ## Quick Start ```bash @@ -12,6 +14,10 @@ $ npx code-tokenizer-md `code-tokenizer-md` is a tool that processes git repository files, cleans code, redacts sensitive information, and generates markdown documentation with token counts using the Llama 3 tokenizer. +## Philosophy +> Human-first technologies for a better tomorrow. + + ```mermaid graph TD Start[Start] -->|Read| Git[Git Files] diff --git a/code-tokenizer-md.jpg b/code-tokenizer-md.jpg new file mode 100644 index 0000000..029e96f Binary files /dev/null and b/code-tokenizer-md.jpg differ