From bcbed531426ee1aa1d53d30af287061cdc751a92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20Bozk=C4=B1r?= Date: Mon, 25 Jul 2022 17:29:43 +0300 Subject: [PATCH] Add DVC VSCode Extension ## Name of the extension you are adding DVC VSCode Extension ## Why do you think this extension is awesome? Run, compare, visualize, and track machine learning experiments right in VS Code. This extension uses DVC, an open-source data versioning and ML experiment management tool. No additional services or databases are required. ## Make sure that: - [x] Screenshot/GIF included (to demonstrate the plugin functionality) - [] ToC updated --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4354eb3..1645009 100644 --- a/README.md +++ b/README.md @@ -563,6 +563,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![TensorFlow Snippets GIF](https://raw.githubusercontent.com/vahidk/tensorflow-snippets/master/images/framework.gif) +### DVC Extension + +- [DVC VSCode Extension](https://github.com/iterative/vscode-dvc) - Machine learning experiment tracking and data versioning with DVC extension for VS Code + +![Extension Overview](https://raw.githubusercontent.com/iterative/vscode-dvc/main/extension/docs/overview.gif) + ## ReasonML - [ReasonML](https://marketplace.visualstudio.com/items?itemName=jaredly.reason-vscode) - Intellisense, code formatting, refactoring, code lens and more