Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 2.18 KB

recommendations.md

File metadata and controls

60 lines (44 loc) · 2.18 KB
layout title permalink
page
Tech Tips
/tech/

1. Conversational AI

Platforms

  • Rasa
    • All-in-one platform for CAI/ dialog systems.
    • Dialog policy can be machine learned based on dialog flows (stories) in markdown format.
    • Backend can be selected (pre-trained embeddings vs. train from scratch)
  • Plato
    • NLU, Dialog Management and NLG platform from Uber Research. I'm still figuring this one out.
  • DeepPavlov
  • OpenDial
  • Ravenclaw Dialog Management
  • Microsoft Bot Framework
  • SAP CAI
  • Google Dialog Flow
  • Amazon Lex

Tools

  • Chatette: Python tool for generating utterances from semantic grammars.

2. Microcontrollers and IoT

Development Platforms

Board Suppliers

3. Web Development

  • Flask framework for web development in Python
  • Bottle: mini version of Flask, a whole website in one file
  • Heroku Cloud Application Platform
    • A free way to publish your Flask/Bottle apps to the internet.

4. Organization

  • tiddlyWiki: open-source note-taking/wiki software that runs from a single html file.

5. Miscellaneous