live-two-way-chat/README.md

40 lines
579 B
Markdown

# Live Two-Way Chat
Real-time conversational AI with natural speech flow
## Installation
```bash
pip install -e .
```
## Usage
*TODO: Add usage instructions*
## Documentation
Full documentation is available at: https://pages.brrd.tech/rob/live-two-way-chat/
## Development
```bash
# Clone the repository
git clone https://gitea.brrd.tech/rob/live-two-way-chat.git
cd live-two-way-chat
# Create virtual environment
python -m venv .venv
source .venv/bin/activate
# Install for development
pip install -e ".[dev]"
# Run tests
pytest
```
## License
*TODO: Add license*