Skip to content
🧠 Leon is your open-source personal assistant.
JavaScript Python CSS Other
Branch: develop
Clone or download
Latest commit 9daa1a7 Jul 11, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci chore: init Feb 10, 2019
.github docs: fix FUNDING.yml Jun 8, 2019
app refactor(web app): enable sound on After Speech option Jun 8, 2019
bin chore: init Feb 10, 2019
bridges refactor: delete utils.info() in favor of utils.getqueryobj() Jun 8, 2019
core refactor(server): actions to fallbacks May 4, 2019
downloads chore: init Feb 10, 2019
hotword chore(hotword): new French model Jun 8, 2019
logs chore: init Feb 10, 2019
packages fix(package/trend): GitHub module new scraping Jun 17, 2019
scripts fix(server): DeepSpeech setup on 0.5.0 Jun 18, 2019
server/src refactor(server): Google Cloud TTS French voice to WaveNet Jun 18, 2019
test refactor: major improvement of the After Speech feature Jun 8, 2019
.babelrc chore: upgrade to Babel 7+ Jun 7, 2019
.changelogrc chore: init Feb 10, 2019
.dockerignore fix: take `.env` in consideration when using Docker Jun 6, 2019
.editorconfig chore: init Feb 10, 2019
.env.sample refactor: remove web app env variables May 25, 2019
.eslintrc.json chore: upgrade to Babel 7+ Jun 7, 2019
.gitignore feat(package/checker): Add test for haveibeenpwned module Apr 17, 2019
CHANGELOG.md chore: use right release tags to compare Apr 23, 2019
Dockerfile fix: take `.env` in consideration when using Docker Jun 6, 2019
LICENSE.md chore: init Feb 10, 2019
README.md docs: update readme Jul 11, 2019
ide.js chore: init Feb 10, 2019
package-lock.json chore: upgrade DeepSpeech to 0.5.0 Jun 18, 2019
package.json chore: upgrade DeepSpeech to 0.5.0 Jun 18, 2019

README.md




Leon

Your open-source personal assistant.

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


Note

I'm focusing on another project, so the progress of this repo might slow down for a while. You can subscribe here to be part of the first ones.

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!

Getting Started

Prerequisites

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

Installation

# Clone the repository (stable branch)
git clone -b master https://github.com/leon-ai/leon.git leon
# OR download the latest release at: https://github.com/leon-ai/leon/releases/latest

# Go to the project root
cd leon

# Install
npm install

Usage

# Check the setup went well
npm run check

# Build
npm run build

# Run
npm start

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

Docker Installation

# Build
npm run docker:build

# Run on Linux or macOS
npm run docker:run

# Run on Windows (you can replace "UTC" by your time zone)
docker run -e TZ=UTC -p 1337:1337 -it leonai/leon

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

Documentation

For full documentation, visit docs.getleon.ai.

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 (@louistiti_fr)

Donate

You can also contribute by buying me a fruit juice.

License

MIT License

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

Cheers!

Cheers!

You can’t perform that action at this time.