Analytics with natural language
Go to file
Guillem Borrell e040b2e728
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Got to correctly import
2024-08-20 08:30:26 +02:00
docs Nicer readme, and refurbished the documentation 2024-05-25 16:25:22 +02:00
notebooks Allow notebooks 2024-07-29 17:20:51 +02:00
src/hellocomputer Got to correctly import 2024-08-20 08:30:26 +02:00
test Got to correctly import 2024-08-20 08:30:26 +02:00
.gitignore Working on SQL tools 2024-07-29 17:20:56 +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 Update requirements. 2024-07-27 23:00: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