- Server Code: https://github.com/Ballbert-LLC/ballbert_server.git
- Deployed On Google Cloud Platform. Runs the main Websocket Server.
- Client Code: https://github.com/Ballbert-LLC/ballbert.git
- Deployed on the individual Ballbert Voice Assistant embedded systems.
- Website: https://github.com/Ballbert-LLC/Ballbert_Website.git
- The main website for Ballbert. Simple splash screen and contact page.
- IOS Client App: https://github.com/Ballbert-LLC/Ballbert_IOS.git
- Ballbert Client for Iphones. Allows to be linked with a physical Ballbert for skills activation. Otherwise has full communication capabilities with the main server.
- IOS Companion/Setup App: https://github.com/Ballbert-LLC/Ballbert_Ios_App.git
- Companion App for setting up and managing the Ballbert voice assistant.
- Companion/Setup App: https://github.com/Ballbert-LLC/ballbert_flutter.git
- Companion App for setting up and managing the Ballbert voice assistant. Cross platform for both IOS and Android.
- Ballbert Image: https://github.com/Ballbert-LLC/ballbert_image.git
- Tool for creating a Ballbert linux image.
Skills are an important part of the Ballbert Ecosystem. They are like apps that Ballbert can access. They can include vital functions such as wake word detection or Text-To-Speech.
- Text-To-Speech: https://github.com/Ballbert-LLC/Ballbert_Text_To_Speech.git
- Allows Ballbert to speak. Vital.
- Wake Word: https://github.com/Ballbert-LLC/Ballbert_Wake_Word.git
- Allows Ballbert to listen to the wake word "Ballbert" and activate. Vital.
- GUI: https://github.com/Ballbert-LLC/Ballbert_GUI.git
- Main GUI skill for Ballbert. Built on KivyApp as GUI library. Vital.
- Skill: https://github.com/Ballbert-LLC/Ballbert-Skill.git
- Demo Skill template for creating other skills.
- Weather: https://github.com/Ballbert-LLC/Ballbert-Weather.git
- Allows Ballbert to read weather from weatherapi.com.
- Advanced Math: https://github.com/Ballbert-LLC/BallbertAdvancedMath.git
- Gives Ballbert "Advanced" math skills. Mainly used for testing and demos as there are no truly complex mathematical functions included.
- HomeAssistant: https://github.com/Ballbert-LLC/Ballbert_Homeassistant.git
- Home assistant integration for Ballbert to control HomeAssistant devices.
- Python: https://github.com/Ballbert-LLC/Ballbert_Python.git
- Skill to give Ballbert the ability to execute python code.
- SimpleMath: https://github.com/Ballbert-LLC/BallbertSimpleMath.git
- Skill to give Ballbert simple math functions such as addition and multiplication.
These Repos are no longer actively used or maintained
- https://github.com/Ballbert-LLC/DEPRECATED-ballbert.git
- Old Ballbert client side code. Depricated in favor of https://github.com/Ballbert-LLC/ballbert.git
Demo Website: https://github.com/Ballbert-LLC/Ballbert_Product_Website.git
- Product Page for ballbert currently under development.