mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-09 01:55:55 +00:00

* added to_dict to elements * first training notebook * bump changelog, rerun notebook * remove coordinates and id * rerun notebook * has -> have * partitioning -> partition * various and sundry typos * switch to using convert_to_isd
12 lines
487 B
Markdown
12 lines
487 B
Markdown
# Training Notebooks
|
|
|
|
The notebooks in this directory provide interactive training for users who are just
|
|
getting up and running with the `unstructured` library. To get started, run
|
|
`make install && make install-local-inference && make install-project-local`. That
|
|
will install `unstructured` locally and all of the requirements needed for the notebooks.
|
|
|
|
## Notebooks
|
|
|
|
- Core Concepts: Quick start notebooks that covers key concepts in the `unstructured`
|
|
library and basic workflows.
|