Skip to content

Simple Python and Ruby scripts for Question Answering using WolframAlpha and Amazon Polly

Notifications You must be signed in to change notification settings

panggi/question-answering-wolfram-polly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Question Answering using WolframAlpha + Amazon Polly

This simple Python and Ruby scripts will take the question, ask the WolframAlpha and synthesize the audio using Amazon Polly

Installation

  • Install the libraries

$ pip install boto3 wolframalpha

$ gem install aws-sdk wolfram-alpha

$ brew install sox for macOS, and please visit this link for other OS

Usage

$ python wolframsynth.py "What's the tallest building in the world?"

$ ruby wolframsynth.rb "What's the tallest building in the world?"

About

Simple Python and Ruby scripts for Question Answering using WolframAlpha and Amazon Polly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published