https://github.com/chadnpc/localstt
A speech to text module for powershell
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.5%) to scientific vocabulary
Repository
A speech to text module for powershell
Basic Info
- Host: GitHub
- Owner: chadnpc
- License: wtfpl
- Language: PowerShell
- Default Branch: main
- Homepage: https://www.powershellgallery.com/packages/LocalSTT
- Size: 157 KB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
Speech to text & transcription module.
Core modules:
Pyaudio(Pa_INT16): recordingWhisperModel(CPU_INT8): transcription.
PowerShell is used here to improve the cli experience (setup, environment and updates).
📦 Installation
PowerShell
Install-Module LocalSTT
🗒 Usage
```PowerShell Import-Module LocalSTT
Record-Audio -o output.wav # works fine
Transcribe-Audio output.wav ## !? https://github.com/OpenNMT/CTranslate2/pull/1852
```
STATUS
- Record-Audio works
currently Works with Python <= 3.12 : faster-whisper/issues/1238
Transcribe-Audio with ctranslate2 is not working : OpenNMT/CTranslate2/pull/1852
🧾 License
This project is licensed under the WTFPL License.
Owner
- Name: alain
- Login: chadnpc
- Kind: user
- Website: https://linktr.ee/chadnpc
- Repositories: 82
- Profile: https://github.com/chadnpc
GitHub Events
Total
- Watch event: 1
- Push event: 17
- Pull request event: 1
- Create event: 1
- Commit comment event: 1
Last Year
- Watch event: 1
- Push event: 17
- Pull request event: 1
- Create event: 1
- Commit comment event: 1
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v3 composite
- anc95/ChatGPT-CodeReview v1.0.12 composite
- Mattraks/delete-workflow-runs v2 composite
- actions/checkout v3 composite
- actions/upload-artifact v3 composite
- Flask ==3.1.0
- Jinja2 ==3.1.5
- MarkupSafe ==3.0.2
- PyAudio ==0.2.14
- Werkzeug ==3.1.3
- blinker ==1.9.0
- click ==8.1.8
- itsdangerous ==2.2.0
- numpy ==2.2.1