Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 233 Bytes

setup.md

File metadata and controls

6 lines (6 loc) · 233 Bytes

Directions to run generative AI explanations:

  1. pip install -r requirements.txt
  2. python -m pip install -U spacy
  3. python -m spacy download en_core_web_sm
  4. cd python\interpret_text\generative
  5. streamlit run app_hierarchical.py