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