PredictionIO and Lumen: Building a Movie Recommendation App
April 5, 2016In the intro, we covered the basics of PredictionIO and installed its dependencies. In this part, we’re going to build the movie recommendation app.Environment Config File Inside your app directory, create a .env file and add the following configuration: APP_ENV=local APP_DEBUG=true APP_KEY=some-random-keyPIO...
Recent Comments