From f20baebe8fd0f91d375860f95e7345ddf77c3749 Mon Sep 17 00:00:00 2001 From: charu-openai <164957370+charu-openai@users.noreply.github.com> Date: Tue, 9 Jul 2024 17:03:09 -0700 Subject: [PATCH] added author info to yaml (#1276) Co-authored-by: Your Name --- authors.yaml | 4 ++++ registry.yaml | 12 +++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/authors.yaml b/authors.yaml index 74af360..a8ca360 100644 --- a/authors.yaml +++ b/authors.yaml @@ -103,3 +103,7 @@ aaronwilkowitz-openai: website: "https://www.linkedin.com/in/aaronwilkowitz/" avatar: "https://raw.githubusercontent.com/aaron-wilkowitz/asw_photo/main/asw_623_623.jpg" +charuj: + name: "Charu Jaiswal" + website: "https://www.linkedin.com/in/charu-j-8a866471" + avatar: "https://avatars.githubusercontent.com/u/18404643?v=4" diff --git a/registry.yaml b/registry.yaml index bc53eda..d61b516 100644 --- a/registry.yaml +++ b/registry.yaml @@ -1341,4 +1341,14 @@ - aaronwilkowitz-openai tags: - gpt-actions-library - - chatgpt \ No newline at end of file + - chatgpt + +- title: Data Extraction and Transformation in ELT Workflows using GPT-4o as an OCR Alternative + path: examples/Data_extraction_transformation.ipynb + date: 2024-07-09 + authors: + - charuj + tags: + - completions + - vision + - ocr \ No newline at end of file