A bot that helps you with your laundry, showing care instructions and recommending detergents to use.
Download this repository and cd
into the folder you downloaded it in.
Run the following:
npm install
You will need to fill in the credentials around the codebase, primarily credentials for:
- Azure SQL Database
- Microsoft Bot Framework
- LUIS key (you can import the JSON LUIS model provided in the codebase to speed things up)
- Power BI
Once you've filled in all the credentials, run:
npm start
Download and start the Bot Framework emulator. Type `http://localhost:3978/api/messages' and start sending it messages.