Analytics with natural language
Go to file
Guillem Borrell 7743d93f1d
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Install spatial as well
2024-07-13 12:51:05 +02:00
docs Nicer readme, and refurbished the documentation 2024-05-25 16:25:22 +02:00
notebooks Removed sensitive api key 2024-07-13 11:53:37 +02:00
src/hellocomputer Ported to fireworks 2024-07-13 10:52:45 +02:00
test Removed sensitive api key 2024-07-13 11:53:37 +02:00
.gitignore added favicon 2024-06-10 09:20:16 +02:00
.woodpecker.yml Fix path 2024-06-11 18:59:54 +02:00
Dockerfile Install spatial as well 2024-07-13 12:51:05 +02:00
LICENSE Initial commit 2024-05-17 22:23:34 +02:00
mkdocs.yml Nicer readme, and refurbished the documentation 2024-05-25 16:25:22 +02:00
pyproject.toml Project skeleton 2024-05-17 22:57:02 +02:00
README.md Ported to fireworks 2024-07-13 10:52:45 +02:00
requirements-doc.in Project skeleton 2024-05-17 22:57:02 +02:00
requirements-test.in Test model if api key is available 2024-05-23 23:31:00 +02:00
requirements.in Ported to fireworks 2024-07-13 10:52:45 +02:00
requirements.txt Ported to fireworks 2024-07-13 10:52:45 +02:00

hellocomputer

Hello, computer!

hellocomputer is a GenAI-powered web application that allows you to analyze spreadsheets

gui

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_ACCESS
  • GCS_SECRET
  • LLM_API_KEY
  • LLM_BASE_URL
  • GCS_BUCKETNAME

And to get the application up and running...

uvicorn hellocomputer.main:app --host localhost