Loading repository data…
Loading repository data…
suddeb / repository
My experiment with langextract - a Python library for extracting structured information from unstructured text using LLMs with precise source grounding and interactive visualization.
LangExtract is a Python library that uses LLMs to extract structured information from unstructured text documents based on user-defined instructions. It processes materials such as clinical notes or reports, identifying and organizing key details while ensuring the extracted data corresponds to the source text.
Here in this Github repo, I am storing all of my experiments to extract structured information from different unstructured sources.
Experiment 1:

Experiment 2:

Alice In Wonderland:

Romeo Juliet:

Spiderman:

Below Python program is used to copy contents from Wiki Page and create txt file.
wiki-to-text.py