Skip to content

YP522/Voice2Doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voice2Doc

Quality Gate Status Reliability Rating Security Rating Maintainability Rating Lines of Code

Extracting lyrics from video or audio into a doc file

Features

  • AudioSpeech To Text
  • Doc File with text

How to run ?

First download ffmpeg and setup the path.

Download Source Code Project, Install dependencies and run this command : py .\v2d.py run media_path

or download executable here : https://ypetit.web-edu.fr/voice2doc/download/0.0.0/Voice2Doc.exe

Learn how to use ?

Read the tutorial step by step here : https://ypetit.web-edu.fr/voice2doc/get-started/ Running may take a few minutes to a few hours

Commands

Open the list of commands py .\v2d.py help

Get the version of v2d project py .\v2d.py version

Learn more about v2d project py .\v2d.py about

Learn about author(s) py .\v2d.py credits

Run v2d with 1 audio or video file py .\v2d.py run media_path

Disclaimer

Code

This project is opensource in order to share a concept. The code is not necessarily clean.

If you are interested in improving Voice2Doc, don't hesitate to join the project !

The next missions are :

  1. Code maintenance (python best practices)

  2. Reduce package usage

  3. Reduce processing time