pedalo / README.md
Luke31's picture
readme
af46898
---
title: Pedalo
emoji: πŸ‘
colorFrom: green
colorTo: pink
sdk: streamlit
sdk_version: 1.25.0
app_file: app.py
pinned: false
license: mit
---
# PEDALO
Ask your data what you wanna know!
# How to use
## Huggingface Space
See https://huggingface.co/spaces/Luke31/pedalo
- Please enter your own OpenAI api-key on the left side in `OPENAI_API_KEY`
## Local
2. `poetry install` (Using Poetry (version 1.4.2))
3. `poetry run streamlit run app.py`
## Dependency management
- Using poetry mainly
- `requirements.txt` is only for Hugginface