Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1: First E2E Version of the System (DO NOT MERGE) #13

Open
wants to merge 1 commit into
base: add-cli
Choose a base branch
from

Conversation

JVerwolf
Copy link
Member

@JVerwolf JVerwolf commented Oct 20, 2018

This is the first end-to-end version of the system.

This branch contains:

  • A CLI for interacting with the system
    cd bin/
    python3 cli.py
    
    Example interaction:
    play justin beiber
    >>>Entity:	justin beiber
    >>>Command:	control_play
    >>>Result: Not implemented
    
  • A basic NLP Layer that uses regexes to parse an input string for keywords that signify the user's intention.
  • A simple Knowledge Base stored in a relational DB.
  • A Play Controller that coordinates the interaction of the various layers of the system.

@JVerwolf JVerwolf changed the title Version 1:first end-to-end version of the system Version 1: First E2E Version of the System (DO NOT MERGE) Oct 20, 2018
@okjuan
Copy link
Contributor

okjuan commented Nov 13, 2018

I think we could close this soon, since our master branch will have all this functionality. I'll replicate the guide in this PR's description into our repo README as part of #14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants