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

Features founded Issue #25 #34

Closed paucaro closed 4 years ago

paucaro commented 4 years ago

[1] To ignore files .pyc generated by executing the project, add .gitignore. [2] Modify URLs in chatbot.py, adding http:// to work in ubuntu. [3] Add pyjokes library to cmd3, this library return a random joke.

codecov[bot] commented 4 years ago

Codecov Report

Merging #34 into master will not change coverage by %. The diff coverage is 0.00%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #34   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files           4       4           
  Lines         217     219    +2     
======================================
- Misses        217     219    +2     
Impacted Files Coverage Δ
chatbot.py 0.00% <0.00%> (ø)

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 7c77cb2...fa969fe. Read the comment docs.

satyammittal commented 4 years ago

fixes #7