The open-source language model computer
Go to file
killian 9461d7618f
Merge branch 'main' into Raspberry-Pi-button-compatibility-(Thanks-Thea!!!)
2024-02-10 22:51:45 -08:00
OS Merge branch 'main' into Raspberry-Pi-button-compatibility-(Thanks-Thea!!!) 2024-02-10 22:51:45 -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 jetson nano documentation 2024-02-10 17:57:58 -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 Merge branch 'main' into feature/dotenv 2024-02-10 19:43:26 -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 Revert "fix: download whisper local model directly from huggingface" 2024-02-10 20:54:03 -08:00
TASKS.md TASKS.md 2024-02-09 23:08:48 -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.

If you want to run local speech-to-text from whisper, download the GGML Whisper model from Huggingface. Then in OS/01/start.sh, set ALL_LOCAL=TRUE and set WHISPER_MODEL_PATH to the path of the model.

Usage

cd OS/01
bash start.sh

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