scalability4all / voice-enabled-chatbot

Implementing a voice enabled chatbot which converses with a user via their voice in natural language. Website: https://scalability4all.github.io/
MIT License
38 stars 52 forks source link

Language support. Issue #5 #37

Closed paucaro closed 4 years ago

paucaro commented 4 years ago

Add googletrans library to translate messages in the language entered. The system could recognize in different languages.

pep8speaks commented 4 years ago

Hello @paucaro! Thanks for updating this PR.

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2020-04-06 02:58:56 UTC
codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@57514aa). Click here to learn what that means. The diff coverage is 0%.

Impacted file tree graph

@@          Coverage Diff           @@
##             master   #37   +/-   ##
======================================
  Coverage          ?    0%           
======================================
  Files             ?     5           
  Lines             ?   228           
  Branches          ?     0           
======================================
  Hits              ?     0           
  Misses            ?   228           
  Partials          ?     0
Impacted Files Coverage Δ
chatbot.py 0% <0%> (ø)
voice_conf.py 0% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 57514aa...bd3d37c. Read the comment docs.

satyammittal commented 4 years ago

@paucaro Can you pull the latest changes and fix pep8 issues.

paucaro commented 4 years ago

@satyammittal Done 😄.