Skip to content

Instantly share code, notes, and snippets.

@garyshort
Last active June 29, 2017 03:57
Show Gist options
  • Save garyshort/ff24352334fe2adebdf7b0b653ba80a6 to your computer and use it in GitHub Desktop.
Save garyshort/ff24352334fe2adebdf7b0b653ba80a6 to your computer and use it in GitHub Desktop.
The prereqs required for the "Leveraging Business Insights" tutorial @ OReilly's AI Summit NYC June 27 2017
1. Python 2.7
https://www.python.org/downloads/release/python-2712/
2. Ensure you're running the latest version of Pip
run python -m pip install -U pip setuptools
3. BeautifulSoup Library for Python
pip install BS4
4. Download Stanford Named Entity Recognizer version 3.8.0
https://nlp.stanford.edu/software/stanford-ner-2017-06-09.zip
5. Visual Studio Community Edition 2017
https://www.visualstudio.com/downloads/
6. Java
https://www.java.com/en/download/manual.jsp
7. Install the Azure CosmosDB Emulator
https://docs.microsoft.com/en-us/azure/cosmos-db/local-emulator
8. Optionally install the Gremlin Console
http://tinkerpop.apache.org/docs/current/tutorials/the-gremlin-console/
9. CosmosDB Emulator
https://docs.microsoft.com/en-us/azure/cosmos-db/local-emulator
10. Microsoft Bot Framework Emulator
https://docs.microsoft.com/en-us/bot-framework/debug-bots-emulator (Download the Bot Framework Emulator)
@brianrandell
Copy link

brianrandell commented Jun 29, 2017

Two nits:

  1. It's "Cosmos DB" not "CosmosDB" (see https://azure.microsoft.com/en-us/services/cosmos-db/)
  2. You've mentioned the emulator x2 (point 7 and Point 9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment