Giter Club home page Giter Club logo

coronsavirus_voice_bot's Introduction

CoronsaVirus_voice_bot

This is a project related to the awareness for the current and the serious issue that is caused due to coronavirus. So this is a project to aware people to protect themselves from getting in contact with coronavirus.

To know how to build the basic chatbot using rasa you can check this link:

http://innovateyourself.in/building-an-end-to-end-conversational-chat-bot-cum-assistant-with-rasa/

This project is a multilingual voice bot which will help you talk to your bot in the language yo know to spread awareness in any language.

To do that we will first make a simple chatbot that will take the questions of the as an input and to give back the reply accordingly to spread awareness. Once we are done with the basic chatbot that can reply to our questions then we can procceed to convert it in to the voice bot and during the conversion process we will use a module named translate to translate the text from one language to the other.

Firstly, install the module in the same environment where you have the packages installed for rasa chatbot. To install it go to the terminal and run:

pip install translate

This will install the translate module. Now you can start using it in the Voice_bot.py file to do the conversion process

Here is the basic code to convert the code from one language to the other:

from translate import Translator translator = Translator(from_lang='en',to_lang='hi') translation = translator.translate("hello")

This is convert the word hello in english to hindi.

Rest you can download the code from here and further run it.

Also you can check this video to see the practical implementation of the code:

https://youtu.be/HO7NrhyAVjE

coronsavirus_voice_bot's People

Contributors

ashus3868 avatar

Watchers

James Cloos 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.