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

Fixing pep8 conflicts #14

Closed tush05tgsingh closed 5 years ago

tush05tgsingh commented 5 years ago

I have corrected the conflicts using pep8 and also added the numpy library in the requirements doc as it was missing to start the program

pep8speaks commented 5 years ago

Hello @tush05tgsingh! Thanks for updating this PR.

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

Comment last updated at 2019-06-07 09:23:59 UTC
codecov[bot] commented 5 years ago

Codecov Report

Merging #14 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #14   +/-   ##
====================================
  Coverage       0%    0%           
====================================
  Files           3     3           
  Lines         213   214    +1     
====================================
- Misses        213   214    +1
Impacted Files Coverage Δ
config.py 0% <0%> (ø) :arrow_up:
chatbot.py 0% <0%> (ø) :arrow_up:
google_places.py 0% <0%> (ø) :arrow_up:

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 25bc27d...52dd678. Read the comment docs.

satyammittal commented 5 years ago

fixes #6 . Congrats @tush05tgsingh for 1st pr in org. Hoping to see you learning more. 👍