docs | ||
src/hellocomputer | ||
test | ||
.gitignore | ||
LICENSE | ||
mkdocs.yml | ||
pyproject.toml | ||
README.md | ||
requirements-doc.in | ||
requirements-test.in | ||
requirements.in |
hellocomputer
hellocomputer
is a GenAI-powered web application that allows you to analyze spreadsheets
Quick install and run
If you have uv
installed, just clone the repository and run:
uv pip install -r requirements.in
And to get the application up and running...
uvicorn hellocomputer.main:app --host localhost