/cnvrg_ai_library_template

a template for creating ai library components

Primary LanguagePython

cnvrg AI Library Python Component Template

This README describes the ... TEMPLATE ...

How It Works

Upon the start-up the demo application

Running

Running the application with the -h option yields the following usage message:

python3 main.py -h

The command yields the following usage message:

usage: main.py [-h]  --sometxt SOMETXT
                                       [--sometxt SOMETXT]
                                     

Options:
  -h, --help            Show this help message and exit.
  -v VOCAB, --vocab VOCAB
                        Required. path to the vocabulary file with tokens
 

NOTE: Before running the demo with

Demo Inputs

The application .....

Demo Outputs

The application outputs

Example Demo Cmd-Line

You can use the following command to try the demo LINKS ):

    python3 main.py
            --sometxt=file.txt
          

The demo will use a....

Demo Performance

See Also