flora-yc / mingxingong.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopping Bot

This bot has been created using Bot Framework. We trained our bot using popular inquiries for different categories of tech shopping, and data obtained from the BestBuy Products Developer API. The goal of our bot is to provide the best information and suggestions according to your situation.

AR Viewing

After you've been recommended some products, an AR tag will appear alongside it. You can use your phone to scan the tag to visualize it's dimensions and how it would look in person. Using the product dimension data from the BestBuy Products Developer API, each product is scaled to it's most realistic size.

https://streamable.com/79xn9

Prerequisites

  • Node.js version 10.14.1 or higher

    # determine node version
    node --version

To run the bot

  • Install modules

    npm install
  • Start the bot

    npm start

Testing the bot using Bot Framework Emulator

Bot Framework Emulator is a desktop application that allows bot developers to test and debug their bots on localhost or running remotely through a tunnel.

  • Install the Bot Framework Emulator version 4.3.0 or greater from here

Connect to the bot using Bot Framework Emulator

  • Launch Bot Framework Emulator
  • File -> Open Bot
  • Enter a Bot URL of http://localhost:3978/api/messages

Deploy the bot to Azure

To learn more about deploying a bot to Azure, see Deploy your bot to Azure for a complete list of deployment instructions.

Further reading

About


Languages

Language:JavaScript 56.1%Language:CSS 41.9%Language:HTML 2.0%