596 B
596 B
hellocomputer
hellocomputer is a GenAI-powered web application that allows you to analyze spreadsheets
Quick install and run
If you have uv installed, just clone the repository and run:
uv pip install -r requirements.in
You'll need the following environment variables in a .env file:
GCS_ACCESSGCS_SECRETLLM_API_KEYLLM_BASE_URLGCS_BUCKETNAME
And to get the application up and running...
uvicorn hellocomputer.main:app --host localhost
