Skip to content

Commit 742c823

Browse files
authored
Update view.html
1 parent d9f9267 commit 742c823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/view.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h1>Python/Flask Image Classification App with ML</h1>
5353

5454
<img src="/static/image_classificator.jpg" alt="Image" class="medium-img">
5555

56-
<p>This is a Python Flask application that uses TensorFlow and the MobileNetV2 model to classify images. The app is running on an AWS EC2 instance and the code is automatically deployed from a GitHub repository using a CI/CD pipeline with the GitHub Actions, Docker Hub and a AWS EC2 instance.</p>
56+
<p>This is a Python Flask application that uses TensorFlow and the MobileNetV2 model to classify images. The app is automatically deployed from a GitHub repository using a CI/CD pipeline (workflows) with GitHub Actions.</p>
5757

5858
<p>The MobileNetV2 model is a convolutional neural network that is designed to classify images into 1000 object categories, such as keyboard, mouse, pencil, and many animals. The model is trained on more than a million images from the ImageNet database.</p>
5959
</div>

0 commit comments

Comments
 (0)