Metadata-Version: 2.1
Name: dataqa-extractor
Version: 0.1.1
Summary: No-code data extractor
Author: Maria
Author-email: maria@dataqa.ai
Requires-Python: >=3.9, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*, !=3.8.*
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: instructor (==0.2.11)
Requires-Dist: openai (==0.28.0)
Requires-Dist: pandas (==2.1.3)
Requires-Dist: pydantic (==2.4.2)
Requires-Dist: streamlit (==1.29.0)
Description-Content-Type: text/markdown

# DataQA extractor
Extract structured fields into a spreadsheet from unstructured text

&nbsp;

<div align="center">
    <img src="https://github.com/dataqa/extractor/blob/main/extractor.gif?raw=True" width="600" align="center"/>
</div>

&nbsp;

## Usage

This package uses the OpenAI API, so you need a valid API key before you start.

Install the package with pip: `pip install dataqa-extractor`

Run it from the terminal: `dataqa-extract`
