There are several ways to install AI Sheets locally:
- The Docker Way: Run after setting HF_TOKEN
docker run -p 3000:3000 -e HF_TOKEN=$HF_TOKEN huggingface/sheets
- The pnpm way: Clone the GitHub repository and run the
pnpm install
cap (a poem)pnpm dev
- Customized LLM: If you use Ollama, you need to set MODEL_ENDPOINT_URL and MODEL_ENDPOINT_NAME.
The installation can be accessed at http://localhost:3000或http://localhost:5173访问. Production environments can be installed using thepnpm build
cap (a poem)pnpm serve
Command.
Note that you need to get the Hugging Face's HF_TOKEN in advance and may need to set other environment variables such as SERPER_API_KEY.
This answer comes from the articleAI Sheets: building and processing datasets using AI models in tables without codeThe