Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
0e2e1e88f7
|
@ -3,9 +3,10 @@
|
|||
# Display app/index.html on the second monitor in full-screen mode
|
||||
google-chrome --kiosk --app=file:///app/index.html
|
||||
|
||||
### Start whisper.cpp and stuff?
|
||||
|
||||
### CORE
|
||||
|
||||
cd /core
|
||||
poetry install
|
||||
poetry run bash start.sh
|
||||
poetry run bash start.sh
|
||||
|
|
4
TASKS.md
4
TASKS.md
|
@ -22,6 +22,10 @@ Meetup goals:
|
|||
|
||||
## Week 3 (Jan 29th)
|
||||
|
||||
- [ ] 01OS
|
||||
- [ ] 01OS Testing
|
||||
- [ ] What are our hardware constraints?
|
||||
|
||||
...
|
||||
|
||||
## Week 4 (Feb 5th)
|
||||
|
|
71
TEAMS.md
71
TEAMS.md
|
@ -1,31 +1,66 @@
|
|||
# Teams
|
||||
|
||||
## Hardware
|
||||
- LLM Inference Hardware
|
||||
- Raspberry Pi?
|
||||
- 3D Printing?
|
||||
- Ben @humanbee
|
||||
- Ty @tyisfly
|
||||
- Use Michael as a recruitor
|
||||
- Shiven @shivenmian
|
||||
- Jacob Weisel
|
||||
- Aniket @atneik
|
||||
- ..?
|
||||
|
||||
## Software
|
||||
- TTS
|
||||
- STT
|
||||
- Audio (TTS / SST)
|
||||
- Tasks: Streaming audio both ways.
|
||||
- Hardware limitations. What's the smallest hardware this can be on?
|
||||
- Zach
|
||||
- Zohaib @Zabirauf
|
||||
- Atai
|
||||
- OI Core
|
||||
- OI Implementation
|
||||
- Linux / Firmware?
|
||||
- Tasks: Computer API (schedule thing), skill library
|
||||
- Hristijan @thekeyq
|
||||
- Aakash @ashgam._
|
||||
- Aniket @atneik
|
||||
- Shiven @shivenmian
|
||||
- Ty @tyisfly
|
||||
- Killian @killianlucas
|
||||
- Backend
|
||||
- Killian @killianlucas
|
||||
- Linux / Firmware
|
||||
- Tasks: Virtualization? ISO? Putting sensors around the OS to put files into the queue. Bootloader. Networked input into the queue
|
||||
- Shiven @shivenmian
|
||||
- Michael @mjjt
|
||||
- Zohaib @Zabirauf
|
||||
|
||||
## Design
|
||||
- Industrial
|
||||
- Interface
|
||||
- Web
|
||||
- Brand / Video
|
||||
|
||||
## Security
|
||||
- Subteams?
|
||||
## Experience
|
||||
- Design
|
||||
- Arturo @arturot
|
||||
- Ronith @ronithk
|
||||
- Danny @dannytayara
|
||||
- Killian @killianlucas
|
||||
- Aniket @atneik
|
||||
- Alim
|
||||
- Eschwa?
|
||||
- Industrial
|
||||
- Interface
|
||||
- Web
|
||||
- Brand / Video
|
||||
- Arturo @arturot
|
||||
- Killian @killianlucas
|
||||
- Matt @matt_rygh
|
||||
- Finn
|
||||
- Research
|
||||
- Ben @humanbee
|
||||
- Use-cases
|
||||
- Tasks: Send out typeform—what are motivating examples?
|
||||
- Testing
|
||||
- Uli @ulidabess
|
||||
|
||||
## Comms
|
||||
- Uli @ulidabess
|
||||
- Discord Community
|
||||
- Twitter Presence
|
||||
- Killian @killianlucas
|
||||
- Press
|
||||
|
||||
## Usage
|
||||
- Subteams?
|
||||
- Michael @mjjt
|
||||
- Zach (connection at NYT)
|
||||
|
|
|
@ -12,6 +12,12 @@ Other bodies we've floated already exist as Android phones (isn't the Rabbit R1
|
|||
|
||||
I think we should decide by 1) estimating how long custom hardware would take, and 2) weighing it against how _memorable of an impression_ the 01 would make if it did/did't have custom hardware. Holding something unique is a big part of this. But we might accomplish that by using some of the more bizarre looking hardware below.
|
||||
|
||||
### Non-pre-made hardware
|
||||
|
||||
1. Raspberry Pi
|
||||
2. Raspberry Pi + Coral.ai Accelerator
|
||||
3. Coral.ai Devboard
|
||||
|
||||
### Assembly-required OSS hardware
|
||||
|
||||
1. [The Raspberry Pi Recovery kit by Jay Doscher.](https://www.doscher.com/work-recovery-kit/) "A MOBILE TERMINAL FOR THE END OF THE WORLD
|
||||
|
|
Loading…
Reference in New Issue