clamsproject / clams-python

CLAMS SDK for python
http://sdk.clams.ai/
Apache License 2.0
4 stars 1 forks source link

merge https://github.com/clamsproject/app-nlp-example #161

Closed keighrim closed 12 months ago

keighrim commented 1 year ago

https://github.com/clamsproject/app-nlp-example holds a little bit old app development guide and app usage guide with a concrete example code. As discussed in https://github.com/clamsproject/app-nlp-example/issues/8 , we'd like to merge the contents from that repository into

  1. developer's manual at https://github.com/clamsproject/clams-python/tree/develop/documentation , specifically
    1. introduction.rst
      1. input-output.rst
  2. inline comments in the development template at https://github.com/clamsproject/clams-python/tree/develop/clams/develop/templates/app , specifically,
    1. README.md
    2. app.py
    3. metadata.py
    4. Containerfile
  3. user manual at https://github.com/clamsproject/apps/blob/main/docs/clamsapp.md
keighrim commented 1 year ago

Also, in the clams-python's documentation, there's tutorial.rst, that can be a good place for migrating lots of code from the nlpexample.