Django app for vosk
Project description
Evtt
Django app that use vosk library to convert voice to text.
Quick start
1.Add "evtt" to your INSTALLED_APPS in your project setting.py file:
INSTALLED_APPS = [
...,
'evtt',
]
2.Include the evtt URLconf in your project urls.py like this:
path('evtt/', include('evtt.urls')),
3.Visit http://127.0.0.1:8000/evtt/ to voice to text.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
evtt-1.22.tar.gz
(1.1 MB
view details)
File details
Details for the file evtt-1.22.tar.gz.
File metadata
- Download URL: evtt-1.22.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acf2f861bd62fbc2a2dcd9521d0f26a686c163fb21e1d72f4c11316fcb0afcca
|
|
| MD5 |
7594c9df4aec36bed294f90954f2f1d1
|
|
| BLAKE2b-256 |
3f6f9e40c1d86fafbc5d15eea602dd18f08044b9d01e60959b92a3ce80f0dbea
|