Aniemore

Форк
0
/
pyproject.toml 
74 строки · 2.2 Кб
1
[build-system]
2
requires = ["poetry-core"]
3
build-backend = "poetry.core.masonry.api"
4

5
[tool.poetry]
6
name = "aniemore"
7
version = "1.2.3"
8
authors = [
9
    "Ilya Lubenets <lii291001@gmail.com>",
10
    "Nikita Davidchuk <ar4ikov228@gmail.com>",
11
    "Artem Amentes <artem@socialcode.ru>",
12
]
13
maintainers = [
14
    "Ilya Lubenets <lii291001@gmail.com>",
15
    "Nikita Davidchuk <ar4ikov228@gmail.com>",
16
]
17
license = "MIT"
18
description = "Aniemore (Artem Nikita Ilya EMOtion REcognition) is a library for emotion recognition in voice and text for russian language."
19
readme = "README.md"
20
classifiers = [
21
    "Development Status :: 5 - Production/Stable",
22
    "Programming Language :: Python :: 3",
23
    "License :: OSI Approved :: MIT License",
24
    "Operating System :: OS Independent",
25
    "Natural Language :: Russian",
26
    "Topic :: Scientific/Engineering :: Artificial Intelligence",
27
    "Topic :: Scientific/Engineering :: Information Analysis",
28
    "Topic :: Text Processing :: Linguistic",
29
    "Topic :: Software Development :: Libraries :: Python Modules",
30
    "Topic :: Multimedia :: Sound/Audio :: Analysis",
31
    "Topic :: Multimedia :: Sound/Audio :: Speech",
32
    "Intended Audience :: Developers",
33
    "Intended Audience :: Science/Research",
34
    "Environment :: GPU :: NVIDIA CUDA",
35

36
]
37

38
[tool.poetry.urls]
39
"Repository" = "https://github.com/aniemore/Aniemore"
40
"Bug Tracker" = "https://github.com/aniemore/Aniemore/issues"
41
"Hugging Face Homepage" = "https://huggingface.co/Aniemore"
42

43
[tool.poetry.dependencies]
44
python = ">=3.8,<3.12"
45
transformers = "4.26.1"
46
numpy = "^1.24.2"
47
openai-whisper = "^20230124"
48
datasets = "^2.9.0"
49
torch = { version = "^2.0.0", source = 'pytorch' }
50
torchaudio = { version = "^2.0.1", source = 'pytorch' }
51
soundfile = {version = "^0.12.1", platform = "win32"}
52
sox = [
53
    {version = "^1.4.1", platform =  "linux" },
54
    {version = "^1.4.1", platform =  "darwin" }
55
]
56
ffmpeg-python = "^0.2.0"
57
typing-extensions = "^4.5.0"
58
wheel = "^0.38.4"
59
setuptools = "^67.5.1"
60
pip = "^23.0.1"
61

62
[[tool.poetry.source]]
63
name = "pytorch"
64
url = "https://download.pytorch.org/whl/cu118/"
65
default = false
66
secondary = true
67

68
[tool.poetry.dev-dependencies]
69
pytest = "^7.2.1"
70

71
[tool.pytest.ini_options]
72
pythonpath = [
73
".", "aniemore",
74
]
75

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.