Giter Site home page Giter Site logo

m4mallu / voicebot Goto Github PK

View Code? Open in Web Editor NEW
16.0 1.0 10.0 23 KB

A simple telegram bot to recognize lengthy voice files to text and vice versa with multiple language support.

Python 99.91% Procfile 0.09%
text2speech voice-recognition lengthy-voices telegram-bot

voicebot's Introduction

Voicebot

A simple Telegram bot to convert lengthy voice clips to text and vice versa with supporting languages.

About

🔰 Voicebot is a simple Telegram bot to convert lengthy voice clips to text and vice versa with supporting languages. Send a voice clip to the bot and it will convert it to text even if it is too long. You can also send pre-recorded voice to the bot and it will convert it to text.

🔰 Voicebot can also convert text to voice clips. Send text to the bot and it will convert it to the voice clip. (Please find the supporting languages in the bot itself)

Mandatory Variables

API_HASH    -   Your API Hash from my.telegram.org
APP_ID      -   Your APP ID from my.telegram.org
BOT_TOKEN   -   Your bot token from @BotFather
LOG_CHAT    -   the chat id where you want to send the logs - starting with -100

</>

Bot Commands

start - Start the bot
help - Show this help message
lang - Change the language

</>

Deploy

Deploy in VPS:
  • Open a Linux Terminal and Run the below commands ( Stage: 1 )
  • git clone https://github.com/m4mallu/voicebot
  • cd voicebot
  • Create a config.py with the Mandatory variables (Refer sample_config.py) and save it in the bot directory.
  • Run the below commands in the same terminal ( Stage: 2 )
  • virtualenv -p python3 venv
  • . ./venv/bin/activate
  • pip3 install -r requirements.txt
  • python3 bot.py
Deploy in Heroku
  • Click the below button to deploy the bot in Heroku
Developer

GPL3
 

Donate


Buy me a cup of coffee for the works !


License

Credits

        
  

voicebot's People

Contributors

m4mallu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

voicebot's Issues

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.