Code Monkey home page Code Monkey logo

audio_transcript's Introduction

Audio Transcript

This software was created to transcript videos into text.

How to install

First you have to make sure you have Python installed:

# Windows
python --version

# Linux
python3 --version

Then you need to download this repository or clone it with git:

git clone [email protected]:RuaN-debug/Audio_Transcript.git

Now you have to install all the requirements for it to work:

# Windows
pip install -r requirements.txt

# Linux
pip3 install -r requirements.txt

Now, make sure you download the video and paste it in this directory, next to transcriptor.py file, and also copy the name and extension of the video and paste it inside the quotes of the variable called path in transcriptor.py file:

path = "name_of_video.extension"

At last, in order to run this script you have to type:

# Windows
python transcriptor.py

# Linux
python3 transcriptor.py

Output

While it's running, it will create a few audio files with 3 minutes each to make it easier to transcript, but once it's done, all the text will be inside text.txt file and all audio files will be safely removed.

audio_transcript's People

Contributors

ruan-debug avatar

Stargazers

Roman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.