- Language (document-to-document) comparison:
DOCUMENT_COMPARISON.md - Guideline comparison:
GUIDELINE_COMPARISON.md
python -m venv venv
vevn/Scripts/activate
pip install -r requirements.txt
cp .env.example .env
streamlit run app.py --server.port 8501
streamlit run guideline_app.py --server.port 8502