Skip to content

Commit f76aab8

Browse files
authored
Merge pull request #17 from Heterod0x/modify_readme
README 修正
2 parents c0b2464 + a30482f commit f76aab8

File tree

12 files changed

+1810
-499
lines changed

12 files changed

+1810
-499
lines changed

README.md

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,57 @@
1-
# oto_ios_testflight
1+
# OTO - Voice Data Infrastructure for AI Training
2+
3+
[![React Native](https://img.shields.io/badge/React%20Native-0.79.5-blue.svg)](https://reactnative.dev/)
4+
[![Expo](https://img.shields.io/badge/Expo-~53.0.17-000020.svg)](https://expo.dev/)
5+
[![Solidity](https://img.shields.io/badge/Solidity-0.8.28-363636.svg)](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

Comments
 (0)