Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
AntoineT 943c7741cb
Add dvclive to train stage
3 years ago
db6e86b829
Init dvc and configure dvc remote
3 years ago
943c7741cb
Add dvclive to train stage
3 years ago
8c844d6ed8
Initial commit, add requirements.txt, README and LICENCE
3 years ago
5a78f2349e
Add train pipeline stage
3 years ago
943c7741cb
Add dvclive to train stage
3 years ago
db6e86b829
Init dvc and configure dvc remote
3 years ago
37eeb71492
Add split_dataset pipeline stage
3 years ago
8c844d6ed8
Initial commit, add requirements.txt, README and LICENCE
3 years ago
8c844d6ed8
Initial commit, add requirements.txt, README and LICENCE
3 years ago
943c7741cb
Add dvclive to train stage
3 years ago
943c7741cb
Add dvclive to train stage
3 years ago
5a78f2349e
Add train pipeline stage
3 years ago
943c7741cb
Add dvclive to train stage
3 years ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

Dvc + Streamlit = ❤️

DVC + Streamlit = Love

This repository is an example that illustrate how dvc together with streamlit can help tracking the model performance during R&D exploration.

It contains scripts that:

  1. download the cat_vs_dogs dataset
  2. split the dataset into train/val/test subsets
  3. train a classifier using transfer learning from a pre-trained network.
  4. compute evaluation metrics

The python code is not the purpose of this repository. It is adapted from the transfer learning Tensorflow tutorial.

Data, metrics, model weights produced during the training and evaluation processed are tracked using dvc while a streamlit app allows to visually explore model predictions and compare trained models.

Installation

Requirements

  • python > 3

Install dependencies with pip:

pip install -r requirements.txt
Tip!

Press p or to see the previous file or, n or to see the next file

About

Dvc + Streamlit = ❤️

An example of working with DVC and Streamlit

Collaborators 1

Comments

Loading...