You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
01/01OS
Mike Bird 45afda17a8
contributing draft, roadmap skeleton, add black and isort
11 months ago
..
01OS Merge branch 'main' into feature/camera-snapshots 11 months ago
_archive Switched to poetry, pushed to `pip`, new scaffolding for multiple clients 11 months ago
.env.example adding environment vars for camera configuration 11 months ago
README.md Pushed to `pip` 11 months ago
poetry.lock removing mss (not going to do the screenshot functionality right now) 11 months ago
pyproject.toml contributing draft, roadmap skeleton, add black and isort 11 months ago
start.py Switched to poetry, pushed to `pip`, new scaffolding for multiple clients 11 months ago
start.sh Merge branch 'main' into feature/camera-snapshots 11 months ago

README.md

The open-source language model computer.

pip install 01OS
01 # This will run a server + attempt to determine and run a client.
# (Behavior can be modified by changing the contents of `.env`)

Expose an 01 server publically:

01 --server --expose # This will print a URL that a client can point to.

Run a specific client:

01 --client macos # Options: macos, rpi

Run locally:

The current default uses OpenAI's services.

The --local flag will install and run the whisper.cpp STT and Piper TTS models.

01 --local # Local client and server
01 --local --server --expose # Expose a local server