https://github.com/thesofakillers/continual
🕳️
https://github.com/thesofakillers/continual
Last synced: 4 months ago
JSON representation
🕳️
- Host: GitHub
- URL: https://github.com/thesofakillers/continual
- Owner: thesofakillers
- License: mit
- Created: 2025-06-08T11:21:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-30T09:22:26.000Z (11 months ago)
- Last Synced: 2025-08-04T19:47:23.577Z (11 months ago)
- Language: Python
- Homepage:
- Size: 400 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Setup
Install [uv](https://docs.astral.sh/uv/)
Then install the dependencies:
```bash
uv sync
```
To install stuff :
```bash
uv add
```
and then commit pyproject and `uv.lock`
## Usage
Run the interface with
```bash
uv run python web_interface.py
```