Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 274 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 274 Bytes

Getting Started

1.Install requirements

  $ pip install -r requirements.txt

2.Run script with text or voice parameter

  $ python conversation.py --input voice
  or
  $ python conversation.py --input text

Compatible with python 2.7 and python 3.5