IQ-SCM / raven

RAVEN (Realtime Assistant Voice Enabled Network) Open Source Software (OSS) community repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RAVEN Open Source Software (OSS) Community Project

RAVEN (Realtime Assistant Voice Enabled Network) OSS community edition.

Overview & Intro

RAVEN is meant to be a digital assistant and artificial cognitive entity. The goal is to create an autonomous artificial intelligence that is reliable, trustworthy, and useful. Here are some of the top priorities for RAVEN:

  1. Voice-enabled assistant
  2. Extensible capabilities (plug and play cognitive architecture)
  3. Fully autonomous (can think and make decisions independently)
  4. Long-term memory and continuous learning

YouTube Thumbnail and Link to RAVEN Intro

Latest News

  1. Please see the updated announcement here: daveshap#52
    • This covers forming a legal entity, establishing governance, and funding

Primary Pages

Please read the draft Code of Conduct.

There is also a Contributors Guide draft that will eventually be merged with the Code of Conduct.

Development

We are still in the Forming phase. Please be patient - the RAVEN project was launched February 2, 2023 (so it's brand new)

Development Phases

Get Started with Development

The development branching strategy is located here in the Wiki.

  • Clone this repository using your favorite tool(s).

  • Checkout the desired branch to work on. In this example 1.0.0-dev

git checkout 1.0.0-dev

  • Create a Python virtual environment with tools of your choice using the environment.yml file in the root of the project.

  • Activate the new environment according to instructions in the terminal window.

  • The microservices are in the services/microservices directory.

Documentation Development

Documentation is written in markdown files in the docs directory.

You can learn more about the Markdown syntax here

MkDocs is installed in the virtual environment, so you can run a live server for previewing the docs in your browser:

mkdocs serve

About

RAVEN (Realtime Assistant Voice Enabled Network) Open Source Software (OSS) community repo

License:MIT License


Languages

Language:Python 100.0%