Skip to content

GiacomoSaccaggi/TaggingGS

Repository files navigation

TaggingGS

Currently TaggingGS is an beta version

How to install TaggingGS from ZIP file:

How to install TaggingGS from GIT:

How to install TaggingGS with clone folder:

  1. Unzip the archive
  2. cd into the unzipped folder from the console
  3. type in the console "pip install ." to install the package locally

How to use tagginggs:

  1. Import the package with the following code:

    >>> from tagginggs import run_tagging_app

  2. Create flask app:

    >>> app = run_tagging_app()

  3. Run flask app:

    >>> app.run(port=8080)

About

Flask web app for automated text & image tagging — supervised and unsupervised ML classification with an interactive UI. Supports multi-language NLP (spaCy), deep learning (TensorFlow/Keras), and classical ML (scikit-learn).

Topics

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors