Skip to content
/ 01 Public
forked from OpenInterpreter/01

An open-source language model computer

License

Notifications You must be signed in to change notification settings

kubla/01

 
 

Repository files navigation

Official repository for The 01 Project.



Setup

# MacOS
brew install portaudio ffmpeg

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

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

The story of devices that came before the 01.

Things we want to steal great ideas from.


Direction

What we're going to do.

What the 01 will be able to do.


Project Management

Our master task list.


13 days remaining until launch

About

An open-source language model computer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.5%
  • Rust 6.0%
  • HTML 5.6%
  • Shell 3.9%