Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 223 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 223 Bytes

Invoice AI LLM

Instructions

Create environment and install required packages with the following commands.

python3 -m venv invoice-llm-env
source invoice-llm-env/bin/activate
pip install -r requirements.txt