idomic / ploomber_NLP_showcase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ploomber_NLP_showcase

run pip install ploomber && ploomber install to get the project dependencies into an isolated environment.

Once done you can activate the virtualenv and run the pipeline:

source venv-ploomber_NLP_showcase/bin/activate

ploomber build

Currently in beta download the model here: https://drive.google.com/file/d/1Ck_jnx1Z0RX67DUwTbCWJtvkNlxX2Lkt/view?usp=sharing

place it in the folder of the model output/finetuned/best-model

and run the server: gunicorn app:app -c ./gunicorn.conf.py -k uvicorn.workers.UvicornWorker

clone the webapp and run yarn install && yarn start: https://github.com/franz101/reactHN

This pipeline was automatically generated

Setup

pip install -r requirements.txt

Usage

List tasks:

ploomber status

Execute:

ploomber build

Plot:

ploomber plot

Note: plotting requires pygraphviz for instructions, see this.

Resources

This pipeline was automatically generated

Setup

pip install -r requirements.txt

Usage

List tasks:

ploomber status

Execute:

ploomber build

Plot:

ploomber plot

Note: plotting requires pygraphviz for instructions, see this.

Resources

About

License:Apache License 2.0


Languages

Language:Jupyter Notebook 95.4%Language:Python 4.6%