File size: 547 Bytes
28f0d8f
 
 
 
 
 
 
 
 
 
 
 
060a68f
 
 
 
 
 
 
51a152c
44c440f
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: Pedalo
emoji: πŸ‘
colorFrom: green
colorTo: pink
sdk: streamlit
sdk_version: 1.25.0
app_file: app.py
pinned: false
license: mit
---

# PEDALO - Productive Exploratory Data Analysis using Langchain interrOgation

Ask your data what you wanna know!

# How to use

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, generted using `poetry export --without-hashes --format=requirements.txt > requirements.txt`