this is a hackathon project with basic prototype of application, which ables users to visualise and 'speak' to their data
sudo apt install pipx
pipx install poetry
pipx ensurepath
poetry shell
poetry install --no-root
create .env file in backend
folder and write into it:
OPENAI_API_KEY = "your-api-key"
cd backend
fastapi dev main.py
cd frontend
npm i && npm i victory
npm run dev