1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-09-20 06:17:20 +03:00
🧠 Leon is your open-source personal assistant.
Go to file
2022-06-19 13:47:43 +08:00
.github Merge branch 'develop' into from-modules-to-skills 2022-02-19 09:25:02 +08:00
.husky chore: resetup Husky 2021-12-27 22:57:06 +08:00
app feat: communicate suggestions to the client 2022-06-19 13:47:43 +08:00
bin chore: remove DeepSpeech binary folder; add Coqui binary folder to gitignore 2022-01-31 14:11:48 +08:00
bridges feat: shared skills memory 2022-06-16 21:31:30 +08:00
core feat(skill/rochambeau): introduce paper scissors rock 2022-06-19 12:00:17 +08:00
downloads chore: init 2019-02-10 20:26:50 +08:00
hotword Merge branch 'develop' into from-modules-to-skills 2022-02-19 09:25:02 +08:00
logs chore: init 2019-02-10 20:26:50 +08:00
packages refactor(skill/product_hunt_trends): from module to skill 2022-02-22 09:04:18 +08:00
scripts feat: support dynamic variables on skill NLU settings for logic type 2022-06-12 10:49:07 +08:00
server/src feat: communicate suggestions to the client 2022-06-19 13:47:43 +08:00
skills feat: communicate suggestions to the client 2022-06-19 13:47:43 +08:00
test feat: annotate entities on the fly + prepare for dialog skill type and cross-domains data 2022-02-22 22:31:06 +08:00
.babelrc chore: upgrade to Babel 7+ 2019-06-08 02:09:48 +08:00
.changelogrc chore: init 2019-02-10 20:26:50 +08:00
.dockerignore fix: take .env in consideration when using Docker 2019-06-06 09:06:48 +08:00
.editorconfig chore: add Python config in EditorConfig 2021-04-04 12:41:25 +08:00
.env.sample feat(server): slot filling PoC (tmp wip) 2022-03-21 00:01:44 +08:00
.eslintrc.json style: fix new linting 2021-03-16 01:39:52 +08:00
.gitignore feat: annotate entities on the fly + prepare for dialog skill type and cross-domains data 2022-02-22 22:31:06 +08:00
.gitpod.yml chore: add Gitpod (#238) 2021-04-23 10:20:16 +08:00
.npmrc chore: force mimimun Node.js requirement 2021-03-28 13:20:06 +08:00
.nvmrc chore: create .nvmrc with latest LTS version 2021-03-28 13:21:32 +08:00
CHANGELOG.md docs: changelog new version diff link fix [skip ci] 2022-02-08 11:05:04 +08:00
docker-compose.dev.yml chore(docker-dev): ignore node_modules in the volume (#243) 2021-05-08 10:37:26 +08:00
docker-compose.yml chore(docker): fix docker in dev env and fix wrong LEON_PORT (#240) 2021-04-28 12:01:26 +08:00
Dockerfile refactor: prerequisites Node.js >= 16.0.0 and npm >= 8.0.0 (#322) 2021-11-07 10:24:00 +08:00
jsconfig.json chore: use jsconfig instead of IDE config 2022-01-25 20:20:49 +08:00
LICENSE.md chore: init 2019-02-10 20:26:50 +08:00
package-lock.json feat(server): auto restart the TCP server when language is switching 2022-03-06 22:09:04 +08:00
package.json feat(server): auto restart the TCP server when language is switching 2022-03-06 22:09:04 +08:00
README.md docs: update sponsor [skip ci] 2022-06-03 08:47:21 +08:00

Leon
Leon

Your open-source personal assistant.



Website :: Documentation :: Roadmap :: Contributing :: Story


📢 Notice 📢

The next version requires long development. You can check what is happening under this branch.


👋 Introduction

Leon is an open-source personal assistant who can live on your server.

He does stuff when you ask him for.

You can talk to him and he can talk to you. You can also text him and he can also text you. If you want to, Leon can communicate with you by being offline to protect your privacy.

Why?

  1. If you are a developer (or not), you may want to build many things that could help in your daily life. Instead of building a dedicated project for each of those ideas, Leon can help you with his packages/modules (skills) structure.
  2. With this generic structure, everyone can create their own modules and share them with others. Therefore there is only one core (to rule them all).
  3. Leon uses AI concepts, which is cool.
  4. Privacy matters, you can configure Leon to talk with him offline. You can already text with him without any third party services.
  5. Open source is great.

What is this repository for?

This repository contains the following nodes of Leon:

  • The server
  • The packages/modules
  • The web app
  • The hotword node

What is Leon able to do?

Today, the most interesting part is about his core and the way he can scale up. He is pretty young but can easily scale to have new features (packages/modules). You can find what he is able to do by browsing the packages list.

Sounds good for you? Then let's get started!

☁️ Try with a Single-Click

Gitpod will automatically setup an environment and run an instance for you.

Open in Gitpod

🚀 Getting Started

Prerequisites

  • Node.js >= 16
  • npm >= 8
  • Supported OSes: Linux, macOS and Windows

To install these prerequisites, you can follow the How To section of the documentation.

Installation

# Install the Leon CLI
npm install --global @leon-ai/cli

# Install Leon (stable branch)
leon create birth
# OR install from the develop branch: leon create birth --develop

Usage

# Check the setup went well
leon check

# Run
leon start

# Go to http://localhost:1337
# Hooray! Leon is running

Docker Installation

# Install Leon
leon create birth --docker

# Run
leon start

# Go to http://localhost:1337
# Hooray! Leon is running

📚 Documentation

For full documentation, visit docs.getleon.ai.

📺 Video

Watch a demo.

🧭 Roadmap

To know what is going on, follow roadmap.getleon.ai.

❤️ Contributing

If you have an idea for improving Leon, do not hesitate.

Leon needs open source to live, the more modules he has, the more skillful he becomes.

📖 The Story Behind Leon

You'll find a write-up on this blog post.

🔔 Stay Tuned

👨 Author

Louis Grenard (@grenlouis)

👍 Sponsors

phareal
30 USD / month
Ant Media
17 USD / month
Keith Myers
10 USD / month
You?

You can also contribute by sponsoring Leon.

Please note that I dedicate most of my free time to Leon.

By sponsoring the project you make the project sustainable and faster to develop features.

The focus is not only limited to the activity you see on GitHub but also a lot of thinking about the direction of the project. Which is naturally related to the overall design, architecture, vision, learning process and so on...

Special Thanks

AOZ Studio Vercel

📝 License

MIT License

Copyright (c) 2019-present, Louis Grenard louis.grenard@gmail.com

Cheers!

Cheers!