Project - How to Deploy an Image Classification Model using Flask

You are currently auditing this course.
3 / 15

Creating the Project Directory

We shall first create a directory Image-Classification-App, where we create the virtual environment and all the other necessary files and directories needed for our app, as discussed previously in Understanding the Directory Structure slide.

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
  • Create a new directory named Image-Classification-App using the mkdir command.

  • Change to the directory Image-Classification-App using cd command.

Get Hint See Answer

Loading comments...