Sunday, December 3, 2017
Friday, November 17, 2017
TOP STOCKS TO INVEST NOW AND MAKE MONEY
Stock Tips - #BSE #NSE #ShareMarket
With Moody's Uplifted Ratings this is the best time to enter Stock Market.
Look at the recently published Quarterly results , coupled with it the seasonal theme .
Garment Industry will be in limelight and it makes sense to Buy beaten Stocks like INDO COUNT INDUSTRIES LTD.
#IndoCount can have a target of 180 in next 6 months.
Other theme is LT FOODS ( DAWAAT BASMATI ) as soon Festive season coupled with winter sets in.#LTFoods can have a target of 120 in a year.
#TopStocks
Monday, October 2, 2017
RudraAI VOICE BOT
#VoiceBOT #VoiceAI #VoiceOverShoppingAssistant #VoiceRecognition #MachineLearning #AI #DeepLearning
Complete Video of Voice over Shopping BOT which can place order over Voice command .
Sunday, October 1, 2017
VOICE AI BOT
Created a Voice over Shopping BOT which can place
order over Voice command .
In the 1st level, Rudra could :
1) Understand voice and take appropriate action
e.g.
i) Shows
the current time when asked the time
ii) Opens up Google Map when asked for a place (
e.g. Where is Taj Mahal? )
iii) Opens
up the appropriate Shopping Platform ( e.g. #Amazon or #Myntra or #Jabong etc ) when asked to find the item - like find me a red
shirt from Jabong .
iv) Can scan images among multiple images in a
folder ( think from a UI perspective that you are uploading an image ) and find
the appropriate item from the shopping platform.
In the 2nd Level, I had tried to make Rudra
reaching towards the Goal like buying me an item . For example, if I say -Buy
me a white Shirt from Myntra , it first opens up the appropriate search , then
selects the item , then selects the appropriate size , adding it to shopping
bag and placing the order .
Due to security reasons, Myntra couldn't let me
move to the final level after multiple testing , which is understandable
but Goal accomplished !
Labels:
AI,
bot,
chatbot,
deep learning,
ShoppingAsssitant,
VoiceAI,
VoiceRecognition
Thursday, September 28, 2017
How to : Your VOICE Based AI
#SpeechRecognition #VoiceBasedAI #DeepLearning #SpeechToText #Abzooba
Created a simple Voice based AI Assistant using speech recognition library in python.
It does the following :
1) Understands voice
2) Can convert speech to text ( My starting point , as wanted an Assistant who can help me write my stories )
3) Perform simple actions ,Like ?
3A) You ask for the current time and get's it instantly. 3B) Understands the intent or context in the speech and can perform specific action e.g. When I ask Rudra ( Have named my AI after Lord Shiva ) to find the location of a place , it automatically opens Google Map with the particular location , or when I ask to find a similar kind of shirt by providing the picture of a blue shirt , it scans the image and then find similar looking shirt in #Amazon or #Myntra.
Interesting, isn't it?
Pray to Lord Rudra and get started !
Let's look into how I did it.
Some Important Stuff FIRST -
For Speech Recognition, you need Speech Recognition library.
Do a pip install and get it installed.
pyaudio will also be required.
I am using Keras ( which using tensorflow backend) here for further processing .
Google has a great Speech Recognition API. This API converts spoken text (microphone) into written text (Python strings), briefly Speech to Text.
A text-to-speech (TTS) system converts normal language text into speech.
Let's Look into the WorkFlow :
A) I say what TIME is it ....
Good, let's move to more complex stuff !
B) I say to find me a Location like let's say I ask - Where is Abzooba ?
Great , now let's move to more Complex things .
C) I show an Image to Rudra - I have kept the image in a folder as for now but once you create a simple UI along with it you can just upload the image .
I ask Rudra to search for similar item in #Myntra
Rudra scans the image and then automatically opens up Myntra for the possible choices.
3) Perform simple actions ,Like ?
3A) You ask for the current time and get's it instantly. 3B) Understands the intent or context in the speech and can perform specific action e.g. When I ask Rudra ( Have named my AI after Lord Shiva ) to find the location of a place , it automatically opens Google Map with the particular location , or when I ask to find a similar kind of shirt by providing the picture of a blue shirt , it scans the image and then find similar looking shirt in #Amazon or #Myntra.
Interesting, isn't it?
Pray to Lord Rudra and get started !
Let's look into how I did it.
Some Important Stuff FIRST -
For Speech Recognition, you need Speech Recognition library.
Do a pip install and get it installed.
pyaudio will also be required.
I am using Keras ( which using tensorflow backend) here for further processing .
Google has a great Speech Recognition API. This API converts spoken text (microphone) into written text (Python strings), briefly Speech to Text.
A text-to-speech (TTS) system converts normal language text into speech.
Let's Look into the WorkFlow :
Let's see how it works :
A) I say what TIME is it ....
Good, let's move to more complex stuff !
B) I say to find me a Location like let's say I ask - Where is Abzooba ?
Automatically opens up Chrome browser with Goggle Map location the particular address.
Great , now let's move to more Complex things .
C) I show an Image to Rudra - I have kept the image in a folder as for now but once you create a simple UI along with it you can just upload the image .
I ask Rudra to search for similar item in #Myntra
Rudra scans the image and then automatically opens up Myntra for the possible choices.
Subscribe to:
Posts (Atom)