The open-source language model computer
Go to file
killian f429dac85c
Merge pull request #32 from human-bee/patch-1
Update TASKS.md
2024-02-11 18:16:08 -08:00
OS Clients 2024-02-11 17:13:01 -08:00
communication Teams and tasks and context 2024-01-29 15:11:44 -08:00
experience Teams and tasks and context 2024-01-29 15:11:44 -08:00
hardware Add README for raspberry pi setup 2024-02-11 09:28:48 -08:00
meetups Update and rename 01-20-24_MEETUP_NOTES to 01-20-24.md 2024-01-22 14:29:02 -08:00
software Teams and tasks 2024-01-29 13:44:29 -08:00
.DS_Store Structure 2024-01-27 10:46:15 -08:00
.gitignore Skills added dynamically to prompt 2024-02-11 02:53:23 -08:00
CONTEXT.md Context 2024-01-29 16:18:20 -08:00
GOALS.md Update GOALS.md 2024-01-21 21:22:56 -08:00
INSPIRATION.md Update INSPIRATION.md 2024-01-22 14:55:05 -08:00
LICENSE Create LICENSE 2024-01-21 21:26:21 -08:00
README.md fix: added back change to auto-download STT models 2024-02-11 00:34:40 -08:00
TASKS.md Update TASKS.md 2024-02-11 18:08:11 -08:00
TEAMS.md Teams and tasks 2024-01-29 13:44:29 -08:00
USE_CASES.md Update USE_CASES.md 2024-01-22 14:16:16 -08:00

README.md

Official repository for The 01 Project.


View task list ↗


Configuration:

Copy the OS/01/.env.example file to OS/01/.env and then configure the environment variables within the file.

Install Required Libraries:

# MacOS
brew install portaudio ffmpeg

# Ubuntu
sudo apt-get install portaudio19-dev libav-tools
python -m pip install -r requirements.txt

NB: Depending on your local Python version, you may run into this issue↗ installing playsound. Workarounds are provided in the issue.

Usage

cd OS/01
bash start.sh

If you want to run local text-to-speech and speech-to-text, set ALL_LOCAL in the start.sh script to True. This will use the whisper.cpp and Piper models.

Background

Context ↗

The story of devices that came before the 01.

Inspiration ↗

Things we want to steal great ideas from.


Direction

Goals ↗

What we're going to do.

Use Cases ↗

What the 01 will be able to do.


Project Management

Tasks ↗

Our master task list.


13 days remaining until launch