Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Project Naomi

The Project Naomi is an open source, technology agnostic platform for developing always-on, voice-controlled applications!
Collective - Host: opensource - https://opencollective.com/projectnaomi - Website: https://projectnaomi.com - Code: https://github.com/NaomiProject

Update introduction.md

github.com/NaomiProject/naomi-docs - 941df01df4215818414a3cbef76b12116960e655 authored almost 4 years ago by mcoyne1948 <[email protected]>
Update introduction.md

github.com/NaomiProject/naomi-docs - 27fc47767b0799808f436806eadbff97559860ca authored almost 4 years ago by mcoyne1948 <[email protected]>
Update introduction.md

github.com/NaomiProject/naomi-docs - 8e1550ca1b3443a8e13f59e3bc84cf1e6bd6a648 authored almost 4 years ago by mcoyne1948 <[email protected]>
Merge pull request #60 from mcoyne1948/patch-1

001-update- rasppi.md

github.com/NaomiProject/naomi-docs - ca313b2b33f86eb44d926f715a0bcea4f6111017 authored almost 4 years ago by Austin Casteel <[email protected]>
Update rasppi.md

github.com/NaomiProject/naomi-docs - 3d9ec772dd35948db1112b84d5ae0e33d41efe83 authored almost 4 years ago by mcoyne1948 <[email protected]>
Update rasppi.md

Added the correct Raspberry Pi OS link to the download link in the Manual setup section

github.com/NaomiProject/naomi-docs - 09a63e6720cc52a5649032a5c404123873c90b74 authored almost 4 years ago by mcoyne1948 <[email protected]>
Update rasppi.md

