{ "info": { "author": "Julien LEICHER", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "atlas\n===\n\n![banner](documentation/banner.png)\n\n**atlas** is a totally **open-source**, **self-hosted**, **interoperable** assistant written in Python 3. It uses the MQTT protocol to communicate with third party skills.\n\nEver wanted to build your own Alexa, Siri or Google Assistant and host it yourself? That's why **atlas** has been created!\n\nIt manages dialog states with the help of the [transitions](https://github.com/pytransitions) library and parses natural language with [snips](https://github.com/snipsco/snips-nlu). If snips doesn't fit your needs, you can subclass the `Interpreter` class and make your own \ud83d\ude09\n\nHave a look at the [\ud83d\udcda documentation folder](documentation).\n\n![PWA Screenshot](pwa_screenshot.png)\n\n## Installation\n\n### PIP\n\n`pip install atlas-core` or `pip install atlas-core[snips]` to already include the snips backend.\n\n### Docker\n\n- Build the image with `docker build . -t atlas`\n- Run `docker run --rm -it -v :/atlas -p 5000:5000 atlas`\n\n### Source\n\n`git clone` this repository and run `python setup.py install`.\n\n### NLU backends\n\nOnce installed, **atlas** will not have any dependency with a NLU backend (unless you use `pip install atlas-core[snips]`) . So you may want to install it yourself. Once done, don't forget to use the appropriated interpreter in the `atlas.yml` configuration file.\n\nFor example, if you use [snips-nlu](https://github.com/snipsco/snips-nlu), you must install it with `pip install snips-nlu` and use\n\n```yml\ninterpreter: \n type: 'atlas.interpreters.snips_interpreter.SnipsInterpreter'\n```\n\nin the atlas configuration file.\n\n## Quickstart\n\n\u26a0\ufe0f As of now, the PWA exposed at `` lacks offline support.\n\nStarts with the prebuilt [sample](example) or make your own by reading below.\n\nThose quick steps use Snips as the NLU backend.\n\n- Once installed, you must configure it using a [configuration file](documentation/CONFIGURATION.md).\n- Drop your training files (appropriate for your backend) into the ``, you may use a tool such as [tracy](https://github.com/YuukanOO/tracy) or [chatito](https://github.com/rodrigopivi/Chatito) to generates it.\n- Drop your configuration files into the ``.\n- Drop some skills scripts inside ``, each one should be in its own subfolder with an `atlas` file containing the command to run to executes your skill\n- Start a MQTT broker, such as [mosquitto](https://mosquitto.org/)\n- Start atlas with `atlas -c .yml`\n- Go to the `` in your favorite browser to access the exposed PWA! (you may use another channel if you prefer). By default it uses the `en-US` language, if you want to change it, just add a query parameters such as `http://localhost:5000?lang=fr-FR`\n- That's it!\n\nI encourage you to read the [architecture overview](documentation/OVERVIEW.md) if you want to know how it works alltogether.\n\n## Deploying\n\nIf you want the exposed PWA to work on your mobile device, you will have to use a valid certificate since this is required by web browsers for the Web Speech API to use your mic.\n\nPlease note that the Web Speech API used by the PWA only works in Chrome as far as I know.\n\n## Contributing\n\nContributions are welcome! \n\nYou're a developer or just want to know where this project is heading to? Have a look at the [extended TODO](TODO.md) file.\n\nYou want to support **atlas** by giving some money? Head over to Liberapay with this tiny button [![Donate using Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/YuukanOO/donate), thanks \u2764\ufe0f!\n\n## Credits\n\n- [Photo Sphere by Denis Klyuchnikov from the Noun Project](https://thenounproject.com/denis.klyuchnikov.1/uploads/?i=569622) (Logo)\n- Banner icons made by Freepik, Good Ware and Skyclick from [flaticon](https://www.flaticon.com)\n- [snips-nlu](https://github.com/snipsco/snips-nlu) (base interpreter)\n- [transitions](https://github.com/pytransitions/transitions) (dialog management)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/atlassistant/atlas", "keywords": "", "license": "GPL-3.0", "maintainer": "", "maintainer_email": "", "name": "atlas-core", "package_url": "https://pypi.org/project/atlas-core/", "platform": "", "project_url": "https://pypi.org/project/atlas-core/", "project_urls": { "Homepage": "https://github.com/atlassistant/atlas" }, "release_url": "https://pypi.org/project/atlas-core/1.2.0/", "requires_dist": null, "requires_python": "", "summary": "An open-source assistant built for people", "version": "1.2.0" }, "last_serial": 3915965, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "2bbf5d3c38019c3ad5efba8a80ec1e88", "sha256": "6b9271e489836ad6aec1c7849f496b991cb8eaf98557ea91fe0345d2ae59d38b" }, "downloads": -1, "filename": "atlas-core-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2bbf5d3c38019c3ad5efba8a80ec1e88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 453548, "upload_time": "2018-05-03T13:52:37", "url": "https://files.pythonhosted.org/packages/c0/4f/f1b328f8288b2071344f9e5f64f5703bc510ca861036020308e29e07967e/atlas-core-1.0.0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "1a797ec46b8c46826ec388539caf2d5d", "sha256": "092d21d9029180e8a6eb10a6c67dd5c1a5ee8d552e84a84172393987e5440efa" }, "downloads": -1, "filename": "atlas-core-1.2.0.tar.gz", "has_sig": false, "md5_digest": "1a797ec46b8c46826ec388539caf2d5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 492762, "upload_time": "2018-05-31T06:41:37", "url": "https://files.pythonhosted.org/packages/25/e3/db5bf270b56c45e8b215cc49e186f5a42a7eac11df5a22fd8aa22ba4af36/atlas-core-1.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1a797ec46b8c46826ec388539caf2d5d", "sha256": "092d21d9029180e8a6eb10a6c67dd5c1a5ee8d552e84a84172393987e5440efa" }, "downloads": -1, "filename": "atlas-core-1.2.0.tar.gz", "has_sig": false, "md5_digest": "1a797ec46b8c46826ec388539caf2d5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 492762, "upload_time": "2018-05-31T06:41:37", "url": "https://files.pythonhosted.org/packages/25/e3/db5bf270b56c45e8b215cc49e186f5a42a7eac11df5a22fd8aa22ba4af36/atlas-core-1.2.0.tar.gz" } ] }