Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
the-silent-geek authored Sep 27, 2023
1 parent 4ec6c06 commit 9634ee1
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,57 @@
8. Update the main.py
9. Update the dvc.yaml

# How to run?
### STEPS:

Clone the repository

```bash
https://github.com/the-silent-geek/End-to-End-ML-Project
```
### STEP 01- Create a conda environment after opening the repository

```bash
conda create -n cnncls python=3.8 -y
```

```bash
conda activate cnncls
```


### STEP 02- install the requirements
```bash
pip install -r requirements.txt
```


```bash
# Finally run the following command
python app.py
```

Now,
```bash
open up you local host and port
```


### DVC cmd

1. dvc init
2. dvc repro
3. dvc dag

# AZURE-CICD-Deployment-with-Github-Actions

## Save pass:
## Run from terminal:

docker build -t chickenapp.azurecr.io/chicken:latest .

docker login chickenapp.azurecr.io/chicken

docker push chickenapp.azurecr.io/chicken:latest


Expand Down

0 comments on commit 9634ee1

Please sign in to comment.