Project- How to build low-latency deep-learning-based flask app

8 / 17

Creating the Project Folder

We shall begin by creating the project folder named Flask-ZMQ-App-Folder.

Note:

  • We can create a new directory named myDir by using the command mkdir myDir.

  • We can change to the directory named myDir by using the command cd myDir.

INSTRUCTIONS
  • Make sure you are in the home directory:

    cd ~
    
  • Deactivate the virtual environment, if any.

    deactivate
    
  • Create a directory named Flask-ZMQ-App-Folder using mkdir command in the console.

  • Switch to the directory Flask-ZMQ-App-Folder using cd command.

Get Hint See Answer


Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...