Ecosyste.ms: OpenCollective

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

github.com/NaomiProject/Naomi

The Naomi Project is an open source, technology agnostic platform for developing always-on, voice-controlled applications!
https://github.com/NaomiProject/Naomi

vocabcompiler unittest can now be enable via command line argument

639e6ce0f9cf6d0ff690f7079a1a32ba80206aed authored over 10 years ago
`sys.exit(1)` on startup error

ba7c8f39a1b308e2d052ae345de8b735fa531d34 authored over 10 years ago
Updated travis.yml to use vocabcompiler unittest from client folder

ad97f65b08d6d993a93a98a5c75e1cc9666d1e85 authored over 10 years ago
Added test for vocabcompiler to `--light` tests and updated travis config

14d5dc9422d04bc832576ac29ef5f41bf6a08ec2 authored over 10 years ago
Moved all imports to the top and changed `--local` detection

87fe0b6f75e5293d8fb9be9ca4406fd90cced8aa authored over 10 years ago
Remove prints

8835ca18f40fb1eda00846f5624e19b10675b6a1 authored over 10 years ago
Merge boot/test.py into client/test.py

a2d6ced3bae4df8421f631d6b7d94404b60642fe authored over 10 years ago
Add client folder to sys.path

Otherwise this would cause bugs in client.brain

0dcb3da35a2b161e494b4738dd17b9e61bf0ae05 authored over 10 years ago
Make client folder a python package

c695809b04a3bff7e2007fd06a76c01e4f72146c authored over 10 years ago
Move client/main.py to jasper.py and add client/main.py dummy script for backwards compatibility

05f4414d2484ba78ad8d636800e2b8b917e049ae authored over 10 years ago
Move vocabcompiler into client folder

ff34c9d7a4a1b6ffeae08efe7c4846c33e4c0673 authored over 10 years ago
Merged boot/boot.py into client/main.py

434736b9b3b198ff45bb163e366804758ab6d091 authored over 10 years ago
Fixed wrong module import path in client.brain

254d71a160b2ab86b5ccfb7043eb9851e2365cfa authored over 10 years ago
Merge pull request #165 from Holzhaus/use-tempfile-module

Use tempfile module in g2p

0feaafc6f43ab7ca9686133bd70b49308a781849 authored over 10 years ago
PEP8 style fixes for diagnose.py

5939627990004d6158f9aa57ab43a1cc58147355 authored over 10 years ago
Merge pull request #160 from alexsiri7/diagnostic

Simple diagnostic tool for Jasper

7e61da4e7ed4fa0219493dd503658784df7be02f authored over 10 years ago
Cleanup of module detection in client.brain

This should also make it possible to have packages as client modules (making jasperproject/jaspe...

869a7c28bc77086e266d38c797c7e82633c9a2ba authored over 10 years ago
Use `with` statement in client.g2p

6e97bfa503caedf2dabb5b2de24e70fb4bb9bbdf authored over 10 years ago
Use tempfile in client.g2p

15bb723177055e7f5a0a3f73b208cafc35b47581 authored over 10 years ago
Using Diagnostics internet connection check in boot.py and test.py

c44cfce6ec7134e55fa2807a801e5e3581fcefb8 authored over 10 years ago
Simple diagnostic tool for Jasper

c62f926d750bfa8ecf1b6bb85fc9920091fd0892 authored over 10 years ago
Throw error when JASPER_HOME is not set in start.py

bcd90feea8db2773510b0ba59b1189587048c444 authored over 10 years ago
Merge branch 'Holzhaus-pure-python'

Conflicts:
boot/boot.py
boot/boot.sh
client/main.py
client/start.sh

9dc3f28c9ebf6a0c5c8ce982487e6abc95c1dfdb authored over 10 years ago
Remove Shebangs from modules not meant to be executed directly

See https://github.com/jasperproject/jasper-client/pull/154#issuecomment-54882839 for more info.

6548b5f931d8551b9996fe4fe93a9757f8ff91d9 authored over 10 years ago
Add shebang to start.sh

332a6efa9e6edfc5322a179f5ead2c3a79d03274 authored over 10 years ago
Remove executable flag from musicmode.py and conversation.py

6a0ec36f74940ae9ab0ea67670b5014cab7138fb authored over 10 years ago
Add shebang and PEP 0263 source encoding to every module

Source encoding should be specified and a shebang helps to execute a module directly (either to ...

7f499a454600c24dd910591e87f624cbad8ef058 authored over 10 years ago
Add executable flag to client/main.py and boot/test.py

665769ffb2e233b29897147348fc4e44e2126ba3 authored over 10 years ago
Add shebang and PEP 0263 source encoding to main.py

59e55c55d25eda069dda4f2fd2b97c44ab04d0f6 authored over 10 years ago
Merge pull request #154 from Holzhaus/shebangs

Added shebangs and PEP 0263 source encodings

045538a39b347feb482bb6309d6801a972002136 authored over 10 years ago
Ported client/start.sh to python

5be70a4c07bba52bb05f18e9707bf9a9b8a6197e authored over 10 years ago
Ported boot/boot.sh to python

0db406e97faea59cacdcddc9734b0e96d897edc9 authored over 10 years ago
Remove Shebangs from modules not meant to be executed directly

See https://github.com/jasperproject/jasper-client/pull/154#issuecomment-54882839 for more info.

c7aeb96e27b65d78c4b9f54b77f99a7c374da296 authored over 10 years ago
Better info for test profile

3e7aae285a99ff442b01a865132e76b86403500b authored over 10 years ago
Don't fail if network connection is missing

af4ef39c35a6fc4864d184803ce5ed15c7b8c6c1 authored over 10 years ago
Better error message granularity in boot.py

4aa42aad721b8e55f8a99db5acdb56d653eea5f5 authored over 10 years ago
Travis build badge for README

4c19b21d51b5cf88690cc18dff67349138294184 authored over 10 years ago
Minor style fixes to test.py

4e3ffcf3a8c8735d299c1242e6972db34bf69bcd authored over 10 years ago
Merge pull request #158 from alexsiri7/travis

Added Travis support

ee0387f3e69ad0c544369ba3675eb4adf74936ee authored over 10 years ago
Added travis

95876a2f51ee896fc428aa984e22eb524f30e502 authored over 10 years ago
PEP formatting fix

7f72ed92adf92273f7ff82788901e6bcbcb97175 authored over 10 years ago
Merge pull request #156 from alexsiri7/google_stt_persistent

Persistent connection for Google STT

0a76da20806435dda6ed459d410e9820063a8a0e authored over 10 years ago
Persistent connection for google stt

59e1c11a1875ad61f6458779e1cd3c88e2e4a06d authored over 10 years ago
Removed CherryPy

6db1fded7315b4a2824fb685ccd39fb55d895449 authored over 10 years ago
Use executable flag and shebang instead of explicit interpreter in shell scripts.

7d3901dcd25ec050dee8e0d31d5b86ca04f06c5e authored over 10 years ago
Add shebang to start.sh

9c14a07d827c38f3954b0cb027e9e9455bcf2eef authored over 10 years ago
Change python to python2 in start scripts

5b136d68695c0e467fe2fe76554827a6022b833b authored over 10 years ago
Add executable flag to client/main.py and boot/test.py

5fe28f8dee68a011a96d819506f2593c01ab7dda authored over 10 years ago
Remove executable flag from musicmode.py and conversation.py

81c70f302de8e85ae5307fdf248688e06bff8bc6 authored over 10 years ago
Add shebang and PEP 0263 source encoding to every module

Source encoding should be specified and a shebang helps to execute a module directly (either to ...

c35f709e1febfbb246da1dbea5166e09f3285b21 authored over 10 years ago
Add shebang and PEP 0263 source encoding to main.py

a13ebacf86f26dd5ba9156fd497e173a5c99e129 authored over 10 years ago
Update README to reflect new Google Group

fe7274e1cd87cabba98a3ec46a148f91990c6ab3 authored over 10 years ago
Merge pull request #150 from alexsiri7/test_fixes

Run all test cases together

3a1da3d9ae03778207d8f02b41fc7e003d1db75f authored over 10 years ago
Merge pull request #149 from alexsiri7/news_module_fixes

Fixed sending news by email

6a2c9f8f456a0d9560b67c2c09d32ab80a9c58d3 authored over 10 years ago
Run all test cases together

This allows nicer output, as all the test results are grouped, and with
a glimpse you can determ...

17a272f785cfb9d95ada7f6145ac8890cdf9eed7 authored over 10 years ago
Fixed News Modules - Sending news by email

1476b32940fedae209d348a33595e9ca6eef7aae authored over 10 years ago
More cleanup, mostly in docstrings

49a4298c281817b0f47d9706f96c126393135c4e authored over 10 years ago
Minor style fixes: removed unused imports, commented-out code, etc.

2d87ce0a7415e3d786f88f873dc014d27d28ecb9 authored over 10 years ago
Merge pull request #132 from astahlman/master

Updated list of TODOs in CONTRIBUTING.md

fbecb2e366b212fd03688f4b9ee9ad5793abfaae authored over 10 years ago
Updated list of TODOs in CONTRIBUTING.md

e7804659250b4328def28750d6baeba76e0cd251 authored over 10 years ago
suggesting populate.py re-run

95167c99fb774db54bc32a93839f8cb6813e0d83 authored over 10 years ago
changed to modular STT mic for musicmode

9d903015205d6c3b0edc97a24585e78e418c369e authored over 10 years ago
Added modularized STT attribution

2dd1a47daea1bf49a1210b4670072e762aa84ed5 authored over 10 years ago
Merge pull request #118 from astahlman/master

LGTM! Thanks for the fine work and revisions.

8112cafa216e341f0da40d868f71919b78df6892 authored over 10 years ago
Prompt user to populate stt_engine in profile

86f8bf4a4ea194b50bb66521cbbf3dac2e89c826 authored over 10 years ago
Addressed CR comments.

e3dcbec7d2cd39d22f4605159ca278b3ae844ce4 authored over 10 years ago
Cleanup before pull request.

3f5c1cc3c3480a56cdc597b32e15e97ee1338edb authored over 10 years ago
Merge upstream changes

Conflicts:
client/local_mic.py

874f888252a3840746ff5712275627ecb8c07861 authored over 10 years ago
Fixing unit tests.

34f9b1255f0c2fa41a9a79374b09b53e82242fb0 authored over 10 years ago
Cleanup before pull request.

673db3b4325a6f3b6d2db6f001a6399a19931223 authored over 10 years ago
Work on Google STT on RPi.

d7b9149ea7b090b0fb8f7b2fff7d125783272e30 authored over 10 years ago
Google STT works on OS X

6fb17a6326f002eae9781baaa8753e56cd541607 authored over 10 years ago
fixing local mic with additional speaker argument

e9dcc7ad1145dea2011f8369f07e1dd8be89b214 authored over 10 years ago
noting audio output update

0399c6e3c4cbf2556fdfb5530a267e871965e1bf authored over 10 years ago
Merge pull request #100 from astahlman/master

Platform independent audio output. Stop hardcoding /home/jasper.

bca23618dfe702c147dd0291e52a718e4366f371 authored over 10 years ago
Merge pull request #97 from dag0310/master

Added personalized greeting

659e276b509ab870df04f06268cbf6a59a945d3a authored over 10 years ago
Added note on Contributing.md to readme

6a9db6762a835577d8c53c43a446f3411d679fb2 authored over 10 years ago
Fix boot.sh when invoked non-interactively via crontab

4391496d39f7f1ca7ad0de60bc5c7603fc2bcece authored over 10 years ago
Merged latest changes.

64d54e5800a1d2fd2a3493e6be84792355bee64d authored over 10 years ago
Reverting files that accidentally snuck into commit.

cdb08ff2f5f24451fbe3f72695b2d69cca9b8aac authored over 10 years ago
Changes suggested in CR.

b8b4cc4cd0e6c24a1f9bee03031633a53ce43a48 authored over 10 years ago
Removed extra whitespace and unused import

4ad51811eb46d804b8fd4f5db8bfc66058d0d265 authored over 10 years ago
Escape phrases before 'say'ing them in OS X

6217a1359d5e1f6a40ef0472e1f3eb6e15b1b826 authored over 10 years ago
Fixed /boot unit test.

b9996bf1db5f112c0fbb946a2bf9abdc43dbcea3 authored over 10 years ago
Clean up before pull request.

dd794c2b0a2c5debeb526cabed15d1ce091ce9c4 authored over 10 years ago
Stop hardcoding /home/jasper and abstract out mic.say for multiplatform support

8c31973987e713001f504267030d2b2feff2f414 authored over 10 years ago
Check if first_name is set for profile beforehand

45bb9872978311774b97d9243358ffe9eaad3389 authored over 10 years ago
Make Jasper mention the user's name when asking "How can I be of service?"

e086c76f3de228ef0e90d9d3a63b75c7307dee62 authored over 10 years ago
Merge pull request #92 from andybee/patch-1

Minor error in code comment

94f2d1c12385844d86b4dc492f411c5c86a4e065 authored over 10 years ago
added module sharing information

f2de63d707cbc85c80df9610442cb80bb67556d2 authored over 10 years ago
Removed restart in event of network failure

e31ef6fac29c86895337ce6f3c1a94c194894ebd authored over 10 years ago
Minor error in code comment

Comment confused 1901 with 1991.

ada1810a76f38536824c10e18e80462705aa58aa authored over 10 years ago
better unit tests for mic

0dde146d017336fa1e1304963f5952b476372111 authored over 10 years ago
fixed path for JOKES test

1e2b8347644f5c9345a1c4680c40d3b1076fe33d authored over 10 years ago
moved static assets to separate folder

fb278db9062ace52b7d982736d143c3551248585 authored over 10 years ago
removed * import in test

47141521fd7c6d7a559e70f1d3cbb601caac58f7 authored over 10 years ago
Merge branch 'master' of https://github.com/jasperproject/jasper-client

1ebba6cd0190607e70f78d1fd11536bcd729fdb8 authored over 10 years ago
initial contributing guide

416ca4d5ff297246ec7a74052bcfa85e85ab8e66 authored over 10 years ago
no need for '+' in write

b0cd53c37b63a8d6ddfb09c678291fa6d76875a2 authored over 10 years ago
removed wifi import

a5267a49a5bdc5451f6db5e91f7d46fe1d2b90a7 authored over 10 years ago