-
Notifications
You must be signed in to change notification settings - Fork 22
Teaching
Are you teaching a programming course and looking for a cool topic for your students' projects?. Or maybe looking for a use case to illustrate the benefits of Domain-Specific Languages?. Or are you in charge of a NLP/AI based course and want your students to play with a bot framework to learn the ropes?.
At Xatkit, we perfectly know how difficult it may be to find the right tools and examples for your courses and want to help. Get in touch if you'd like to use Xatkit in class.
With Xatkit, your students will get a flexible, easy-to-use and open source bot framework to jump-start their development projects and experiments.
See some already completed collaborations between Xatkit and universities around the world:
-
Extension of Xatkit to support Alexa Skills. In particular, this project developed a skill to enable software designers to create IFML diagrams with voice commands. By Luca Baruffini as part of his Master thesis, co-supervised by Marco Brambilla and Jordi Cabot
-
A chatbot without proper monitoring is worth next to nothing. This project started our graphical monitoring dashboard for Xatkit bots. By Lluís Marquès as part of his final degree project, co-supervised by Jordi Cabot
-
Added FB messenger as a new platform for Xatkit. You can now build FB bots as input or output platform (or both). This project started our graphical monitoring dashboard for Xatkit bots. By a group of students of this project course (see the GH repo for full contributors' details)
-
Added Spotify as a new platform for Xatkit so that you can control and manage your Spotify lists with a chatbot. By María Noel Bassagoda, Maria Victoria Armand and Cecilia Guayta. Supervised by Daniel Calegari as part of his Model-Driven Engineering course.
-
New language pre and postprocessors for chatbots as part of the final engineering degree project by Marcos Gómez Vázquez
- Getting Started
- Configuring your bot
- Integrating an Intent Recognition Provider
- Adding a bot to your website
- Deploying on Slack
- Basic concepts
- Intents and Entities
- States, Transitions, and Context
- Default and Local Fallbacks
- Core Library