Metadata-Version: 2.1
Name: terra-ai-datasets-framework
Version: 1.2.0
Summary: Framework to create a dataset to train a neural network.
Description-Content-Type: text/markdown
Requires-Dist: pydantic (>=1.8.2)
Requires-Dist: pandas (>=1.3.5)
Requires-Dist: opencv-python (>=4.6.0.66)
Requires-Dist: librosa (>=0.8.1)
Requires-Dist: pillow (>=7.1.2)
Requires-Dist: tqdm (>=4.64.1)
Requires-Dist: scikit-learn (>=1.0.2)
Requires-Dist: tensorflow (>=2.0)
Requires-Dist: joblib (>=1.1.0)
Requires-Dist: pymorphy2 (>=0.9.1)
Requires-Dist: gensim (>=3.6.0)

terra_ai_datasets is a framework to create a dataset to train a neural network model based on a Keras.
