Skip to content

🎉 a simple weather voice prompt by Baidu AIP SDK

Choose a tag to compare

@GoogTech GoogTech released this 20 Dec 07:24
· 10 commits to master since this release

Weather Voice Prompt

A simple program about the weather voice prompt .

OS

  • Windows 10

Env

  • Python 3.7.3
  • urllib
  • playsound
  • baidu-aip
  • Baidu AIP SDK( aip-python-sdk-2.2.15 )

How To Run

you need to install the dependencies firstly

$ pip install playsound

$ cd aip-python-sdk-2.2.15

$ pip install baidu-aip

$ python setup.py install

then run it

$ python weather.py

Thanks