bdolor / text-analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text Analysis in a box

Text Analysis is a community maintained Jupyter Docker Stack image

Local Development

Conda package manager and virtual env

  • conda create --name text-analysis anaconda
  • conda activate text-analysis
  • conda install --file requirements.txt

Docker (build an image and launch a notebook)

  • docker build -t bdolor/text-analysis:1.0.1 .
  • docker run -p 8888:8888 bdolor/text-analysis:1.0.1

About


Languages

Language:Jupyter Notebook 99.5%Language:Python 0.3%Language:Dockerfile 0.1%Language:Makefile 0.1%Language:Shell 0.0%