Analytics with natural language
Go to file
Guillem Borrell 181bc92884
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Successfully implemented function calling for anyscale
2024-06-17 22:18:18 +02:00
docs Nicer readme, and refurbished the documentation 2024-05-25 16:25:22 +02:00
notebooks Successfully implemented function calling for anyscale 2024-06-17 22:18:18 +02:00
src/hellocomputer Some refactoring 2024-06-16 09:31:33 +02:00
test Some refactoring 2024-06-16 09:31:33 +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 Multiple uvicorn workers 2024-06-11 22:32:49 +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 Successfully implemented function calling for anyscale 2024-06-17 22:18:18 +02:00
requirements.txt Module import and favicon 2024-06-11 17:49:05 +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