Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Refactoring STT for interactive conversations #52

Closed
tanay1337 opened this issue Jul 18, 2016 · 1 comment
Closed

Refactoring STT for interactive conversations #52

tanay1337 opened this issue Jul 18, 2016 · 1 comment

Comments

@tanay1337
Copy link
Member

tanay1337 commented Jul 18, 2016

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
@tanay1337 tanay1337 changed the title Refactoring STT for spontaneous conversations Refactoring STT for interactive conversations Oct 9, 2016
@tanay1337
Copy link
Member Author

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.

tanay1337 pushed a commit that referenced this issue Oct 9, 2016
rachmadaniHaryono pushed a commit to rachmadaniHaryono/Melissa-Core that referenced this issue Oct 11, 2016
Solves Melissa-AI#111

add city weather.com search

Keyword Detection Melissa-AI#51

Fixes Melissa-AI#105

Fixes Melissa-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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant