From f1ef5ec58acb695cb2ab4bbe0bce8890d1461993 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sat, 30 Apr 2022 15:06:58 +0200 Subject: [PATCH] Reset to default kalliope starter kit for french --- -keyphrase | 0 -time | 0 .gitignore | 89 +--- LICENSE | 674 --------------------------- README.md | 13 +- brain.yml | 25 +- brains/kill.yml | 9 - brains/recherche.yml | 11 - brains/say.yml | 53 +-- file | 5 - fix_snowboy_bin.sh | 11 + global_variables/variables.yml | 1 + res | 0 resources/neurons/.gitignore | 4 + resources/neurons/run/__init__.py | 1 - resources/neurons/run/run.py | 77 --- resources/neurons/search/__init__.py | 1 - resources/neurons/search/search.py | 82 ---- resources/signal/.gitignore | 4 + settings.yml | 165 ++++--- templates/systemdate_template.j2 | 2 +- test | 1 - trigger/kalliope-FR-20samples.pmdl | Bin 11899 -> 0 bytes trigger/kalliope-FR-90samples.pmdl | Bin 0 -> 10095 bytes 24 files changed, 150 insertions(+), 1078 deletions(-) delete mode 100644 -keyphrase delete mode 100644 -time delete mode 100644 LICENSE delete mode 100644 brains/kill.yml delete mode 100644 brains/recherche.yml delete mode 100644 file create mode 100755 fix_snowboy_bin.sh create mode 100644 global_variables/variables.yml delete mode 100644 res create mode 100644 resources/neurons/.gitignore delete mode 100644 resources/neurons/run/__init__.py delete mode 100644 resources/neurons/run/run.py delete mode 100644 resources/neurons/search/__init__.py delete mode 100644 resources/neurons/search/search.py create mode 100644 resources/signal/.gitignore delete mode 100644 test delete mode 100644 trigger/kalliope-FR-20samples.pmdl create mode 100755 trigger/kalliope-FR-90samples.pmdl diff --git a/-keyphrase b/-keyphrase deleted file mode 100644 index e69de29..0000000 diff --git a/-time b/-time deleted file mode 100644 index e69de29..0000000 diff --git a/.gitignore b/.gitignore index 72364f9..7b785c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,89 +1,2 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] -*$py.class -# C extensions -*.so - -# Distribution / packaging -.Python -env/ -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -*.egg-info/ -.installed.cfg -*.egg - -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.coverage -.coverage.* -.cache -nosetests.xml -coverage.xml -*,cover -.hypothesis/ - -# Translations -*.mo -*.pot - -# Django stuff: -*.log -local_settings.py - -# Flask stuff: -instance/ -.webassets-cache - -# Scrapy stuff: -.scrapy - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/ - -# IPython Notebook -.ipynb_checkpoints - -# pyenv -.python-version - -# celery beat schedule file -celerybeat-schedule - -# dotenv -.env - -# virtualenv -venv/ -ENV/ - -# Spyder project settings -.spyderproject - -# Rope project settings -.ropeproject +\.idea/ diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 9cecc1d..0000000 --- a/LICENSE +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - {one line to give the program's name and a brief idea of what it does.} - Copyright (C) {year} {name of author} - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - {project} Copyright (C) {year} {fullname} - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. diff --git a/README.md b/README.md index fecb6fd..8913a40 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,19 @@ # requirements /!\ You need to have the [Kalliope Core](https://github.com/kalliope-project/kalliope) installed before cloning this starter kit. +This starter kit has been tested with the version v0.5.0 of Kalliope. + +If you have error with _snowboydetect kalliope can not import _snowboydetect.so with you current version of python. +Too fix it, you can use script in bellow + +```bash +sudo ./fix_snowboy_bin.sh +``` + # kalliope starter config fr -This is an out of the box working configuration for french kalliope user - +This is an out of the box working configuration for french kalliope user. + How to use ```bash git clone https://github.com/kalliope-project/kalliope_starter_fr.git diff --git a/brain.yml b/brain.yml index 6371842..a411861 100755 --- a/brain.yml +++ b/brain.yml @@ -4,12 +4,9 @@ - brains/say.yml - brains/systemdate.yml - brains/neurotransmitter.yml - - brains/recherche.yml - - brains/kill.yml - - name: "default-synapse" - signals: - - order: "default-synapse" + - name: "order-not-found-synapse" + signals: [] neurons: - say: message: @@ -19,4 +16,22 @@ - "Veuillez reformuller s'il vous plait" - "Je n'ai pas saisi cet ordre" + - name: "on-triggered-synapse" + signals: [] + neurons: + - say: + message: + - "Oui monsieur?" + - "Je vous écoute" + - "Monsieur?" + - "Que puis-je faire pour vous?" + - "J'écoute" + - "Oui?" + + - name: "on-start-synapse" + signals: [] + neurons: + - say: + message: "je suis prête" + diff --git a/brains/kill.yml b/brains/kill.yml deleted file mode 100644 index 2a668e2..0000000 --- a/brains/kill.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- - - - name: "stop-kalliope" - signals: - - order: "stop" - neurons: - - say: - message: "Au revoir" - - kill_switch diff --git a/brains/recherche.yml b/brains/recherche.yml deleted file mode 100644 index 1e646b9..0000000 --- a/brains/recherche.yml +++ /dev/null @@ -1,11 +0,0 @@ - - name: "search-fr" - signals: - - order: "recherche {{ search }}" - neurons: - - say: - message: - - "Recherche effectuee" - - search: - args: - - search - async: False diff --git a/brains/say.yml b/brains/say.yml index b602cd8..790ef01 100644 --- a/brains/say.yml +++ b/brains/say.yml @@ -1,47 +1,6 @@ ---- - - name: "say-hello-fr" - signals: - - order: "Bonjour" - neurons: - - say: - message: - - "Bonjour monsieur" - - - name: "open-software-fr" - signals: - - order: "ouvre moi {{ application }}" - - order: "ouvre-moi {{ application }}" - - order: "ouvrir {{ application }}" - - order: "ouvre {{ application }}" - - order: "ouvres {{ application }}" - neurons: - - say: - message: - - "Le logiciel est ouvert" - - run: - args: - - application - async: True - - - name: "open-google-fr" - signals: - - order: "google" - neurons: - - say: - message: - - "Google est ouvert" - - shell: - cmd: "firefox http://www.google.fr/&" - async: True - - - name: "open-facebook-fr" - signals: - - order: "facebook" - neurons: - - say: - message: - - "Facebook est ouvert" - - shell: - cmd: "firefox http://fr-fr.facebook.com/&" - async: True - +- name: "say-hello-fr" + signals: + - order: "Bonjour" + neurons: + - say: + message: "Bonjour {{name}}" diff --git a/file b/file deleted file mode 100644 index 1ee55d4..0000000 --- a/file +++ /dev/null @@ -1,5 +0,0 @@ -sudo apt-get install swig libpulse-dev -sudo apt install libttspico-utils -sudo apt install libatlas3-base -sudo apt install libopenblas-base -sudo apt install libblas3 diff --git a/fix_snowboy_bin.sh b/fix_snowboy_bin.sh new file mode 100755 index 0000000..9e063d3 --- /dev/null +++ b/fix_snowboy_bin.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +ARCH=$(uname -m) +PYTHON_VERSION=$(python -V | cut -d " " -f 2) +PYTHON_VERSION_MAJOR=$(echo $PYTHON_VERSION | cut -d "." -f 1) +PYTHON_VERSION_MINOR=$(echo $PYTHON_VERSION | cut -d "." -f 2) +PYTHON_PATH=/usr/lib/python$PYTHON_VERSION_MAJOR.$PYTHON_VERSION_MINOR +SNOWBOY_PYTHON=python$PYTHON_VERSION_MAJOR$PYTHON_VERSION_MINOR +mkdir -p $PYTHON_PATH/site-packages/kalliope/trigger/snowboy/$ARCH/$SNOWBOY_PYTHON +cp $PYTHON_PATH/site-packages/snowboy/_snowboydetect.so $PYTHON_PATH/site-packages/kalliope/trigger/snowboy/$ARCH/$SNOWBOY_PYTHON/ + diff --git a/global_variables/variables.yml b/global_variables/variables.yml new file mode 100644 index 0000000..b1c0bc0 --- /dev/null +++ b/global_variables/variables.yml @@ -0,0 +1 @@ +name: monsieur \ No newline at end of file diff --git a/res b/res deleted file mode 100644 index e69de29..0000000 diff --git a/resources/neurons/.gitignore b/resources/neurons/.gitignore new file mode 100644 index 0000000..86d0cb2 --- /dev/null +++ b/resources/neurons/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file diff --git a/resources/neurons/run/__init__.py b/resources/neurons/run/__init__.py deleted file mode 100644 index a9f5847..0000000 --- a/resources/neurons/run/__init__.py +++ /dev/null @@ -1 +0,0 @@ -from run import Run diff --git a/resources/neurons/run/run.py b/resources/neurons/run/run.py deleted file mode 100644 index 9238b24..0000000 --- a/resources/neurons/run/run.py +++ /dev/null @@ -1,77 +0,0 @@ -import logging -import subprocess -import threading -from kalliope.core.NeuronModule import NeuronModule, MissingParameterException - -logging.basicConfig() -logger = logging.getLogger("kalliope") - - -class AsyncRun(threading.Thread): - """ - Class used to run an asynchrone Shell command - - .. notes:: Impossible to get the success code of the command - """ - def __init__(self, cmd): - self.stdout = None - self.stderr = None - self.cmd = cmd - threading.Thread.__init__(self) - - def run(self): - p = subprocess.Popen(self.cmd, - shell=True, - stdout=subprocess.PIPE, - stderr=subprocess.PIPE) - - self.stdout, self.stderr = p.communicate() - - -class Run(NeuronModule): - """ - Run a shell command in a synchron mode - """ - def __init__(self, **kwargs): - super(Run, self).__init__(**kwargs) - - # get the command - self.cmd = kwargs.get('application', None) - # get if the user select a blocking command or not - self.async = kwargs.get('async', False) - self.query = kwargs.get('query', None) - - if self.query is not None: - self.cmd = self.cmd + "\"" + self.query +"\"" - - # check parameters - if self._is_parameters_ok(): - # run the command - self.cmd = "%s&" % (self.cmd.lower()) - print self.cmd - if not self.async: - p = subprocess.Popen(self.cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True) - (output, err) = p.communicate() - self.output = output - self.returncode = p.returncode - message = { - "output": self.output, - "returncode": self.returncode - } - self.say(message) - - else: - async_shell = AsyncRun(cmd=self.cmd) - async_shell.start() - - def _is_parameters_ok(self): - """ - Check if received parameters are ok to perform operations in the neuron - :return: true if parameters are ok, raise an exception otherwise - - .. raises:: MissingParameterException - """ - if self.cmd is None: - raise MissingParameterException("cmd parameter required") - - return True diff --git a/resources/neurons/search/__init__.py b/resources/neurons/search/__init__.py deleted file mode 100644 index fda7f75..0000000 --- a/resources/neurons/search/__init__.py +++ /dev/null @@ -1 +0,0 @@ -from search import Search diff --git a/resources/neurons/search/search.py b/resources/neurons/search/search.py deleted file mode 100644 index 76b4e30..0000000 --- a/resources/neurons/search/search.py +++ /dev/null @@ -1,82 +0,0 @@ -import logging -import subprocess -import threading -from kalliope.core.NeuronModule import NeuronModule, MissingParameterException - -logging.basicConfig() -logger = logging.getLogger("kalliope") - - -class AsyncSearch(threading.Thread): - """ - Class used to run an asynchrone Shell command - - .. notes:: Impossible to get the success code of the command - """ - def __init__(self, search): - self.stdout = None - self.stderr = None - self.search = search - threading.Thread.__init__(self) - - def search(self): - print self.search - p = subprocess.Popen(self.search, - shell=True, - stdout=subprocess.PIPE, - stderr=subprocess.PIPE) - - self.stdout, self.stderr = p.communicate() - - -class Search(NeuronModule): - """ - Run a shell command in a synchron mode - """ - def __init__(self, **kwargs): - super(Search, self).__init__(**kwargs) - - # get the command - self.search = kwargs.get('search', None) - print self.search - self.search = self.search.replace(" ","+") - self.search = "firefox https://www.google.fr/search?q="+self.search+"&ie=utf-8&oe=utf-8 &" - # get if the user select a blocking command or not - self.async = kwargs.get('async', False) - self.query = kwargs.get('query', None) - - if self.query is not None: - self.search = self.search + "\"" + self.query +"\"" - - # check parameters - if self._is_parameters_ok(): - # run the command - print self.search - if not self.async: - print "0" - p = subprocess.Popen(self.search, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True) - print "1" - (output, err) = p.communicate() - self.output = output - self.returncode = p.returncode - message = { - "output": self.output, - "returncode": self.returncode - } - self.say(message) - - else: - async_shell = AsyncSearch(search=self.search) - async_shell.start() - - def _is_parameters_ok(self): - """ - Check if received parameters are ok to perform operations in the neuron - :return: true if parameters are ok, raise an exception otherwise - - .. raises:: MissingParameterException - """ - if self.search is None: - raise MissingParameterException("cmd parameter required") - - return True diff --git a/resources/signal/.gitignore b/resources/signal/.gitignore new file mode 100644 index 0000000..86d0cb2 --- /dev/null +++ b/resources/signal/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file diff --git a/settings.yml b/settings.yml index 0b80509..434dfdf 100644 --- a/settings.yml +++ b/settings.yml @@ -15,38 +15,40 @@ default_trigger: "snowboy" # - snowboy triggers: - snowboy: - pmdl_file: "trigger/kalliope-FR-20samples.pmdl" - + keywords: + - file_path: "trigger/kalliope-FR-90samples.pmdl" # --------------------------- # Speech to text # --------------------------- # This is the STT that will be used by default -default_speech_to_text: "google" +default_speech_to_text: "vosk" -# Spreech to Text engines configuration +# Speech to Text engines configuration # Available engine are: # - google (via SpeechRecognition) -# - +# - wit +# - bing +# - apiai +# - houndify +# - cmusphinx (must be installed first) speech_to_text: - - cmusphinx: - -hmm: "/usr/local/lib/python2.7/dist-packages/pocketsphinx/model/fr" - -lm: "/usr/local/lib/python2.7/dist-packages/pocketsphinx/model/fr.lm.bin" - -dict: "/usr/local/lib/python2.7/dist-packages/pocketsphinx/model/fr.dict" - google: language: "fr-FR" - wit: - key: "B5JI3YUSLYOYWNIDBINBVM34XUODME2K" + key: "fakekey" # example : "B5JI3YUSLYOYWNIDBINBVM34XUODME2K" - bing: # API not working : credential fails .. - key: "9e48ddaf75904838bedc11aea6b36fb0" - - apiai: # Fail retriving the text from the audio file .. - key: "e0cbff154af44944a6b9f82c0668b527" + key: "fakekey" # example : "9e48ddaf75904838bedc11aea6b36fb0" + - apiai: + key: "fakekey" # example : "e0cbff154af44944a6b9f82c0668b527" language: "fr" - - houndify: # In the online documentation but Not implemented yet in the speech recognition lib ..? - key: "7zj90T7qAV74OYXk4X4vI2Xhk7wPsJu4aEZ0G5Ll-BMmV1JGtFpCxtSH9SmTY4G3bpEJ7a5y_GTQid-CAKI6vw==" - client_id: "lN4JXeaSticbSo9-llczbA==" - + - houndify: + key: "fakekey" # example : "7zj90T7qAV74OYXk4X4vI2Xhk7wPsJu4aEZ0G5Ll-BMmV1JGtFpCxtSH9SmTY4G3bpEJ7a5y_GTQid-CAKI6vw==" + client_id: "fakeclientid" # example : "lN4JXeaSticbSo9-llczbA==" + - vosk: + log-level: -1 + #- cmusphinx # --------------------------- # Text to speech @@ -59,22 +61,14 @@ cache_path: "/tmp/kalliope_tts_cache" # Text to Spreech engines configuration # Available engine are: # - pico2wave -# - voxygen +# - watson +# - pico2wave +# - googletts +# - voicerss text_to_speech: - - espeak: - voice: "fr" - variant: "f1" - cache: True - pico2wave: language: "fr-FR" cache: True - - voxygen: - voice: "Agnes" - cache: True - - acapela: - language: "sonid15" - voice: "Manon" - cache: True - googletts: language: "fr" cache: True @@ -82,48 +76,45 @@ text_to_speech: language: "fr-fr" cache: True +# --------------------------- +# players +# --------------------------- +# This is the sound player that will be used by default +default_player: "mplayer" + +# players configuration +# Available engine are: +# - mplayer +# - pyalsaaudio # no mp3 +# - pyaudioplayer # no mp3 +# - sounddeviceplayer # no mp3 +players: + - mplayer: {} + - pyalsaaudio: + device: "default" + convert_to_wav: True + - pyaudioplayer: + convert_to_wav: True + - sounddeviceplayer: + convert_to_wav: True # --------------------------- -# Wake up answers +# Hooks # --------------------------- -# When Kalliope detect the hotword/trigger, he will select randomly a phrase in the following list -# to notify the user that he's listening for orders -random_wake_up_answers: - - "Oui monsieur?" - - "Je vous écoute" - - "Monsieur?" - - "Que puis-je faire pour vous?" - - "J'écoute" - - "Oui?" - -# You can play a sound when Kalliope detect the hotword/trigger instead of saying something from -# the `random_wake_up_answers`. To active the 'random_wake_up_sounds' you must comment out the 'random_wake_up_answers' -# The file must be .wav or .mp3 format. -random_wake_up_sounds: - - "trigger/dong.wav" - # - "/my/personal/full/path/my_file.mp3" - -# --------------------------- -# On ready notification -# --------------------------- -# This section is used to notify the user when Kalliope is waiting for a trigger detection by playing a sound or speak a sentence out loud - -# This parameter define if you play the on ready answer: -# - always: every time Kalliope is ready to be awaken -# - never: never play a sound or sentences when kalliope is ready -# - once: at the first start of Kalliope -play_on_ready_notification: "never" - -# The on ready notification can be a sentence. Place here a sentence or a list of sentence. If you set a list, one sentence will be picked up randomly -on_ready_answers: - - "en attente" - -# You can play a sound instead of a sentence. -# Remove the `on_ready_answers` parameters by commenting it out and use this one instead. -# Place here the path of the sound file. Files must be .wav or .mp3 format. -on_ready_sounds: -# - "sounds/ding.wav" - - "sounds/dong.wav" +hooks: + on_start: "on-start-synapse" + on_waiting_for_trigger: + on_triggered: "on-triggered-synapse" + on_start_listening: + on_stop_listening: + on_order_found: + on_order_not_found: "order-not-found-synapse" + on_processed_synapses: + on_deaf: + on_undeaf: + on_start_speaking: + on_stop_speaking: + on_stt_error: # --------------------------- # Rest API @@ -134,17 +125,43 @@ rest_api: password_protected: True login: admin password: secret - -# --------------------------- -# Default Synapse -# --------------------------- -# Specify an optional default synapse response in case your order is not found. -default_synapse: "default-synapse" + allowed_cors_origin: "*" # --------------------------- # resource directory path +# +# Accepted types : +# - neuron +# - stt +# - tts +# - trigger /!\ we do not manage trigger properly yet... +# - signal # --------------------------- resource_directory: neuron: "resources/neurons" stt: "resources/stt" tts: "resources/tts" + signal: "resources/signal" + trigger: "resources/trigger" +# + +# --------------------------- +# Global files variables +# /!\ If a variable is defined in different files, the last file defines the value. +# --------------------------- +var_files: + - global_variables/variables.yml +# - variables2.yml + +# ------------- +# Options +# ------------- +options: +# energy_threshold: 4000 # Speech to text option +# adjust_for_ambient_noise_second: 1 # Speech to text option +# stt_timeout: 5 # Speech to text option + deaf: False + mute: False + +# send hit to anonymously evaluate the global usage of Kalliope app by users +send_anonymous_usage_stats: True diff --git a/templates/systemdate_template.j2 b/templates/systemdate_template.j2 index 64f73b1..ad47927 100644 --- a/templates/systemdate_template.j2 +++ b/templates/systemdate_template.j2 @@ -1,4 +1,4 @@ {% set day_of_week = {"0": "dimanche", "1": "lundi", "2": "mardi", "3": "mercredi", "4": "jeudi", "5": "vendredi", "6": "samedi"}[weekday] | default("") -%} -{% set month_word = {"1": "janvier", "2": "février", "3": "mars", "4": "avril", "5": "mai", "6": "juin", "7": "juillet", "8": "août", "9": "septembre", "10": "octobre", "11": "novembre", "12": "décembre"}[month] | default("") -%} +{% set month_word = {"01": "janvier", "02": "février", "03": "mars", "04": "avril", "05": "mai", "06": "juin", "07": "juillet", "08": "août", "09": "septembre", "10": "octobre", "11": "novembre", "12": "décembre"}[month] | default("") -%} Nous sommes le {{ day_of_week }} {{ day_month }} {{ month_word }} {{ year }} \ No newline at end of file diff --git a/test b/test deleted file mode 100644 index 0b2ce88..0000000 --- a/test +++ /dev/null @@ -1 +0,0 @@ -pocketsphinx_continuous -hmm /usr/local/lib/python2.7/dist-packages/pocketsphinx/model/fr -lm /usr/local/lib/python2.7/dist-packages/pocketsphinx/model/fr.lm.bin -dict /usr/local/lib/python2.7/dist-packages/pocketsphinx/model/fr.dict -infile test.wav -samprate 48000 -nfft 2048 diff --git a/trigger/kalliope-FR-20samples.pmdl b/trigger/kalliope-FR-20samples.pmdl deleted file mode 100644 index 6aac0ee352f6057e05d092c5f0094445de88d081..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11899 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 literal 0 HcmV?d00001