Any plans to open source AI Sheets?

#3
by deshetti - opened

Congratulations on the great product! I wanted to check if you guys plan to open source the solution behind AI Sheets, so it could enable integrating into other data products.

deshetti changed discussion title from Any plans to open source AI Sheets to Any plans to open source AI Sheets?
Hugging Face Sheets org

Hi @deshetti , thanks!

We'd love to know more about the uses you have in mind.

Currently it's possible to deploy the app locally/on your server using a docker image, would this be useful for you?

@dvilasuero Thanks for the response. I tried running it locally using the Dockerfile, but nothing really works apart from the landing page. Some documentation for running it using Docker would be helpful.

We are currently working on a data product that we plan to open source soon. The app allows users to perform analysis on datasets using AI. We currently use a simple grid to manage the datasets. I was thinking the sheets UI you guys have is a great way to manage the datasets with AI features.

Hugging Face Sheets org

Hi @deshetti , Thanks for your messages.

We've made a step-by-step guide on how to run Sheets locally. Please, check the Running Sheets locally article and let us know if you have any questions or need further assistance.

Do you also plan to make it possible in the future to run it with a locally deployed LLM?

Hugging Face Sheets org

Thanks for your question, @chschinner

We're using the inference package to call the inference endpoints. The client supports calling local endpoints (see the docs), so it would be easy to allow this kind of setup

Thanks a lot, @frascuchon

Was not aware of this and will give it a try!

Sign up or log in to comment