Skip to content

Commit

Permalink
Merge pull request #78 from dataforgoodfr/readme_demo_extract
Browse files Browse the repository at this point in the history
Video demonstration of the streamlit app for extraction on the readme
  • Loading branch information
jeremyfix authored Apr 24, 2024
2 parents bc132ee + 373b800 commit 0063e2c
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.

[PipelineDemonstration.webm](https://github.com/dataforgoodfr/12_taxobservatory/assets/1128418/f9c64e83-9c15-4de2-a512-4f4b25f2f3ae)


# Avaiable blocks

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

0 comments on commit 0063e2c

Please sign in to comment.