Metadata-Version: 2.1
Name: herokutils
Version: 0.0.1
Summary: utilities for heroku deployment
Home-page: UNKNOWN
Author: Sebastien Villard
Author-email: sebastien.villard@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pandas (>=1.1.0)
Requires-Dist: nltk (>=3)
Requires-Dist: numpy (>=1.19)
Requires-Dist: scikit-learn (>=0.23)

basic tools to create NPL model for Disaster Response project. You can find the repository for the project [here](https://github.com/6one2/DisasterResponsePipeline_Figure8)

# __Description__
This package consists of 1 main module `utils`:
 - `tokenize`: custom tokenizer based on nltk
 - `FeatureCount`: transformer for added features


# __Installation__
`pip install herokutils`


# __Change log__
---


