From 357e62b662f394c8000c21430b80a91261f414d5 Mon Sep 17 00:00:00 2001 From: Emmett McFaralne Date: Fri, 22 Mar 2024 00:05:18 -0400 Subject: [PATCH] added cssutils --- README.md | 2 ++ requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a93ce1..45947f3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Pipeline Illustration The Pipe +[![codecov](https://codecov.io/gh/emcf/cfp-backend-refactor/graph/badge.svg?token=KHD1PDOSHF)](https://codecov.io/gh/emcf/cfp-backend-refactor) ![python-gh-action](https://github.com/emcf/cfp-backend-refactor/actions/workflows/python-ci.yml/badge.svg) + The pipe is a tool for feeding complex real-world data into large language models. The pipe is built on top of dozens of carefully-crafted heuristics to create sensible representations from a wide variety of sources, including code projects, scientific papers, web pages, github repos, data files, databases, and more. ## 🛠️ How it works diff --git a/requirements.txt b/requirements.txt index 4cc0a87..44d872b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,5 @@ pandas colorama requests pillow -pytesseract \ No newline at end of file +pytesseract +cssutils \ No newline at end of file