Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 198 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 198 Bytes

cv-reader

Langchain Capstone project

Run it locally

This application use Streamlit

virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
streamlit run main.py