Oreilly_deepLearning
$ python -V
Python 3.7.0
$ python install anaconda3-5.3.1
$ pyenv local anaconda3-5.3.1
$ pip install -r requirements.txt
$ cd aiserver
$ python -u -m simpleserver.py 8000
$ cd webserver
$ php -S 127.0.0.1:8888
Oreilly_deepLearning
$ python -V
Python 3.7.0
$ python install anaconda3-5.3.1
$ pyenv local anaconda3-5.3.1
$ pip install -r requirements.txt
$ cd aiserver
$ python -u -m simpleserver.py 8000
$ cd webserver
$ php -S 127.0.0.1:8888