Analytics with natural language
Go to file
Guillem Borrell a232821b63
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Setting up the interpreter manually
2024-05-25 22:48:01 +02:00
docs Nicer readme, and refurbished the documentation 2024-05-25 16:25:22 +02:00
src/hellocomputer Setting up cicd 2024-05-25 22:13:21 +02:00
test More documentation 2024-05-25 16:28:28 +02:00
.gitignore Got to dump the file locally 2024-05-21 20:50:17 +01:00
.woodpecker.yml Trying again to build 2024-05-25 22:33:26 +02:00
Dockerfile Setting up the interpreter manually 2024-05-25 22:48:01 +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 More documentation 2024-05-25 16:28:28 +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 Staging 2024-05-21 21:11:47 +01:00
requirements.txt Setting up cicd 2024-05-25 22:13:21 +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
  • ANYSCALE_API_KEY
  • GCS_BUCKETNAME

And to get the application up and running...

uvicorn hellocomputer.main:app --host localhost