hasithamadhu / Transcribe-Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transcriber Bot

A Telegram bot to transcribe audio, video and image into text.

Deploy to Heroku

Deploy

Local Deploying

Make sure you have FFmpeg. (it must be on the same folder as the script file if you are on Linux or Mac.)

  1. Clone the repo

    git clone https://github.com/samadii/Transcribe-Bot
    
  2. Now head to this page and install Tesseract installer.

  3. Use it to install Tesseract, Then Go to this line and add the PATH where Tesseract is installed.

  4. Fill this PATH with the path of the tessdata folder.

  5. Enter the directory

    cd Transcribe-Bot
    
  6. Install all requirements using pip.

    pip3 install -r requirements.txt
    
  7. Run the file.

    python3 bot.py
    

Environment Variables

Mandatory Vars

Devs:

About

License:GNU General Public License v3.0


Languages

Language:Python 99.6%Language:Procfile 0.4%