marromlam / docs-ai

Extract information from PDF or Word files using openAI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs-AI

Extracts information from documents using openAI API.

Screenshot 2023-11-18 at 01 08 28

Installation

conda env create -f environment.yml
pip install -r requirements.txt


## Usage

```bash
python main.py

Next Steps

  • Port code to a web app?
  • Add more formats
  • Use Llama to extract information from the text

About

Extract information from PDF or Word files using openAI


Languages

Language:Python 100.0%