https://github.com/datashaman/chatty-kathy
https://github.com/datashaman/chatty-kathy
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/datashaman/chatty-kathy
- Owner: datashaman
- Created: 2024-03-11T06:50:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T07:05:58.000Z (over 2 years ago)
- Last Synced: 2025-02-06T05:43:43.326Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.