Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Maziyar Panahi dd04292a92
Create 5- How to use Spark NLP and Spark ML Pipelines.ipynb
5 years ago
..
01e86c8fcb
Add chunking example to Strata notebook 1
5 years ago
08d303ecbe
Update explaination inside notebook
5 years ago
4c156495c4
Rename the example for French POS Tagger
5 years ago
7487de1e4a
Create 4- Entity Recognizer DL.ipynb
5 years ago
dd04292a92
Create 5- How to use Spark NLP and Spark ML Pipelines.ipynb
5 years ago
09068179eb
Update docker instructions
5 years ago
44664f1a71
Add a pdf needed in OCR example
5 years ago

README.md

You have to be logged in to leave a comment. Sign In

Spark-NLP Strata

Spark NLP Instructions for STARTA

1.Install docker in your systems:

Go to site https://docs.docker.com/install/ to download based on your specific OS.

Note for windows user: Use the stable channel for windows 10

https://docs.docker.com/docker-for-windows/install/#what-to-know-before-you-install

2.Get the docker image for spark-nlp-workshop:

docker pull johnsnowlabs/spark-nlp-workshop

3.Run the image locally with port binding and local disk mapping Note: Replace $local path$ with any local path in your disc

 docker run -it --rm -p 8888:8888 -p 4040:4040 -v 'pwd':/home/jovyan/strata johnsnowlabs/spark-nlp-workshop

4.Run the notebooks on your browser using the token printed on the console.

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...