readme
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: Pedalo
|
3 |
emoji: π
|
@@ -9,16 +32,3 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
---
|
12 |
-
|
13 |
-
# PEDALO - Productive Exploratory Data Analysis using Langchain interrOgation
|
14 |
-
|
15 |
-
Ask your data what you wanna know!
|
16 |
-
|
17 |
-
# How to use
|
18 |
-
|
19 |
-
2. `poetry install` (Using Poetry (version 1.4.2))
|
20 |
-
3. `poetry run streamlit run app.py`
|
21 |
-
|
22 |
-
# dependency management
|
23 |
-
- Using poetry mainly
|
24 |
-
- `requirements.txt` is only for Hugginface, generted using `poetry export --without-hashes --format=requirements.txt > requirements.txt`
|
|
|
1 |
+
# PEDALO - Productive Exploratory Data Analysis using Langchain interrOgation
|
2 |
+
|
3 |
+
Ask your data what you wanna know!
|
4 |
+
|
5 |
+
# How to use
|
6 |
+
|
7 |
+
## Huggingface Space
|
8 |
+
|
9 |
+
See https://huggingface.co/spaces/Luke31/pedalo
|
10 |
+
|
11 |
+
- Please enter your own OpenAI api-key on the left side in `OPENAI_API_KEY`
|
12 |
+
|
13 |
+
## Local
|
14 |
+
|
15 |
+
2. `poetry install` (Using Poetry (version 1.4.2))
|
16 |
+
3. `poetry run streamlit run app.py`
|
17 |
+
|
18 |
+
## Dependency management
|
19 |
+
- Using poetry mainly
|
20 |
+
- `requirements.txt` is only for Hugginface
|
21 |
+
|
22 |
+
## Huggingface config
|
23 |
+
|
24 |
---
|
25 |
title: Pedalo
|
26 |
emoji: π
|
|
|
32 |
pinned: false
|
33 |
license: mit
|
34 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|