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 07149e8539
Update 5- How to use Spark NLP and Spark ML Pipelines.ipynb
5 years ago
..
97101e7d01
Update Strata notebooks with 2.0.1 release
5 years ago
fcfa15edc3
Fix spark.jars.repositories
5 years ago
97101e7d01
Update Strata notebooks with 2.0.1 release
5 years ago
97101e7d01
Update Strata notebooks with 2.0.1 release
5 years ago
07149e8539
Update 5- How to use Spark NLP and Spark ML Pipelines.ipynb
5 years ago
950d517d09
Create 6- Sarcasm Classifiers (TF-IDF).ipynb
5 years ago
994debe047
Create 7- Sarcasm Classifiers (Word2vec and MLP).ipynb
5 years ago
cbb2a60a6d
Create 8- Sarcasm Classifiers (GloVe and CNN).ipynb
5 years ago
acb95a6294
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 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...