Skip to content

gaelic-ghost/snakes_that_sing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snakes That Sing

...are learning to scream in my dreams...

Python service experiments for Gale's TTS systems, starting with SlitherSpeech.

Table of Contents

Overview

Status

TBD

What This Project Is

TBD

Motivation

TBD

Quick Start

This workspace is in bootstrap shape. Curious readers can run the current FastAPI skeleton after syncing the uv workspace.

uv sync --all-packages
uv run --package slither-speech fastapi dev packages/slither-speech/src/slither_speech/app.py

Usage

SlitherSpeech currently exposes initial health routes only:

curl http://127.0.0.1:8000/healthz
curl http://127.0.0.1:8000/readyz

The planned HTTP parity surface is tracked in docs/slither-speech-http-parity-matrix.md.

Development

Follow AGENTS.md for current repo-local commands and delivery rules. The implementation plan lives in docs/slither-speech-bootstrap-plan.md.

Repo Structure

.
├── docs/
│   ├── slither-speech-bootstrap-plan.md
│   └── slither-speech-http-parity-matrix.md
├── packages/
│   └── slither-speech/
│       ├── src/slither_speech/
│       └── tests/
├── AGENTS.md
├── README.md
├── ROADMAP.md
├── pyproject.toml
└── uv.lock

Release Notes

No releases have shipped yet. Notable planning and implementation changes are tracked in ROADMAP.md until release notes are introduced.

License

No license file has been added yet.

About

Python service experiments for Gale's TTS systems.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages