-
Notifications
You must be signed in to change notification settings - Fork 4
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
30fbdae
commit 1992771
Showing
52 changed files
with
17 additions
and
32 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 |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# MajorDom VA | ||
# S.T.A.R.K. | ||
|
||
## Features: | ||
**Speech and Text Algorithmic Recognition Kit** | ||
|
||
- | ||
Modern, advanced, and fast framework for creating natural language (especially voice) interfaces. Like [FastAPI](https://fastapi.tiangolo.com/), but with speech instead of http. | ||
|
||
Check [docs](https://markparker5.github.io/stark) for more information. |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[tool.poetry] | ||
name = "majordom-va" | ||
name = "stark" | ||
version = "0.1.0" | ||
description = "" | ||
authors = ["MarkParker5 <[email protected]>"] | ||
license = "CC BY-NC-ND 4.0" | ||
readme = "README.md" | ||
packages = [{include = "majordom_va"}] | ||
packages = [{include = "stark"}] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.10" | ||
|
@@ -34,13 +34,13 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.pytest.ini_options] | ||
pythonpath = [ | ||
"majordom_va", | ||
"stark", | ||
] | ||
|
||
[tool.mypy] | ||
ignore_missing_imports = true | ||
exclude = [ | ||
"majordom_va/features/legacy", | ||
"majordom_va/VICore/VIObjects/VITime.*", | ||
"majordom_va/VICore/VIObjects/VINumber.*", | ||
"stark/features/legacy", | ||
"stark/VICore/VIObjects/VITime.*", | ||
"stark/VICore/VIObjects/VINumber.*", | ||
] |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions
10
majordom_va/examples/keyboard_hotkey.py → stark/examples/keyboard_hotkey.py
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.