Train and serve QA Model with TensorFlow
Tested with TensorFlow#0.11.0rc2, Python#3.5.
Install Nvidia Drivers, CUDNn, Python, TensorFlow on Ubuntu 16.04
Inspired and inherited from DeepQA.
pip install -r requirements.txt
cd deepqa2
cp config.sample.ini config.ini
python dataset/preprocesser.py
Sample Corpus http://www.cs.cornell.edu/~cristian/Cornell_Movie-Dialogs_Corpus.html
cp config.sample.ini config.ini # modify keys
python train.py