You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.
As @neilnelson mentioned in the code of stt.py, we need a better implementation for the STT as well as its interaction with brain.py so that it allows us to hold spontaneous conversations with Melissa.
For example, a sample conversation for a better twitter module might be:
User: Send tweet
Melissa: What would you like to tweet?
User: I'm feeling drunk and high
The text was updated successfully, but these errors were encountered:
For interactive responses, you can first import stt to your action module and use the stt() function. Take care that the stt() function returns string.
Solves Melissa-AI#111
add city weather.com search
Keyword Detection Melissa-AI#51FixesMelissa-AI#105FixesMelissa-AI#52
Fix The Readout Of Date
Month and date were flipped causing tts to read August 10th instead of
October 8th
remove check profile on travis.
add requirements-dev.txt to exclude list on flake8.
delete check profile test.
use setup.cfg as pytest config instead of pytest.ini.
add pycache and sort.
change flake8 deps and test deps file.
refactore tts test.
remove redundant blank line.
add test for pyvona package on tts.
change to pass flake8.
change to match test with pyvona addition.
add test deps txt to exclude list.
change how to run pytest on travis.
install dependency after running the script.
change pygame version.
change travis setting to install pytest and run it
pass flake8 test.
a func still need to pass this
change to pass flake8.
set max width to 80
set random platform test with random string.
add random and female gender.
mock the profile module before import tts module.
rename test file to the correct module.
add test for tts module.
add requirements for test.
add pytest.ini
Reformat setup.cfg Melissa-AI#94
Update LICENSE.md
Add Ivona TTS
Added what_is_date() and what_is_time()
Spelling Action Module
Add disk utilization in system_status
New chatbot style interaction for general conversation
Fixed pep8 issues
Fixed pep8 issues
chore(flake8-checker): added flake8 checker to TRAVISCI Script
chore(melissa/): made code flake8 compliant
- removed unused imports
- added setup.cfg for flake8
add test for tts module.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As @neilnelson mentioned in the code of
stt.py
, we need a better implementation for the STT as well as its interaction withbrain.py
so that it allows us to hold spontaneous conversations with Melissa.For example, a sample conversation for a better twitter module might be:
The text was updated successfully, but these errors were encountered: