1
+ [project ]
2
+ name = " balena-cpu"
3
+ version = " 1.0.0"
4
+ description = " BALanced Execution through Natural Activation : a human-computer interaction methodology for code running."
5
+ readme = " README.md"
6
+ keywords = [" transformers" , " speech-recognition" , " text-extraction" , " execution" , " speech-to-text" , " NLP" , " sentence-similarity" , " speech-to-function" , " sentence-transformers" , " wav2vec2" ]
7
+ classifiers = [
8
+ " Programming Language :: Python" ,
9
+ " Programming Language :: Python :: 3" ,
10
+ " Intended Audience :: Education" ,
11
+ " Intended Audience :: Science/Research" ,
12
+ " License :: OSI Approved :: Apache Software License" ,
13
+ " Topic :: Scientific/Engineering" ,
14
+ " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
15
+ " Topic :: Software Development" ,
16
+ " Topic :: Software Development :: Libraries" ,
17
+ " Topic :: Software Development :: Libraries :: Python Modules"
18
+ ]
19
+
20
+ [build-system ]
21
+ requires = [" setuptools>=61.0" ]
22
+ build-backend = " setuptools.build_meta"
23
+
24
+ [options ]
25
+ packages = [" find:" ]
26
+ install_requires = [
27
+ " faiss-cpu" ,
28
+ " numpy" ,
29
+ " scipy" ,
30
+ " sentence_transformers" ,
31
+ " nltk" ,
32
+ " pyaudio" ,
33
+ " torch" ,
34
+ " transformers"
35
+ ]
36
+
37
+ [metadata ]
38
+ name = " balena-cpu"
39
+ version = " 1.0.0"
40
+ license = " Apache License 2.0"
41
+ author = " Louis Brulé Naudet"
42
+ author_email =
" [email protected] "
43
+ description = " BALanced Execution through Natural Activation : a human-computer interaction methodology for code running."
44
+ long_description = " file: README.md"
45
+ long_description_content_type = " text/markdown"
46
+ url = " https://github.com/louisbrulenaudet/balena"
47
+ homepage = " https://github.com/louisbrulenaudet/balena"
48
+ project_urls = {repository = " https://github.com/louisbrulenaudet/balena" }
49
+ keywords = " transformers, speech-recognition, text-extraction, execution, speech-to-text, NLP, sentence-similarity, speech-to-function, sentence-transformers, wav2vec2"
0 commit comments