https://github.com/leon-ai/leon Skip to content Sign up * Product + Features + Mobile + Actions + Codespaces + Copilot + Packages + Security + Code review + Issues + Discussions + Integrations + GitHub Sponsors + Customer stories * Team * Enterprise * Explore + Explore GitHub + Learn and contribute + Topics + Collections + Trending + Skills + GitHub Sponsors + Open source guides + Connect with others + The ReadME Project + Events + Community forum + GitHub Education + GitHub Stars program * Marketplace * Pricing + Plans + Compare plans + Contact Sales + Education [ ] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this organization All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up {{ message }} leon-ai / leon Public * * Notifications * Fork 823 * Star 9.4k Leon is your open-source personal assistant. getleon.ai License MIT license 9.4k stars 823 forks Star Notifications * Code * Issues 50 * Pull requests 15 * Actions * Security * Insights More * Code * Issues * Pull requests * Actions * Security * Insights leon-ai/leon This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. develop Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags 5 branches 7 tags Code * Clone HTTPS GitHub CLI [https://github.com/l] Use Git or checkout with SVN using the web URL. [gh repo clone leon-a] Work fast with our official CLI. Learn more. * Open with GitHub Desktop * Download ZIP Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching Xcode If nothing happens, download Xcode and try again. Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit @louistiti louistiti chore: upgrade FFprobe to latest ... bf065fc Sep 4, 2022 chore: upgrade FFprobe to latest bf065fc Git stats * 712 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time .github feat: complete Prettier setup Sep 3, 2022 .husky chore: Prettier and lint-staged setup Sep 3, 2022 app fix(web app): when suggestions are null new npm deps tree was creatin... Sep 4, 2022 bin chore: remove DeepSpeech binary folder; add Coqui binary folder to gi... Jan 31, 2022 bridges feat: complete Prettier setup Sep 3, 2022 core feat: complete Prettier setup Sep 3, 2022 downloads chore: init Feb 10, 2019 hotword feat: complete Prettier setup Sep 3, 2022 logs chore: init Feb 10, 2019 scripts style(server): typo Sep 4, 2022 server/src feat(server): detach the TCP server from the main process in dev Sep 4, 2022 skills feat: complete Prettier setup Sep 3, 2022 test feat: complete Prettier setup Sep 3, 2022 .changelogrc chore: init Feb 10, 2019 .dockerignore fix(docker): usage of Ubuntu base image with pyenv and nvm (#408) Aug 23, 2022 .editorconfig chore: add Python config in EditorConfig Apr 4, 2021 .env.sample feat(server): slot filling PoC (tmp wip) Mar 20, 2022 .eslintrc.json feat: complete Prettier setup Sep 3, 2022 .gitignore feat(server): introduce main NLP model and resolvers NLP model Jun 30, 2022 .gitpod.yml chore: improve Gitpod usage (using current source code) (#398) Jul 30, 2022 .lintstagedrc feat: lint-staged config Sep 3, 2022 .npmrc chore: force mimimun Node.js requirement Mar 28, 2021 .nvmrc chore: create .nvmrc with latest LTS version Mar 28, 2021 .prettierrc.json feat: basic Prettier setup Sep 3, 2022 CHANGELOG.md feat: complete Prettier setup Sep 3, 2022 Dockerfile fix(docker): usage of Ubuntu base image with pyenv and nvm (#408) Aug 23, 2022 LICENSE.md chore: change email address Aug 23, 2022 README.md feat: complete Prettier setup Sep 3, 2022 docker-compose.dev.yml fix(docker): usage of Ubuntu base image with pyenv and nvm (#408) Aug 23, 2022 docker-compose.yml fix(docker): usage of Ubuntu base image with pyenv and nvm (#408) Aug 23, 2022 jsconfig.json chore: use jsconfig instead of IDE config Jan 25, 2022 nodemon.json feat: complete Prettier setup Sep 3, 2022 package-lock.json chore: upgrade FFprobe to latest Sep 4, 2022 package.json chore: upgrade FFprobe to latest Sep 4, 2022 tsconfig.json fix: recursive compilation through the server folder Sep 4, 2022 View code [ ] Leon Notice Introduction Why? What is this repository for? What is Leon able to do? [?] Try with a Single-Click Getting Started Prerequisites Installation Usage Docker Installation Documentation Video Roadmap [?] Contributing The Story Behind Leon Stay Tuned Author Sponsors Special Thanks License Cheers! README.md [68747470733a2f2f6765746c656f6e2e61692f696d672f6865726f2d616e696d6174696f6e2e676966] Leon Leon Your open-source personal assistant. [6874747073] [6874747073] [badge] [badge] [badge] [6874747073] Website :: Documentation :: Roadmap :: Contributing :: Story Notice [68747470733a2f2f626c6f672e6765746c656f6e2e61692f73746174] Many exciting things are coming up, hence no new documentation and test are going to be written until the official release of Leon. Feel free to join us on Discord to know more and to read the "A Much Better NLP and Future" blog post. --------------------------------------------------------------------- Introduction Leon is an open-source personal assistant who can live on your server . He does stuff when you ask him to. 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 Skills structure. 2. With this generic structure, everyone can create their own skills 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 + Skills + 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 (skills). 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 skills he has, the more skillful he becomes. The Story Behind Leon You'll find a write-up on this blog post. Stay Tuned * Twitter * Newsletter * Blog * GitHub issues * YouTube * #LeonAI Author Louis Grenard (@grenlouis) Sponsors [phareal] phareal [ant-media] Ant [KeithIMyer] Keith [^30 USD / month] Media Myers You? [^17 USD / month] [^10 USD / month] 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@getleon.ai Cheers! Cheers! About Leon is your open-source personal assistant. getleon.ai Topics nodejs python bot text-to-speech automation privacy ai offline chatbot artificial-intelligence speech-synthesis assistant speech-recognition personal-assistant speech-to-text leon flite voice-assistant virtual-assistant deepspeech Resources Readme License MIT license Code of conduct Code of conduct Stars 9.4k stars Watchers 185 watching Forks 823 forks Releases 7 tags Sponsor this project Sponsor Learn more about GitHub Sponsors Contributors 18 * @louistiti * @dependabot[bot] * @Divlo * @iifeoluwa * @johannbarbie * @fkeloks * @kesslerdev * @Antoinebr * @SuperSandro2000 * @acidjames * @PeterDaveHello + 7 contributors Languages * JavaScript 60.1% * Python 36.9% * CSS 1.5% * TypeScript 0.5% * Dockerfile 0.5% * HTML 0.4% * Shell 0.1% Footer (c) 2022 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.