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
|
# Display app/index.html on the second monitor in full-screen mode
|
||||||
google-chrome --kiosk --app=file:///app/index.html
|
google-chrome --kiosk --app=file:///app/index.html
|
||||||
|
|
||||||
|
### Start whisper.cpp and stuff?
|
||||||
|
|
||||||
### CORE
|
### CORE
|
||||||
|
|
||||||
cd /core
|
cd /core
|
||||||
poetry install
|
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)
|
## Week 3 (Jan 29th)
|
||||||
|
|
||||||
|
- [ ] 01OS
|
||||||
|
- [ ] 01OS Testing
|
||||||
|
- [ ] What are our hardware constraints?
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
||||||
## Week 4 (Feb 5th)
|
## Week 4 (Feb 5th)
|
||||||
|
|
71
TEAMS.md
71
TEAMS.md
|
@ -1,31 +1,66 @@
|
||||||
# Teams
|
# Teams
|
||||||
|
|
||||||
## Hardware
|
## Hardware
|
||||||
- LLM Inference Hardware
|
- Ben @humanbee
|
||||||
- Raspberry Pi?
|
- Ty @tyisfly
|
||||||
- 3D Printing?
|
- Use Michael as a recruitor
|
||||||
|
- Shiven @shivenmian
|
||||||
|
- Jacob Weisel
|
||||||
|
- Aniket @atneik
|
||||||
- ..?
|
- ..?
|
||||||
|
|
||||||
## Software
|
## Software
|
||||||
- TTS
|
- Audio (TTS / SST)
|
||||||
- STT
|
- Tasks: Streaming audio both ways.
|
||||||
|
- Hardware limitations. What's the smallest hardware this can be on?
|
||||||
|
- Zach
|
||||||
|
- Zohaib @Zabirauf
|
||||||
|
- Atai
|
||||||
- OI Core
|
- OI Core
|
||||||
- OI Implementation
|
- Tasks: Computer API (schedule thing), skill library
|
||||||
- Linux / Firmware?
|
- 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
|
## Experience
|
||||||
- Industrial
|
- Design
|
||||||
- Interface
|
- Arturo @arturot
|
||||||
- Web
|
- Ronith @ronithk
|
||||||
- Brand / Video
|
- Danny @dannytayara
|
||||||
|
- Killian @killianlucas
|
||||||
## Security
|
- Aniket @atneik
|
||||||
- Subteams?
|
- 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
|
## Comms
|
||||||
|
- Uli @ulidabess
|
||||||
- Discord Community
|
- Discord Community
|
||||||
- Twitter Presence
|
- Twitter Presence
|
||||||
|
- Killian @killianlucas
|
||||||
- Press
|
- Press
|
||||||
|
- Michael @mjjt
|
||||||
## Usage
|
- Zach (connection at NYT)
|
||||||
- Subteams?
|
|
||||||
|
|
|
@ -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.
|
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
|
### 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
|
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