Voice controlled online shopping assitant using Alchemy API and fuzzy search.
- Install tampermonkey chrome extension.
- Run build_prod_scripts.sh.
- Add dist/userscript.js.script to tampermonkey.
- Host the project directory at
localhost:8000
. - Go to flipkart.com from your browser.
- Allow the site microphone access.
- Say "Ok Flipkart" to activate the voice assitant.
- Tell the assitant what product you are looking for.
- Once it searches for the product you can inlude filters by saying include. For example, you can say
include Adidas
. - Exclude filters by saying
exclude Adidas
. - View a product in detai lby saying
view
. For example, you can sayview moto x 16 gb
. - Add the product to cart by saying
add to cart
oradd cart
.
Built for Flipkart Hackday 6, June 2015.