Skip to content

Commit b3c5f16

Browse files
authored
Update README.md
1 parent d33479d commit b3c5f16

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
| 1. CI Status <br>(build and test) | 2. CD status <br>(docker build and push in DockerHub) | 3. CD Status <br>(AWS EC2 / AZURE - docker pull and run) |
44
| ---- | ---- | ---- |
55
| [![ci-build-python-app](https://github.com/matiaspakua/ml-demo-project/actions/workflows/python-app.yml/badge.svg?branch=main)](https://github.com/matiaspakua/ml-demo-project/actions/workflows/python-app.yml) | [![cd-build-publish-docker-image](https://github.com/matiaspakua/ml-demo-project/actions/workflows/docker-image.yml/badge.svg?branch=main)](https://github.com/matiaspakua/ml-demo-project/actions/workflows/docker-image.yml) | [![run-docker-image](https://github.com/matiaspakua/ml-demo-project/actions/workflows/docker-run.yml/badge.svg?branch=main)](https://github.com/matiaspakua/ml-demo-project/actions/workflows/docker-run.yml) or [![cd-pull-and-run-docker-image-azure](https://github.com/matiaspakua/ml-demo-project/actions/workflows/deploy-azure.yml/badge.svg?branch=main)](https://github.com/matiaspakua/ml-demo-project/actions/workflows/deploy-azure.yml)|
6+
67
# Project Overview
78

89
![](https://github.com/matiaspakua/ml-demo-project/blob/6fc5d9fdc0420bba543e1fa9322527c45772c173/images/image_classificator.jpg)
@@ -22,6 +23,12 @@ The project utilizes the TensorFlow Hub library to load the pre-trained MobileNe
2223
[TensoyFlow Project](https://www.tensorflow.org/)
2324

2425
[Hub of pre-trained models](https://www.kaggle.com/models?tfhub-redirect=true)
26+
27+
## Live App
28+
29+
- The app is live in this URL: [ML Image Classificator](https://ml-demo-project-app.azurewebsites.net/)
30+
31+
2532
# Project Structure
2633

2734
The project is structured as follows:

0 commit comments

Comments
 (0)