Skip to content

alteest/smartnlg

Repository files navigation

Smart NLG

Installation

To install all required packages

pip3 install -r requirements.txt

Server

To run it just invoke a command

python3 server/server.py

Client

To run it just invoke a command

python3 client/clent.py [-c <task_type> <data> [-b]][-s <task_id>][-r <task_id>]

-c : create task with task_type and data -b : batch mode (only for creation) will create task, wait and return result -s : return task status -r : return task result

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages