Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 469 Bytes

File metadata and controls

12 lines (9 loc) · 469 Bytes

bachelor_thesis

Installation

  1. Execute conda env create -f environment.yml to setup your conda environment
  2. Activate your new conda env with conda activate bachelor_thesis
  3. Execute pip install -e . in bachelor_thesis root folder (where the pyproject.toml is) to install all the requirements.

How to use Tabular Agent

  1. Insert the PDF file path in main.py.
  2. Execute python main.py.
  3. Send out your query to the Tabular Agent.