Skip to content

Commit

Permalink
Merge pull request #3 from ivanshin/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ivanshin authored Jul 7, 2023
2 parents d6be535 + 1b0e8cb commit 6fe1a0c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

# Wav2Vec ASR tool [RUSSIAN]

This app was created in research goals. Transcribes audifiles in Russian language. How it's work:
## V0.2 Every main and child process now logs to SQLite DB or a console!

This app was created in research goals. Transcribes audifiles in Russian language. How it's works:

1) Check `config.yaml`
set your working directory for app and ouput directory:
Expand All @@ -10,6 +12,8 @@ set your working directory for app and ouput directory:
#YAML EXAMPLE
working_dir: D:\\WAV2VEC_ASR_WD\
output_dir: D:\\WAV2VEC_ASR_OUPUT\
logs_to_db: True # False
logs_db_path: D:\\WAV2VEC_ASR_DB\ # set path where to store SQLite DB if logs_to_db = True else None
```
2) Create venv and activate:
Expand All @@ -28,4 +32,8 @@ this will start necessary daemons. IMPORTANT -- closing main process kills daemo

4) Paste audiofile into `working_dir` you set.

5) Wait for results in `output_dir` you set.
5) Wait for results in `output_dir` you set.

## Additions:

[Example of SQLite DB](docs/db_example.png)
Binary file added docs/db_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified requirements.txt
Binary file not shown.

0 comments on commit 6fe1a0c

Please sign in to comment.