Skip to content

A framework that facilitates flexible natural language parsing. Currently used as a foundation for other projects.

License

Notifications You must be signed in to change notification settings

nourbenmoulehem/Project-Aurras

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Aurras

Project Aurras is a NLP framework designed to parse natural language inputs into structured data. Aurras is designed to act as a base for future NLP projects and thus focuses on modularity and customizability. To help accomplish these goals Aurras uses a combination of core systems, interactions, and plugins.

Using Aurras

Overview

Core

At its core Aurras is a wrapper for a trainable natural language processing model. Aurras' core model is responsible for intent classification and entity extraction and is built on top of HuggingFace's pre-trained distilbert model. Due to its flexible nature, Aurras can be re-trained for many different tasks by simply changing the dataset.

Integrations

Aurras' integrations handel interactions between its core systems and external or custom APIs. Integrations are used to increase modularity which means that custom systems can easily be added to Aurras without interfering with the core. Integrations will generally be used as a wrapper for talking to external programs, such as Google or Notion. Because of this they should be made to easily work with plugins.

Currently only the plugin management integration exists. However, integrations for google, notion, wolfrem alpha and wikipedia are planned.

Plugins

Plugins are used to add intent-specific functionality to Aurras. Handeled by the plugins integration, they act as flexible modules that can interact with other plugins or integrations in order to create intent and entity-specific responses.

Currently plugins exist for the date, time, and weather. However, plugins for each default intent are planned.

Currently supported intents and entities

Currently supported intents include:

  • Music playlists manipulation
  • Alarm manipulation
  • Get date
  • Get time
  • Get weather
  • Todo system
  • Arbitrary searching
  • Start
  • Stop
  • Media controls
  • Natural language conversation

Currently supported entities include:

  • Book
  • Movie
  • Song
  • Amount of time
  • Datetime
  • Distance
  • Location
  • Math expression
  • Number
  • Ordinal
  • Person
  • Playlist
  • Quantity
  • Todo
  • Topic
  • Category

Project Board

https://github.com/Robert-MacWha/Project-Aurras/projects/1

Sample of interaction

From top to bottom: Intent classification, Intent classification & Entity extraction (x2), Plugin integration

Sample Prompts & Classifications

About

A framework that facilitates flexible natural language parsing. Currently used as a foundation for other projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Makefile 0.1%