Abhishek-Dobliyal / Audio-Text-Manipulation

A web app helpful for Audio/ Text Manipulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audio_Text_Manipulation

A web app helpful for Audio/ Text Manipulation (Python Flask)

Installation and Dependencies

  1. Python Installed.

  2. Open Terminal/ Command Prompt and type in:

-> Windows Users

pip install -r /path/to/requirements.txt

-> MacOS/ Linux Users

pip3 install -r /path/to/requirements.txt

Usage

  1. Inside the Repository's directory, Open Terminal/ Command Prompt and type in:

-> Windows Users

python app.py

-> MacOS/ Linux Users

python3 app.py
  1. The above command should result in something like this:
 Debug mode: on
 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
 * Restarting with stat
 * Debugger is active!

-> It runs the web app on localhost:5000

Note

  • Kindly do not move, delete, rename or modify any files (unless you know what you are doing).

  • As of now, Audio Transcription transcribes '.wav' files only.

  • Pardon me for my HTML/CSS skills. :?

About

A web app helpful for Audio/ Text Manipulation


Languages

Language:HTML 40.8%Language:Python 39.7%Language:CSS 19.5%