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 be77bea8a9
Use sparknlp.start() to create SparkSession
5 years ago
..
97101e7d01
Update Strata notebooks with 2.0.1 release
5 years ago
be77bea8a9
Use sparknlp.start() to create SparkSession
5 years ago
1a917f9e7a
Remove %%time to avoid some issues
5 years ago
1a917f9e7a
Remove %%time to avoid some issues
5 years ago
1a917f9e7a
Remove %%time to avoid some issues
5 years ago
1a917f9e7a
Remove %%time to avoid some issues
5 years ago
1a917f9e7a
Remove %%time to avoid some issues
5 years ago
1a917f9e7a
Remove %%time to avoid some issues
5 years ago
240b571e17
Update with windows 10 home eidtion instructions
5 years ago
acb95a6294
Update docker instructions
5 years ago
d292e3e864
Slides from tutorial
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 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...