|
1 |
| -# oto_ios_testflight |
| 1 | +# OTO - Voice Data Infrastructure for AI Training |
| 2 | + |
| 3 | +[](https://reactnative.dev/) |
| 4 | +[](https://expo.dev/) |
| 5 | +[](https://soliditylang.org/) |
| 6 | + |
| 7 | +## Vision |
| 8 | + |
| 9 | +Speech-AI training data is drastically scarcer than text. **OTO** pairs a wearable voice-capture device with a smartphone app to turn daily conversations into structured data. For major languages: personalized services. For under-represented languages: monetization through data licensing. We're building a speech-based Google Trends with DePIN-style token incentives. |
| 10 | + |
| 11 | +## Architecture |
| 12 | + |
| 13 | +``` |
| 14 | +oto_ios_testflight/ |
| 15 | +├── frontend/ # Mobile app for voice capture & analysis |
| 16 | +├── contract/ # Smart contracts for USDC rewards |
| 17 | +└── README.md # This overview |
| 18 | +``` |
| 19 | + |
| 20 | +## Value Propositions |
| 21 | + |
| 22 | +- **Users**: Personalized AI services or data monetization |
| 23 | +- **AI Development**: High-quality, diverse voice training data |
| 24 | +- **Ecosystem**: Decentralized infrastructure with token incentives |
| 25 | + |
| 26 | +## Tech Stack |
| 27 | + |
| 28 | +- **Mobile**: React Native + Expo |
| 29 | +- **Blockchain**: Solidity on Base network |
| 30 | +- **AI**: Real-time conversation analysis & transcription |
| 31 | + |
| 32 | +## Quick Start |
| 33 | + |
| 34 | +```bash |
| 35 | +git clone <repository-url> |
| 36 | +cd oto_ios_testflight |
| 37 | + |
| 38 | +# Mobile app |
| 39 | +cd frontend && npm install && npm run ios |
| 40 | + |
| 41 | +# Smart contracts |
| 42 | +cd contract && bun install && bun run compile |
| 43 | +``` |
| 44 | + |
| 45 | +## Documentation |
| 46 | + |
| 47 | +- [Mobile App](./frontend/README.md) - Frontend development |
| 48 | +- [Smart Contracts](./contract/README.md) - Blockchain system |
| 49 | +- [API Specs](./contract/docs/API_SPECIFICATION.md) - Contract interfaces |
| 50 | + |
| 51 | +## Contributing |
| 52 | + |
| 53 | +Help build the future of voice AI training data through voice collection, mobile development, smart contracts, or AI integration. |
| 54 | + |
| 55 | +--- |
| 56 | + |
| 57 | +**Voice Yields** - Transforming global conversations into structured data for personalized services and AI training.🦄 |
0 commit comments