IBM / watson-online-store

Learn how to use Watson Assistant and Watson Discovery. This application demonstrates a simple abstraction of a chatbot interacting with a Cloudant NoSQL database, using a Slack UI.
https://developer.ibm.com/patterns/create-cognitive-retail-chatbot/
155 stars 222 forks source link

Large Dataset to train discovery #172

Closed Jazz2912 closed 5 years ago

Jazz2912 commented 5 years ago

Hello I am working on developing a similar application and looking for dataset in json/html format just like the way it is present in /data folder. Could you please point me to the complete dataset?

dolph commented 5 years ago

@Jazz2912 It looks to me like these documents were manually saved from Amazon product pages, so there's not a larger / more complete dataset than what is already in this repo (besides Amazon itself!). I'd recommend using the Amazon Product Advertising API to get up to date data in a more digestible format (i.e. JSON).

I'm closing this because it's not an issue, but feel free to leave additional comments. Thanks!