A proof-of-concept (POC) for automating quotation generation process, starting with extracting inquiry, matching with items in price list, and finally generating quotation.
- Create a new environment and activate it:
conda create -n quote python=3.12
conda activate quote
- Install the packages:
pip install -r requirements.txt
- Run the application with UI:
PYTHONPATH=. streamlit run app.py