@@ -31,7 +31,7 @@ A web dashboard for training machine learning models with PyTorch.
3131[ ![ Python] [ Python-shield ]] [ Python-url ]
3232[ ![ Pytest] [ Pytest-shield ]] [ Pytest-url ]
3333[ ![ Codecov] [ Codecov-shield ]] [ Codecov-url ]
34- [ ![ Docker ] [ Docker -shield]] [ Docker -url]
34+ [ ![ NixOS ] [ NixOS -shield]] [ NixOS -url]
3535[ ![ GitHub Actions] [ github-actions-shield ]] [ github-actions-url ]
3636
3737<!-- GETTING STARTED -->
@@ -56,6 +56,7 @@ To get a local copy of the project up and running on your machine, follow these
56562 . Install the virtual environment and pre-commit hooks
5757
5858 ``` sh
59+ nix-shell
5960 just install
6061 ```
6162
@@ -73,6 +74,8 @@ To get a local copy of the project up and running on your machine, follow these
7374 just run < package_name>
7475 ```
7576
77+ The dashboard will be available at ` http://localhost:8000 ` .
78+
7679<!-- PROJECT FILE STRUCTURE -->
7780
7881## Project Structure
@@ -113,8 +116,8 @@ The source code for this project is distributed under the terms of the MIT Licen
113116[ Python-url ] : https://www.python.org/
114117[ Pytest-shield ] : https://img.shields.io/badge/pytest-%23008080.svg?style=for-the-badge&logo=pytest&logoColor=2F9FE3&labelColor=222222&color=2F9FE3
115118[ Pytest-url ] : https://docs.pytest.org
116- [ Docker -shield] : https://img.shields.io/badge/docker-%232671E5 .svg?style=for-the-badge&logo=docker &logoColor=1D63ED &labelColor=222222&color=1D63ED
117- [ Docker -url] : https://www.docker.com /
119+ [ NixOS -shield] : https://img.shields.io/badge/NIX-%23008080 .svg?style=for-the-badge&logo=NixOS &logoColor=5277C3 &labelColor=222222&color=5277C3
120+ [ NixOS -url] : https://nixos.org /
118121[ Codecov-shield ] : https://img.shields.io/badge/codecov-%23008080.svg?style=for-the-badge&logo=codecov&logoColor=FF0077&labelColor=222222&color=FF0077
119122[ Codecov-url ] : https://codecov.io/
120123[ github-actions-shield ] : https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=2671E5&labelColor=222222&color=2671E5
0 commit comments