-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
015e115
commit 8308951
Showing
8 changed files
with
57 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
[project] | ||
name = "balena-cpu" | ||
version = "1.0.0" | ||
description = "BALanced Execution through Natural Activation : a human-computer interaction methodology for code running." | ||
readme = "README.md" | ||
keywords = ["transformers", "speech-recognition", "text-extraction", "execution", "speech-to-text", "NLP", "sentence-similarity", "speech-to-function", "sentence-transformers", "wav2vec2"] | ||
classifiers = [ | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3", | ||
"Intended Audience :: Education", | ||
"Intended Audience :: Science/Research", | ||
"License :: OSI Approved :: Apache Software License", | ||
"Topic :: Scientific/Engineering", | ||
"Topic :: Scientific/Engineering :: Artificial Intelligence", | ||
"Topic :: Software Development", | ||
"Topic :: Software Development :: Libraries", | ||
"Topic :: Software Development :: Libraries :: Python Modules" | ||
] | ||
|
||
[build-system] | ||
requires = ["setuptools>=61.0"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[options] | ||
packages = ["find:"] | ||
install_requires = [ | ||
"faiss-cpu", | ||
"numpy", | ||
"scipy", | ||
"sentence_transformers", | ||
"nltk", | ||
"pyaudio", | ||
"torch", | ||
"transformers" | ||
] | ||
|
||
[metadata] | ||
name = "balena-cpu" | ||
version = "1.0.0" | ||
license = "Apache License 2.0" | ||
author = "Louis Brulé Naudet" | ||
author_email = "louisbrulenaudet@icloud.com" | ||
description = "BALanced Execution through Natural Activation : a human-computer interaction methodology for code running." | ||
long_description = "file: README.md" | ||
long_description_content_type = "text/markdown" | ||
url = "https://github.com/louisbrulenaudet/balena" | ||
homepage = "https://github.com/louisbrulenaudet/balena" | ||
project_urls = {repository = "https://github.com/louisbrulenaudet/balena"} | ||
keywords = "transformers, speech-recognition, text-extraction, execution, speech-to-text, NLP, sentence-similarity, speech-to-function, sentence-transformers, wav2vec2" |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# __init__.py | ||
|
||
# This file can be empty, or you can define package-level variables or settings here. | ||
# For example, you might define a variable like this: | ||
# version = "1.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.