Skip to content

Latest commit

 

History

History
 
 

document_to_structured_data

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Use Case : Extract key sections from document

This repo illustrates how to use OpenAI GPT to convert unstructured data into structured data. This is demonstrated by:

  • extracting key sections from a resume, and output results to json format.

Dataset

This example uses a sample resume downloaded as it is from linkedin.

Notebooks

Future Work

  • extracting key information from other type of documents, into structure data.

Related Repos

Related repos from the author:

References