AI wearable necklace - Extend functionality to send emails when recognized a reminder
Open Source AI Wearable device that records everything you say, gives you proactive feedback and advice. 6+ days on single charge.
Homepage | Documentation | Buy Assembled Device
</h3> </div>graph TD; A[Device] -- Streams Audio --> B[Phone App]; B -- Transmits --> C[Deepgram]; C -- Returns Transcript --> D[Phone App]; D -- Saves Transcript --> E[Phone Storage]; classDef lightMode fill:#FFFFFF, stroke:#333333, color:#333333; classDef darkMode fill:#333333, stroke:#FFFFFF, color:#FFFFFF; classDef lightModeLinks stroke:#333333; classDef darkModeLinks stroke:#FFFFFF; class A,B,C,D,E lightMode class A,B,C,D,E darkMode linkStyle 0 stroke:#FF4136, stroke-width:2px linkStyle 1 stroke:#1ABC9C, stroke-width:2px linkStyle 2 stroke:#FFCC00, stroke-width:2px linkStyle 3 stroke:#2ECC40, stroke-width:2px
There are 3 different apps in these repositories located in different branches and folders. Our goal is to merge them into one big project.
Folder "AppStandalone": Standalone version of the app that doesn't require any hardware to use it.
Folder "AppWithWearable": Wearable-connected version of the app that requires the "Friend necklace" to use it.
Folder "AppWithWearableReactNative": Wearable-connected version of the app that is built in React native
Next Step: Read Getting Started →
Follow these steps to get started with your Friend.
Clone the repo git clone https://github.com/BasedHardware/friend.git
Choose which version of the app you want to install (see Structure).
cd apps/AppStandalone
in terminalcd apps/AppWithWearable
in terminalInstall your environment variables
iOS: Install XCode then navigate to the iOS folder. You might need to launch Xcode to select a team and specify a bundle identifier. Android: Download/install android Studio then navigate to the Android folder Don't run in web/simulator: Bluetooth will not work
Run flutter clean
then flutter pub get
then pod install
When everything is installed, run flutter run
, this should run your app on a selected device
Friend is available under MIT License