github.com/NaomiProject/naomi-docs - 2b8beacf9a623efa0c80ddb795d9fc93a354b8f6 authored almost 4 years ago by mcoyne1948 <[email protected]>
Fix audiodevice output buffer underrun error (#309)

* Change Naomi TTI score to a confidence percent

Just a slight change to the Naomi TTI scorin...

github.com/NaomiProject/Naomi - 3e3168880a0cf69e807a7828d5b44bbebfff5952 authored almost 4 years ago by aaronchantrill <[email protected]>
Change Naomi TTI score to a confidence percent (#307)

Just a slight change to the Naomi TTI scoring. After generating
scores for all the intents, add...

github.com/NaomiProject/Naomi - 3e79f98127c247306d3e7bfc356f53b2dfe2b7bb authored almost 4 years ago by aaronchantrill <[email protected]>
Fixed deepspeech model download (#305)

* Fixed deepspeech model download

There were a couple of issues here. One was that if Naomi n...

github.com/NaomiProject/Naomi - 16d5f6ba03ea96c3fa13ed4e2c1f082041d9de31 authored about 4 years ago by aaronchantrill <[email protected]>
Update Mozilla DeepSpeech (#300)

* Update Mozilla DeepSpeech

Update the implementation of Mozilla's DeepSpeech STT engine.
Th...

github.com/NaomiProject/Naomi - 511e8454d1915735e1cf8c1fc0ba74e2ab7c9c4b authored about 4 years ago by aaronchantrill <[email protected]>
Separate NPE into its own module (#297)

* Separate NPE into its own module

This just removes the Naomi Plugin Exchange functions from...

github.com/NaomiProject/Naomi - 327503cee97234aa18443308148bcdf72abe8f48 authored about 4 years ago by aaronchantrill <[email protected]>
SNR_VAD hearing (#304)

I have noticed that Naomi seems to grow hard of hearing as time
goes on when using the SNR_VAD ...

github.com/NaomiProject/Naomi - 45a512f9298db7bef859f67cbdb8225d60f5ad6c authored about 4 years ago by aaronchantrill <[email protected]>
Updating Deb Install to Reflect New Nightly Builds (#302)

github.com/NaomiProject/Naomi - 20bcb5797701b5ad047b0fca83bb887196c9043b authored about 4 years ago by Austin Casteel <[email protected]>
Merge pull request #301 from AustinCasteel/fixing-nightly-builds

push vs hitting server every night with no change

github.com/NaomiProject/Naomi - 059acf056b3f69e463439ab6ed360ad1e1b5bf92 authored about 4 years ago by Austin Casteel <[email protected]>
push vs hitting server every night with no change

github.com/NaomiProject/Naomi - 5889025e555ec7f837397e0ad8be0eb1a49bedd8 authored about 4 years ago by Austin Casteel <[email protected]>
Merge pull request #298 from AustinCasteel/fixing-nightly-builds

fixing nightly builds

github.com/NaomiProject/Naomi - b3fae3757ba4d84f7f55ef8a4879bb3adae284ae authored about 4 years ago by Austin Casteel <[email protected]>
fixing nightly builds

github.com/NaomiProject/Naomi - 27e32e68a3ff19abdab6fadd3d7abd1a0cb1f442 authored about 4 years ago by Austin Casteel <[email protected]>
Merge pull request #293 from aaronchantrill/Naomi_tti_fix

Naomi tti fix

github.com/NaomiProject/Naomi - 592c2b886bb56e487cd18a229a868a9cb6bf9c40 authored about 4 years ago by Austin Casteel <[email protected]>
Merge pull request #296 from aaronchantrill/knockknock

Looks good! Add "knock knock" to default joke plugin templates

github.com/NaomiProject/Naomi - 7112363e34ff41b5c86cb5e50269c46e59fe3c63 authored about 4 years ago by Austin Casteel <[email protected]>
Add "knock knock" to default joke plugin templates

Since Austin has added a couple of additional joke plugins (Dad
Jokes and Chuck Norris Jokes) th...

github.com/NaomiProject/Naomi - b72ffbf2339c13a55bfbd8354869f39c199c4365 authored about 4 years ago by Aaron Chantrill <[email protected]>
Change templates to upper case

Change the templates to upper case as they are read in.

github.com/NaomiProject/Naomi - f2cd3cf58d1bc75d45ecf6725475d517e83e1383 authored about 4 years ago by Aaron Chantrill <[email protected]>
Removed unused module

I imported the pprint module for testing. No longer needed because
all the test lines are commen...

github.com/NaomiProject/Naomi - 2a9b395ab986b21f50b35c12f598c5fd962d2748 authored about 4 years ago by Aaron Chantrill <[email protected]>
Fixed a few bugs in Naomi_tti

Python appears to have changed some of the ways it works with
strings since I worked on this las...

github.com/NaomiProject/Naomi - 0c95859bdf5411fa419513d854988ae325dadc0e authored about 4 years ago by Aaron Chantrill <[email protected]>
Merge pull request #58 from AustinCasteel/facebook-plugin-abstraction

Facebook Plugin Abstraction

github.com/NaomiProject/naomi-docs - 4602022f98abddd3684c03c6e73c4b706cfc80da authored over 4 years ago by Austin Casteel <[email protected]>
Merge pull request #12 from AustinCasteel/Adding-DadJokes-Plugin

Adding Dad Jokes

github.com/NaomiProject/naomi-plugins - 05c70c430546e3a2a296bddfc4d1744120f07a53 authored over 4 years ago by aaronchantrill <[email protected]>
Merge branch 'master' into Adding-DadJokes-Plugin

github.com/NaomiProject/naomi-plugins - a4e95013caa1b03bac7d7a1c3f2b42a71f1a5b6d authored over 4 years ago by aaronchantrill <[email protected]>
Merge pull request #11 from AustinCasteel/Adding-ChuckNorrisJokes-Plugin

ChuckNorrisJokes

github.com/NaomiProject/naomi-plugins - c3f73291e20d9a7f0c5e5a60a22d3ea8709a36f9 authored over 4 years ago by aaronchantrill <[email protected]>
Merge pull request #10 from AustinCasteel/Adding-Facebook-Plugins

Adding abstracted Facebook Plugins

github.com/NaomiProject/naomi-plugins - a065998d608939e4f428e4eb90b6e4f17134324f authored over 4 years ago by aaronchantrill <[email protected]>
Abstracting Facebook plugins from Naomi source (#291)

github.com/NaomiProject/Naomi - 1e5ef7b02838dcf0771052c82dd54ccd9e593026 authored over 4 years ago by Austin Casteel <[email protected]>
Update plugins.csv

github.com/NaomiProject/naomi-plugins - 60ed8f3e97568b278216a11226a5a97bb6a61295 authored over 4 years ago by Austin Casteel <[email protected]>
Adding Dad Jokes

github.com/NaomiProject/naomi-plugins - a39e4af516a53298cced656a904a7107ce6d23b8 authored over 4 years ago by Austin Casteel <[email protected]>
Adding abstracted Facebook Plugins

github.com/NaomiProject/naomi-plugins - cd599235b9b329350ac0dbe0ab39fd8c595a1eff authored over 4 years ago by Austin Casteel <[email protected]>
Facebook Plugin Abstraction

github.com/NaomiProject/naomi-docs - b1d5e83427a1b930562a04b3f77e009a0745424b authored over 4 years ago by Austin Casteel <[email protected]>
ChuckNorrisJokes

github.com/NaomiProject/naomi-plugins - 62d0cf8370c504d4cd12867faa30756544305b22 authored over 4 years ago by Austin Casteel <[email protected]>
Merge pull request #3 from aaronchantrill/master

Fixed Speechhandler plugin

github.com/NaomiProject/naomi_plugin_skeletons - 874ebc46bef139e443f846513f1c7e7a91e40f35 authored over 4 years ago by Austin Casteel <[email protected]>
Fixed Speechhandler plugin

The action needs to be associated with the intent, on the same
level as locale.

github.com/NaomiProject/naomi_plugin_skeletons - 8d63388514cdd8eca3f805980ae7f251f6c8befb authored over 4 years ago by Aaron Chantrill <[email protected]>
Create pr_labels.yml

github.com/NaomiProject/Naomi - adba93cc546bd76d722818090ce9e755db330539 authored over 4 years ago by Austin Casteel <[email protected]>
Removing Sanitization

github.com/NaomiProject/Naomi - 0018925f4d1b121e8701bcf521d40c49bd6ea0b2 authored over 4 years ago by Austin Casteel <[email protected]>
Further Additions & Formatting

github.com/NaomiProject/Naomi - 7383af7f447a947293c374764f255ea2041a8239 authored over 4 years ago by Austin Casteel <[email protected]>
Merge pull request #282 from AustinCasteel/contribution-implementation

Implementing Contribution Changes

github.com/NaomiProject/Naomi - 3e06f4ac2f1443c0555eaf9e86b76c134b5fb1fd authored over 4 years ago by Austin Casteel <[email protected]>
fixing heights

github.com/NaomiProject/Naomi - aef8d1fafed340b8e3af4f9e5352fd0ef887856d authored over 4 years ago by Austin Casteel <[email protected]>
Implementing Contribution Changes

github.com/NaomiProject/Naomi - 6c0d007fd163cac3b9ae9ebf6971a5e2b1ac57f9 authored over 4 years ago by Austin Casteel <[email protected]>
Update FUNDING.yml

github.com/NaomiProject/naomi-plugins - 516dc7d34a5c66440faea65e4352817e650a4def authored over 4 years ago by Austin Casteel <[email protected]>
Update FUNDING.yml

github.com/NaomiProject/Naomi - a7823a0cf59e25911b67dd73d4e120b86b040689 authored over 4 years ago by Austin Casteel <[email protected]>
Update FUNDING.yml

github.com/NaomiProject/naomi-docs - b3a08a7312e977ec5775e62c7c6c82b3d81d2b71 authored over 4 years ago by Austin Casteel <[email protected]>
Merge pull request #93 from AustinCasteel/master

Introducing Open Collective

github.com/NaomiProject/naomi-website - 676ccf86126cbcbc875c8fa46a99939c8337df3e authored over 4 years ago by Austin Casteel <[email protected]>
Introducing Open Collective

github.com/NaomiProject/naomi-website - 50021d37182b3232130c1d197fffb3accf90b7b0 authored over 4 years ago by Austin Casteel <[email protected]>
Merge pull request #57 from AustinCasteel/NPE-edit-source-fix

Adding Edit Links to included NPE Files

github.com/NaomiProject/naomi-docs - b035165600b4efe0c2aaaf98c63855bc54a7e6fe authored over 4 years ago by Austin Casteel <[email protected]>
Adding Edit Links to included NPE Files

github.com/NaomiProject/naomi-docs - f17ad4e21df478229222add9173f600052078492 authored over 4 years ago by Austin Casteel <[email protected]>
Merge pull request #56 from NaomiProject/pocketsphinx_french_regex

Added RegExp

github.com/NaomiProject/naomi-docs - 6ac15bbcc1725ee9b534081d8789ab8c4efad523 authored over 4 years ago by Austin Casteel <[email protected]>
Added RegExp

Added a small regexp to replace the three characters Phonetisaurus checks for ("_" - underscore,...

github.com/NaomiProject/naomi-docs - 4524655890d062a13e073507adc7dc856b8c6220 authored over 4 years ago by aaronchantrill <[email protected]>
Merge pull request #281 from AustinCasteel/install-error-checking

Installer Error Checking

github.com/NaomiProject/Naomi - d99fa7231144d265543da763419dbd1a89c0d0d8 authored over 4 years ago by Austin Casteel <[email protected]>
Merge branch 'install-error-checking' of https://github.com/AustinCasteel/Naomi into install-error-checking

github.com/NaomiProject/Naomi - 5ebfbf56eedb56696b3961651c568f4444adee74 authored over 4 years ago by Austin Casteel <[email protected]>
Adding in a development naomi_options

github.com/NaomiProject/Naomi - ef8d8a4fbe3662fe633d2337522680f8f7c33131 authored over 4 years ago by Austin Casteel <[email protected]>
Bambocher pocketsphinx-python moved deps

Bambocher's version of the pocketsphinx-python installer moves the pocketsphinx and sphinxbase s...

github.com/NaomiProject/Naomi - c7596aca88eea6e9a3c946d9ce5880eb40992a56 authored over 4 years ago by aaronchantrill <[email protected]>
quick fix

github.com/NaomiProject/Naomi - 5a68c9ea76ed960e0b3e008cbc49c65982fd332e authored over 4 years ago by Austin Casteel <[email protected]>
Source Error Checking

github.com/NaomiProject/Naomi - ce1a5681ab21f0d0bbcf3ccb6092c96cd3067944 authored over 4 years ago by Austin Casteel <[email protected]>
Pocketsphinx python (#278)

* Use bambocher/pocketsphinx-python

The version of pocketsphinx-python in cmusphinx/pocketsph...

github.com/NaomiProject/Naomi - 1cc8c98992b838edeeed4aa29959afad1f920595 authored over 4 years ago by aaronchantrill <[email protected]>
Fixed parameter passing (#277)

Fixed the parameter passing from the Naomi command created by the
Naomi.sh script generated by ...

github.com/NaomiProject/Naomi - 1779d494446995680ec8bcf49d62d5371cdf4268 authored over 4 years ago by aaronchantrill <[email protected]>
Merge pull request #54 from AustinCasteel/dev

Need to find a way to automate this

github.com/NaomiProject/naomi-docs - 61a858be35ec42e981b8c78e8cc50933412f2ec4 authored over 4 years ago by Austin Casteel <[email protected]>
Need to find a way to automate this

github.com/NaomiProject/naomi-docs - b69b196a3a991ebb5f4b0850ee5dd804cb6f419d authored over 4 years ago by Austin Casteel <[email protected]>
Merge pull request #92 from AustinCasteel/master

Adding NPE Edior Instructions

github.com/NaomiProject/naomi-website - 0d7a4854e144fa790868ea4a28af731ce88e1c72 authored over 4 years ago by Austin Casteel <[email protected]>
Merge pull request #53 from AustinCasteel/dev

Adding NPE Editor instructions

github.com/NaomiProject/naomi-docs - 41729d7761d3066ddd109bad5a39b9c4a0450a8d authored over 4 years ago by Austin Casteel <[email protected]>
Adding NPE Editor Instructions

github.com/NaomiProject/naomi-website - c2c9970f6f76b07532cd11dd5457bfaf0ca7e77f authored over 4 years ago by Austin Casteel <[email protected]>
Adding NPE Editor instructions

github.com/NaomiProject/naomi-docs - 69bfa8b4c20647a2277314f9bf0eecbfa2a971fd authored over 4 years ago by Austin Casteel <[email protected]>
Merge pull request #52 from AustinCasteel/dev

Adding NPEeditor to docs, implementing changes from PR#47, & some cleanup

github.com/NaomiProject/naomi-docs - 5b69d0110c50ef65e6a3f9b6e02cb88ce58e28cc authored over 4 years ago by Austin Casteel <[email protected]>
Adding NPEeditor to docs

github.com/NaomiProject/naomi-docs - fa3a85f3fedc1a488943982038437bf4b42198ae authored over 4 years ago by Austin Casteel <[email protected]>
Changes from pr#47

github.com/NaomiProject/naomi-docs - 66c43b4a37b7f4d4b31bf5613537ff4f53f6f2f8 authored over 4 years ago by Austin Casteel <[email protected]>
Merge remote-tracking branch 'upstream/master'

github.com/NaomiProject/naomi-website - da51a1d8076a48036552ab2f1dbc46a2b59c9573 authored over 4 years ago by Austin Casteel <[email protected]>
Merge pull request #91 from AustinCasteel/master

Implementing Oneliner

github.com/NaomiProject/naomi-website - 038406445adc6705b488fbdcd93bc4d451eb5135 authored over 4 years ago by Austin Casteel <[email protected]>
Merge pull request #276 from NaomiProject/AustinCasteel-patch-1

Deploy onliners via ftp

github.com/NaomiProject/Naomi - 466b39666c97dea4fdc93d9d21eb5b2a03983ce1 authored over 4 years ago by Austin Casteel <[email protected]>
Further installer cleanup & features (#275)

* New Setup Script for source users

* Image for desktop icon

* Updating colorformatting wi...

github.com/NaomiProject/Naomi - dfc129ca79bc16998a28a98bb8c2606f7cd7dba8 authored over 4 years ago by Austin Casteel <[email protected]>
Implementing Oneliner

github.com/NaomiProject/naomi-website - 8406a730dc6432d97158062a7fa8f5d9b04863b9 authored over 4 years ago by Austin Casteel <[email protected]>
Deploy onliners via ftp

This pushes any changes to the installation scripts to the oneliner server.

github.com/NaomiProject/Naomi - 95c44f22adf4e82fd6260e70dee4099a94b41aed authored over 4 years ago by Austin Casteel <[email protected]>
Fixed profile.get example

Using profile requires importing the profile package, and getting a profile variable means calli...

github.com/NaomiProject/Naomi - f473fbb255a29f8b5272eefcf09b8c5799f3f622 authored over 4 years ago by aaronchantrill <[email protected]>
New Naomi Setup Scripting & Some Cleanup (#274)

* New Setup Script for source users

* Image for desktop icon

* Updating colorformatting wi...

github.com/NaomiProject/Naomi - 0887b1c9fd761dd02fe4bb168dc73dcb76a9daec authored over 4 years ago by Austin Casteel <[email protected]>
Merge pull request #269 from aaronchantrill/notifier

New NotificationClient plugin type

github.com/NaomiProject/Naomi - bd03778468c7f0e4c83d90841b0a4a9ed94cba37 authored over 4 years ago by Austin Casteel <[email protected]>
Merge pull request #90 from AustinCasteel/master

Adding Discord link to nav bar & community section

github.com/NaomiProject/naomi-website - 26c7b9a84bab1f58d18f8fba4f9768c14d015bbb authored over 4 years ago by Austin Casteel <[email protected]>
Adding Discord link to nav bar & community section

github.com/NaomiProject/naomi-website - e538bd88d4aa79bd34a449448cea8809b4b39492 authored over 4 years ago by Austin Casteel <[email protected]>
Merge remote-tracking branch 'upstream/master'

github.com/NaomiProject/naomi-website - c92f18208d21f6e5ac37516205be209f07622441 authored over 4 years ago by Austin Casteel <[email protected]>
Merge pull request #273 from aaronchantrill/googletts

Add requirement for google tts

github.com/NaomiProject/Naomi - 43229da032b1543d61f9c04b98538f5291d2e91f authored over 4 years ago by Austin Casteel <[email protected]>
Add requirement for google tts

Added the google-cloud-texttospeech library to python_requirements.txt
because it is required to...

github.com/NaomiProject/Naomi - df9406622bedef9cfbd859ff8ed79ef19cf1f5d2 authored over 4 years ago by Aaron Chantrill <[email protected]>
Merge pull request #89 from AustinCasteel/master

fixing workflow

github.com/NaomiProject/naomi-website - d4c8789a412b4023e27615f383990067145eee3a authored over 4 years ago by Austin Casteel <[email protected]>
fixing workflow

github.com/NaomiProject/naomi-website - 3213b0aaefe9331a2580f5b208743091075a074a authored over 4 years ago by Austin Casteel <[email protected]>
Fixed formatting

Fixed some formatting issues

github.com/NaomiProject/Naomi - ef31d2e2aecf18af908506dcfd3c7cb3f42fe245 authored over 4 years ago by Aaron Chantrill <[email protected]>
Changed date to Work in Progress

Changed the Naomi 3.0 date to "Work in Progress"

github.com/NaomiProject/Naomi - 6b4c2f0b96637b7838d5f916194f1d7cd0a17131 authored over 4 years ago by Aaron Chantrill <[email protected]>
Combined changelogs

Moved the Naomi3.0_changelog.md file contents into CHANGELOG.md

github.com/NaomiProject/Naomi - 71d32b9acbb35fbf8ad1b88d3d0fabe67fee0d44 authored over 4 years ago by Aaron Chantrill <[email protected]>
Naomi 3.0 Change Log

Added a document describing the changes from Naomi 2.2 to Naomi 3.0.

github.com/NaomiProject/Naomi - 18b098ae3d3ac995a86ebea1d179883bdc45c59c authored over 4 years ago by Aaron Chantrill <[email protected]>
Merge pull request #88 from AustinCasteel/master

oops

github.com/NaomiProject/naomi-website - 97e136838c3081fa99fe016f6f722a072146be76 authored over 4 years ago by Austin Casteel <[email protected]>
Merge pull request #87 from AustinCasteel/master

step error

github.com/NaomiProject/naomi-website - 470f7b245ef0a05c4b41f2d986994042781cb02c authored over 4 years ago by Austin Casteel <[email protected]>
Merge pull request #86 from AustinCasteel/master

Automating branch deploys

github.com/NaomiProject/naomi-website - 70f60db37db697c18c9f3921eb567b58fbad81e7 authored over 4 years ago by Austin Casteel <[email protected]>
Automating Branch Deploys with Github Actions

github.com/NaomiProject/naomi-website - 793e51673fec1e953235ba644f7eaff20a79ec64 authored over 4 years ago by Austin Casteel <[email protected]>
Removing support & adding blog for 3.0 release

github.com/NaomiProject/naomi-website - 7bec707959d507914f632550ab1214b9d0b2191d authored over 4 years ago by Austin Casteel <[email protected]>
Merge pull request #85 from AustinCasteel/master

Testing multi-branch building

github.com/NaomiProject/naomi-website - 5895a80ce06c68471daa648e598f0142b2fff8a2 authored over 4 years ago by Austin Casteel <[email protected]>
Testing multi-branch building

github.com/NaomiProject/naomi-website - 6b4bc911548e5016930cc47c1b3cf75ec7c045b1 authored over 4 years ago by Austin Casteel <[email protected]>