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 b9dfd0b3c4
Update instructions for Strata
5 years ago
..
a4a62039b7
Replace SparkSession with sparknlp.start
5 years ago
b9dfd0b3c4
Update instructions for Strata
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

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

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

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

Comments

Loading...