A Machine Learning program to identify Ship and Truck
Step 1: open the app in web
Step 2: click choose file
step 3: choose the image you want to predict
step 4: click submit
step 5: wait for some time until the output appears below the submit form and the uploaded image is loaded in the background
Flask
Tensorflow
Keras
matplotlib
sys
os
seaborn
cv2
numpy
sklearn
step 1: install python
step 2: create a new virtual environment in the project folder ( how to ?)
step 3: activate the environment
step 4: install the required libraries mentioned above ( how to ?)
step 1: open cmd
step 2: open the file directory in cmd
step 3: activate the virtual environment
step 4: run the app.py file (using command: python app.py)
step 5: open the app in web browser by using the address shown in cmd after running step 4