Giter Site home page Giter Site logo

abeljohny / zoe Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 261 KB

Natural Language Calendar Management System

License: GNU General Public License v2.0

Jupyter Notebook 61.16% Python 38.84%
chatbot human-computer-interaction natural-language-processing nltk

zoe's Introduction

Zoe

Text-based Natural Language Calendar Management System

Introduction

Zoe is an NLP system for managing calendar operations, specifically scheduling, canceling, and searching for events while handling casual small talk through the command line.

Working with Zoe

Follow along Zoe's prompts and experiment using the code to understand its usage.

See below for a cheatsheet on using Zoe with single-turn prompts.

Booking Calendar Events

Sample query: Book "meeting with Tim" at 10 tomorrow

Sample query: Book "meeting with Jony" on 01/29/2023 at 10pm

note: event names are in quotes

Searching Calendar Events

Sample query: Show all my events for tomorrow / Show tomorrow

Cancelling Calendar Events

Sample query: Cancel "meeting with Jony" on 01/29/2024 at 10pm

note: event names are in quotes

Extensibility

Zoe's capabilities are extensible. New intents are introduced through the following steps:

  1. Create an intent set in the intent_sets directory with the intents’ name as the filename with the associated prompts as its file contents.
  2. Logic for intent sets are processed using intent handlers and stored in the intent_handlers directory. Create an intent handler for your intent set.
  3. Retrain Zoe's classifier using the reindex flag.

High-level Architecture (UML)

Zoe UML diagram.jpg

License

Zoe is GPL-2 licensed.

zoe's People

Contributors

abeljohny avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.