and I don't know how to do the Pi set up on step 2 and step 4:
How do I do step 2 and 4? I already clone the git repository in step 1 and add credentials in step 3.Step 1: Download the code from GitHub https://github.com/codifythings/raspber ... -assistant.
Step 2: Latest versions of Raspberry Pi comes pre-installed with Java, so you only need to download required dependencies.
Watson API – Java SDK https://github.com/watson-developer-clo ... stallation
JSON https://github.com/stleary/JSON-java
Forecast.io (you will need to register for an API key) https://github.com/dvdme/forecastio-lib ... master/jar
Step 3: Open the Constants.java file in src/com/codifythings/personalassistant folder and copy-paste credentials from Watson services that you created. You also need to change the classifier id that you saw in the final step of last section.
Step 4: Run the main class com.codifythings.personalassistant.PersonalAssistant.
Edit: I'm on pi 3, model b+. This is my 1st day with pi. So, I'm very new. Thank you for the helps.
