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

Add code for blue filter(WIP) #18

Closed mahakbansal closed 4 years ago

mahakbansal commented 5 years ago

Merging the processed frame with the original remaining. WIP

pep8speaks commented 5 years ago

Hello @mahakbansal! Thanks for opening this PR.

Line 9:10: E222 multiple spaces after operator Line 11:10: E222 multiple spaces after operator Line 11:28: E231 missing whitespace after ',' Line 12:1: W293 blank line contains whitespace Line 16:1: W293 blank line contains whitespace Line 18:31: E231 missing whitespace after ',' Line 18:47: E231 missing whitespace after ',' Line 19:1: W293 blank line contains whitespace Line 21:41: E231 missing whitespace after ',' Line 21:44: E231 missing whitespace after ',' Line 21:47: E231 missing whitespace after ',' Line 24:9: E221 multiple spaces before operator Line 24:12: E222 multiple spaces after operator Line 24:33: E231 missing whitespace after ',' Line 24:37: E231 missing whitespace after ',' Line 25:1: W293 blank line contains whitespace Line 27:28: E231 missing whitespace after ',' Line 29:101: E501 line too long (103 > 100 characters) Line 30:80: W291 trailing whitespace Line 32:1: W293 blank line contains whitespace Line 41:37: W291 trailing whitespace Line 42:40: E251 unexpected spaces around keyword / parameter equals Line 42:42: E251 unexpected spaces around keyword / parameter equals Line 43:68: W291 trailing whitespace Line 48:5: E265 block comment should start with '# ' Line 49:73: W291 trailing whitespace Line 64:1: W391 blank line at end of file

Do see the Hitchhiker's guide to code style

codecov[bot] commented 5 years ago

Codecov Report

Merging #18 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #18   +/-   ##
====================================
  Coverage       0%    0%           
====================================
  Files           3     3           
  Lines         214   214           
====================================
  Misses        214   214

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 69b4a2d...4c1e629. Read the comment docs.