/nlp_survey

Primary LanguageJupyter Notebook

nlp_survey

setup

# if not yet done
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
# or then just
source venv/bin/activate

# then
jupyter lab