Welcome to WearAI! This project integrates OpenAI's ChatGPT with wearable technology, enabling real-time voice-to-text and text-to-voice AI interactions on your smartwatch. Built with Kotlin and Jetpack Compose for Wear OS.
- Speech to Text: Converts your spoken words into written text.
- Text to Speech: Turns the written text response from ChatGPT into spoken words.
- Real-time Interaction: Experience AI-powered conversations in real-time.
To get started with WearAI, clone this repository and import into Android Studio.
git clone https://github.com/your_username/WearAI.git
After cloning the project, you need to get the dependencies for the project:
Open the project in Android Studio, go to File -> Sync Project with Gradle Files.
You can run WearAI on an Android device or emulator.
- Connect your device or start your emulator.
- In Android Studio, click on 'Run' and choose your device.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the project
- Create your feature branch (git checkout -b feature/AmazingFeature)
- Commit your changes (git commit -m 'Add some AmazingFeature')
- Push to the branch (git push origin feature/AmazingFeature)
- Open a Pull Request
Distributed under the Apache 2 License. See LICENSE for more information.
Simon Köck - simon@koeck.dev
Project Link: https://github.com/simplifylabs/WearAI