Login using Social Account
     Continue with GoogleLogin using your credentials
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
.
Create a new directory named Image-Classification-App
using the mkdir
command.
Change to the directory Image-Classification-App
using cd
command.
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
Note - Having trouble with the assessment engine? Follow the steps listed here
Loading comments...