Analytics with natural language
Go to file
Guillem Borrell edd64d468b
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Now application is actually powered by a graph.
2024-07-26 12:24:17 +02:00
docs Nicer readme, and refurbished the documentation 2024-05-25 16:25:22 +02:00
notebooks Pluggable authentication. Still need to fix gcs 2024-07-13 22:46:34 +02:00
src/hellocomputer Now application is actually powered by a graph. 2024-07-26 12:24:17 +02:00
test Now application is actually powered by a graph. 2024-07-26 12:24:17 +02:00
.gitignore Pluggable authentication. Still need to fix gcs 2024-07-13 22:46:34 +02:00
.woodpecker.yml Fix CI/CD 2024-07-22 11:36:34 +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 Kind of refactored everything 2024-07-25 00:10:09 +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