pedalo / README.md
Luke31's picture
requirements.txt
44c440f
|
raw
history blame
547 Bytes
metadata
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

  1. poetry install (Using Poetry (version 1.4.2))
  2. 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