Skip to content

ineshbose/UofG_Conversational_Interfaces

Repository files navigation

UofG Conversational Interfaces (M)

This repository contains the source to the coursework for the course.

Clone the repository using Git, or download a ZIP. You should have Node.js installed and have yarn available as package manager.

> npm i -g yarn # if yarn isn't installed
> yarn install
> yarn workspace agent-api stub

Also create a launch.json using the instructions.

🗺️ Project Layout

  • . Root of repository with directories of different concerns
  • package.json is the repository module handler using Yarn Workspaces
  • .env.example.ts is an example of a .env.ts file that can be used to read environment variables
  • docs contains the source code for the report and relevant documents
  • docs/examples includes the provided sample set of dialogues
  • docs/test-data includes the test dialogues (and in other formats)
  • packages contains all the individual utilities that build on each other
  • skill-package contains the model for Alexa Skill and Wit.ai

Built Using

Nx wit.ai Nx UnJS Nx

📟 Contact

If you have questions about this project or want to share feedback, you can send it to:

Inesh Bose 2504266@student.gla.ac.uk / Inesh.Bose@glasgow.ac.uk
(or any platform you can find me on)

Project Link: https://github.com/ineshbose/UofG_Conversational_Interfaces/