Skip to content

Commit

Permalink
adds an illustration of the streamlit on the README
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfix committed Apr 24, 2024
1 parent bc132ee commit 2bc8ddc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,19 @@ This config file uses:
- LangChain with GPT-4-turbo-preview for requesting the parsed tables to extract
and re-order the necessary informations

## Running the pipeline with the streamlit app

You can also interact with the pipeline with a streamlit app :

```
streamlit run app/index.py
```

Below is an example of the pipeline running on one of the reports, parsing the tables with LlamaParse and Unstructured.

![](media/extraction_demo_bhp.webm)


# Avaiable blocks

## Page filter
Expand Down
Binary file added media/extraction_demo_bhp.webm
Binary file not shown.

0 comments on commit 2bc8ddc

Please sign in to comment.