File: README.md

package info (click to toggle)
dlmodelbox 1.1.1-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 84 kB
  • sloc: python: 152; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 445 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DLModelBox - The Swiss Army Knife of Deep Learning Models

This software consists of the utilities:

* dlmodel_source: Interactive CLI helps user to create structured DL model directory.
* dlmodel2deb: Create Debian package from given structured DL model directory.

# Setup

1. Add Debian environment variables to your shell config (e.g. `~/.bashrc`)

    ```
    $ export DEBEMAIL="foo@your.email"
    $ export DEBFULLNAME="YOUR NAME"
    ```