├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2023 David Shapiro 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Open MURPHIE 2 | 3 | Open MURPHIE (Multi Use Robotic Platform Humanoid Intelligent Entity) is an early-stage open-source project aimed at creating real-life droids akin to R2D2, C3P0, or Commander Data. The project is in its nascent stage and we are actively seeking contributors and sponsors to help bring this vision to life. 4 | 5 | ## Project Goals 6 | 7 | The ultimate goal of Open_MURPHIE is to provide an open-source alternative to platforms like Boston Dynamics' Atlas and Tesla's Optimus. We aim to create a versatile robotic platform that can be used in a variety of applications, from digital assistants in the cloud to smart home devices or even embodied in robots. 8 | 9 | This project runs parallel to the [ACE Framework](https://github.com/daveshap/ACE_Framework) (Autonomous Cognitive Entity), a universal and extensible cognitive architecture designed to create fully autonomous agents. The long-term vision is to integrate the ACE Framework with Open_MURPHIE, creating a comprehensive solution for autonomous robotics. 10 | 11 | ## How to Contribute 12 | 13 | We are currently seeking the following expertise: 14 | 15 | - Mechanical Engineering: Particularly those experienced with robotics, rapid prototyping, open source projects, and additive manufacturing. 16 | - Electrical Engineering: Particularly those familiar with sensorimotor feedback loops, actuation, and embedded systems. 17 | - Machine Learning/AI: Most especially open source models, vision models, and multimodal models. 18 | - Animatronics/Mechatronics: Creating friendly, lifelike machines that are pleasing to work with. 19 | - Product Specialists: This includes people familiar with manufacturing, design, sourcing, financing, and so on. 20 | 21 | If you have expertise in any of these areas and are interested in contributing to the project, please get in touch. 22 | 23 | ## Sponsorship 24 | 25 | Open_MURPHIE is also open to sponsorships. If you or your organization are interested in sponsoring this project, please contact us for more information. 26 | 27 | ## Current State of the Project 28 | 29 | Open_MURPHIE is in its early stages. We have just announced the project and are in the process of gathering a team and resources. We will update this section as the project progresses. 30 | 31 | ## Contact 32 | 33 | For any inquiries, contributions, or sponsorships, please contact me at https://www.linkedin.com/in/dave-shap-automator/ 34 | --------------------------------------------------------------------------------