May 2020
Intermediate to advanced
404 pages
10h 52m
English
In the server, we will require the Flask module—which will be service requests—which in turn will be running code that requires Keras (and so, TensorFlow), NumPy, and many other modules. In order to quickly set up the environment for our project, we follow these steps:
You can refer to the following block of commands to install TensorFlow, Keras, Pillow, and Flask:
pip3 install tensorflow keras pillow flask
We are now ready to start developing our API.
Read now
Unlock full access