Hugging Face TAPAS model for answering questions about tabular data.
- Install libraries
pip install -r requirements.txt
- Run
python app.py
- Build container (uncomment launch call in app.py)
docker build --tag katanaml/table-query .
- Run container
docker run -it -d --name table-query -p 7000:7000 katanaml/table-query:latest
.
├── app
│ └── tapas.py
├── app.py
├── Dockerfile
├── LICENSE
├── README.md
├── taxables.csv
└── requirements.txt
Licensed under the Apache License, Version 2.0. Copyright 2020-2021 Katana ML, Andrej Baranovskij. Copy of the license.