Skip to content

isaurabh19/dvrl

Repository files navigation

DVRL

A short description of the project.

Project Organization

├── LICENSE
├── README.md                               <- The top-level README for developers using this project.
├── data
│   ├── processed                           <- The final, canonical data sets for modeling.
│   └── raw                                 <- The original, immutable data dump.
│
├── docs                                    <- A default Sphinx project; see sphinx-doc.org for details
│
├── models                                  <- Trained and serialized models, model predictions, or model summaries
│
├── notebooks                               <- Jupyter notebooks. Naming convention is a number (for ordering),
│                                              the creator's initials, and a short `-` delimited description, e.g.
│                                              `1.0-jqp-initial-data-exploration`.
│
├── references                              <- Data dictionaries, manuals, and all other explanatory materials.
│
├── reports                                 <- Generated analysis as HTML, PDF, LaTeX, etc.
│
├── requirements.txt                        <- The requirements file for reproducing the analysis environment, e.g.
│                                              generated with `pip freeze > requirements.txt`
│
├── DVRL           <- Source code for use in this project.
│   │
│   ├── data                                <- Scripts to download or generate data
│   │
│   ├── utils                                <- Scripts utilities used during data generation or training
│   │
│   ├── training                            <- Scripts to train models
│   │
│   ├── validate                            <- Scripts to validate models
│   │
│   └── visualization                       <- Scripts to create exploratory and results oriented visualizations

How to setup?

conda env create -f env.local.yml

If you install any dependencies, prefer using conda install, finally export new environment yml using

conda env export --no-builds > env.local.yml

Releases

No releases published

Packages

No packages published