Skip to content

kfmh/uw_realtime_stt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

Undr Wolf Realtime STT

Undr Wolf is a chess game designed for players seeking to enhance their skills in blindfold chess. This speech to text package is created as a feature for the game. Current alpha build only works with apple silicon computers.

Follow the journey on:

Youtube
Logbook
uw_chess repository

Requierements

Apple Metal GPU

Installation Mac with apple silicon

  1. From terminal create a directory
mkdir <directory_name>
cd <directory_name>
  1. Create and activate an environment
# Python environment
python3 -m venv <enviroment_neme>
source <enviroment_neme>/bin/activate
# Anaconda environment
conda create -n <enviroment_neme>
conda activate <enviroment_neme>
  1. Install uw_chess package
# Pip install package directly from main branch
pip install git+https://github.com/kfmh/uw_realtime_stt.git

Usage

Start program

# Run program
uw_realtime_stt

Quit program: ctrl + c

About

Realtime speech to text library for the Undr Wolf chess app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages