Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cccaaannn/dictator
A dictation app to rule them all.
https://github.com/cccaaannn/dictator
dictation mui qwik speech-to-text
Last synced: 1 day ago
JSON representation
A dictation app to rule them all.
- Host: GitHub
- URL: https://github.com/cccaaannn/dictator
- Owner: cccaaannn
- License: mit
- Created: 2023-10-21T17:16:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-26T01:24:50.000Z (about 1 year ago)
- Last Synced: 2023-11-26T02:24:26.002Z (about 1 year ago)
- Topics: dictation, mui, qwik, speech-to-text
- Language: TypeScript
- Homepage: https://cccaaannn.github.io/dictator/
- Size: 426 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dictator
A dictation app to rule them all.
![GitHub top language](https://img.shields.io/github/languages/top/cccaaannn/dictator?color=blue) ![GitHub repo size](https://img.shields.io/github/repo-size/cccaaannn/dictator?color=orange) [![GitHub](https://img.shields.io/github/license/cccaaannn/dictator?color=green)](https://github.com/cccaaannn/dictator/blob/master/LICENSE)
---
## Demo
![](https://raw.githubusercontent.com/cccaaannn/dictator/master/public/favicon.ico)[cccaaannn.github.io/dictator](https://cccaaannn.github.io/dictator/)
### Running for Development
```shell
npm run dev
```### Building
```shell
npm run build
```### Deploy
```shell
npm run deploy
```