Skip to content

Commit

Permalink
rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkParker5 committed Sep 14, 2023
1 parent 30fbdae commit 1992771
Show file tree
Hide file tree
Showing 52 changed files with 17 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
with:
to: ${{ secrets.TG_CHAT_ID }}
token: ${{ secrets.TG_BOT_TOKEN }}
message: MajorDom-VA tests failed on branch ${{ github.ref }}
message: S.T.A.R.K. push tests failed on branch ${{ github.ref }}
8 changes: 5 additions & 3 deletions README.md
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.
17 changes: 0 additions & 17 deletions majordom-va.service

This file was deleted.

12 changes: 6 additions & 6 deletions pyproject.toml
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"
Expand Down Expand Up @@ -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.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import os
from pynput.keyboard import Key, Listener

from majordom_va.VICore import CommandsContext
from majordom_va.VoiceAssistant import VoiceAssistant, Mode
from majordom_va.IO.VoskSpeechRecognizer import VoskSpeechRecognizer
from majordom_va.IO.SileroSpeechSynthesizer import SileroSpeechSynthesizer
from majordom_va.features import default
from stark.VICore import CommandsContext
from stark.VoiceAssistant import VoiceAssistant, Mode
from stark.IO.VoskSpeechRecognizer import VoskSpeechRecognizer
from stark.IO.SileroSpeechSynthesizer import SileroSpeechSynthesizer
from stark.features import default


cm = CommandsContext(commands_manager = default)
Expand Down
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.

0 comments on commit 1992771

Please sign in to comment.