Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 569 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 569 Bytes

Requirements

  • Node.js >= v16.16.0
  • Python >= v3.8

Setup Steps

  1. Install the Node.js modules
    From node directory run:
    npm install
    
  2. Install the Python packages
    From python directory run:
    python3 -m venv ./venv
    ./venv/bin/pip3 install -r requirements.txt
    
  3. Download the spacy ro_core_news_lg model (~570MB)
    From python directory run:
    ./venv/bin/python -m spacy download ro_core_news_lg