معرفی شرکت ها


ertk-2022.4.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Tools for analysing emotion recognition models and processing datasets.
ویژگی مقدار
سیستم عامل -
نام فایل ertk-2022.4.0
نام ertk
نسخه کتابخانه 2022.4.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Aaron Keesing
ایمیل نویسنده akee511@aucklanduni.ac.nz
آدرس صفحه اصلی https://github.com/Strong-AI-Lab/emotion
آدرس اینترنتی https://pypi.org/project/ertk/
مجوز MIT
![License: MIT](https://img.shields.io/github/license/Strong-AI-Lab/emotion) ![Version](https://img.shields.io/pypi/v/ertk) ![Python version](https://img.shields.io/pypi/pyversions/ertk) ![Python wheel](https://img.shields.io/pypi/wheel/ertk) # ERTK: Emotion Recognition ToolKit This is a Python library with utilities for processing emotional speech datasets and training/testing models. There are also command-line tools for common tasks. ## Installation This project requires Python 3.7+. It is advised to run the scripts in a Python virtual environment. One can be created with the command ``` python -m venv .venv ``` Then you can use this virtual environment: ``` . .venv/bin/activate ``` ### Install from PyPI You can install ERTK from [PyPI](https://pypi.org/project/ertk/) using ``` pip install ertk ``` ### Install from repository Alternatively you can clone this repository and install using the latest commit: ``` pip install -r requirements.txt pip install . ``` Or, if you want to develop continuously: ``` pip install -e . ``` ## Using CLI tools Upon installation, you should be able to use common tools using the CLI applications `ertk_cli`, `ertk_dataset` and `ertk_utils`. Use the `--help` option on each one to see what commands are available. # Datasets See [`datsets/README.md`](datasets/README.md) for more information about the supported datasets and the required processing. # Papers Papers that we have published will have associated code in the `papers` directory. See [`papers/README.md`](papers/README.md) for more information about scripts for individual publications.


نیازمندی

مقدار نام
>=8.0.0 click
- click-option-group
>=1.0.0a0 fairseq
- joblib
- liac-arff
- librosa
>=3.0.0 matplotlib
- netCDF4
- numpy
- Orange3
>=1.0.0 pandas
- seaborn
- scikit-learn
- scipy
- soundfile
- statsmodels
>=2.3.0 tensorflow
- tf-slim
- torch
- tqdm


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl ertk-2022.4.0:

    pip install ertk-2022.4.0.whl


نصب پکیج tar.gz ertk-2022.4.0:

    pip install ertk-2022.4.0.tar.gz