Skip to content

readerbench/personal-data-extraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published