You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-12
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,12 @@ This project shows how to realize MLOps in Git/GitHub. In order to achieve this
21
21
4. Run `dvc add [ADDED FILE OR DIRECTORY]` to track your data with DVC
22
22
5. Run `dvc remote add -d gdrive_storage gdrive://[ID of specific folder in gdrive]` to add Google Drive as the remote data storage
23
23
6. Run `dvc push`, then URL to auth is provided. Copy and paste it to the browser, and autheticate
24
-
7. Copy the content of `.dvc/tmp/gdrive-user-credentials.json` and put it as in [GitHub Secret](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository) with the name of `GDRIVE_CREDENTIALS`
24
+
7. Copy the content of `.dvc/tmp/gdrive-user-credentials.json` and put it as in [GitHub Secret](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository) with the name of `GDRIVE_CREDENTIAL`
25
25
8. Run `git add . && git commit -m "initial commit" && git push origin main` to keep the initial setup
26
26
9. Write your own pipeline under `pipeline` directory. Codes for basic image classification in TensorFlow are provided initially.
27
27
10. Run the following `dvc stage add` for training stage
28
28
```bash
29
+
# if you want to use Iterative Studio / DVCLive for tracking training progress
18. Add access token and user email of [JarvisLabs.ai](https://jarvislabs.ai/) to GitHub Secret as `JARVISLABS_ACCESS_TOKEN` and `JARVISLABS_USER_EMAIL`
55
-
19. Add GitHub access token to GitHub Secret as `GH_ACCESS_TOKEN`
56
-
20. Create a PR and write `#train` as in comment (you have to be the onwer of the repo)
19. Add access token and user email of [JarvisLabs.ai](https://jarvislabs.ai/) to GitHub Secret as `JARVISLABS_ACCESS_TOKEN` and `JARVISLABS_USER_EMAIL`
70
+
20. Add GitHub access token to GitHub Secret as `GH_ACCESS_TOKEN`
71
+
21. Create a PR and write `#train` as in comment (you have to be the onwer of the repo)
72
+
73
+
### W&B Integration Setup
74
+
75
+
1. Add W&B's project name to GitHub Secret as `WANDB_PROJECT`
76
+
2. Add W&B's API KEY to GitHub Secret as `WANDB_API_KEY`
0 commit comments