https://github.com/codef53/drg-tts
https://github.com/codef53/drg-tts
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codef53/drg-tts
- Owner: CodeF53
- Created: 2024-05-31T06:29:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-31T07:57:54.000Z (about 1 year ago)
- Last Synced: 2025-02-24T03:50:58.651Z (4 months ago)
- Language: TypeScript
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drg-tts
A TTS for Dystopian Robot Girlfriend1. install [tesseract (optical character recognition)](https://github.com/UB-Mannheim/tesseract/wiki) and [VLC (audio player)](https://www.videolan.org/)
2. add `C:\Program Files\Tesseract-OCR` and `C:\Program Files (x86)\VideoLAN\VLC` to your path file [instructions for how to add shit to path](https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/)
3. [install bun](https://bun.sh/)
4. install npm packages `bun install`
5. `bun start`## Development tools
`bun .\development\createSamples.ts --gender Male --locale en --sample "Example text to be said matching voices"`