jessvb / convo

An interactive conversational programming agent.
MIT License
5 stars 1 forks source link

Convo

An interactive conversational programming agent.

Structure

Convo consists of four modules: (1) a Voice User Interface (VUI), (2) a Natural Language Understanding (NLU) module, (3) a Dialog Manager (DM), and (4) a Program Editor (PE). The VUI can be found in the frontend directory. The other modules can be found in the backend directory.

Convo's four modules

Wiki

For detailed and up-to-date information and setup instructions, please visit the Convo Wiki, including the setup page.