Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

README.md 831 B

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

Spark-NLP Strata

Spark NLP Instructions for STRATA

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.

 docker run -it --rm -p 8888:8888 -p 4040:4040 johnsnowlabs/spark-nlp-workshop

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

http://localhost:8888/?token=LOOK_INSIDE_YOUR_CONSOLE
Tip!

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

Comments

Loading...