An open API service indexing awesome lists of open source software.

https://github.com/datashaman/chatty-kathy


https://github.com/datashaman/chatty-kathy

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# chatty-kathy

Experiments with [griptape](https://www.griptape.ai/) and [gradio](https://gradio.app/).

# installation

```
python -m venv .venv
source .venv/bin/activate
pip install -r requirements-dev.txt
```

# running

```
source .venv/bin/activate
python app.py
```

Navigate to [http://127.0.0.1:7860/](http://127.0.0.1:7860/) in your browser.