Skip to content

A template from grok-AI: lightning, hydra, dvc, streamlit, wandb, mkdocs

License

Notifications You must be signed in to change notification settings

fnauman/nn_template

Repository files navigation

nn_template

CI Docs NN Template Python Code style: black

Template with many tools

Installation

pip install git+ssh:https://[email protected]/fnauman/nn_template.git

Quickstart

Development installation

Setup the development environment:

git clone [email protected]:fnauman/nn_template.git
cd nn_template
conda env create -f env.yaml
conda activate nn_template
pre-commit install

Run the tests:

pre-commit run --all-files
pytest -v

Update the dependencies

Re-install the project in edit mode:

pip install -e .[dev]

About

A template from grok-AI: lightning, hydra, dvc, streamlit, wandb, mkdocs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages