Skip to content

Latest commit

 

History

History
executable file
·
43 lines (27 loc) · 706 Bytes

Execution.md

File metadata and controls

executable file
·
43 lines (27 loc) · 706 Bytes

Execution

System-wide execution

For a system-wide setup, simply run:

$ cd foodner/
$ poetry shell
$ python cli.py dataset --help
$ python cli.py training --help
$ python cli.py evaluation --help
$ python cli.py prediction --help

Docker execution

Development environment can be configured using docker. Following instructions have been tested in:

TODO: TBD

Steps in order to set up Docker image:

1. Clone project

Αs project repository is hosted on Bitbucket, use the following:

$ git clone git@bitbucket.org:agroknowdev/foodner.git

2. Build image:

TODO: TBD

3. Run Docker Image:

TODO: TBD

4. Start environment by running:

TODO: TBD