In this advanced tutorial, we will build a Fonduer
application to tackle the
challenging task of extracting images for specific transistors from their
datasheets. This is an example of knowledge base construction from
richly formatted data.
The entire tutorial can be found in
transistor_image_tutorial.ipynb
. Before
running the tutorial you will need to:
- Run
./download_data.sh
to get the data used in the tutorial. - Create a postgres database named
stg_temp_max_figure
. Assuming you have postgres installed, you can simply runcreatedb stg_temp_max_figure
.