Skip to content

wesslen/spacy-shiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Demo: https://ryanwesslen.shinyapps.io/spacy-shiny/

Installation instructions

Create a new virtual environment.

python -m venv venv
source venv/bin/activate

Install packages.

pip install --upgrade pip wheel
pip install -r requirements.txt

Run shiny project

Run the python shiny app.

shiny run --reload 

Deploy to shinyapps.io

First install requirements-dev.txt.

pip install -r requirements-dev.txt

Then follow these instructions to authenticate.

About

Python shiny app with spaCy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages