Skip to content

katanaml/table-query-model

Repository files navigation

Table Query with Hugging Face TAPAS 🤗

Description

Hugging Face TAPAS model for answering questions about tabular data.

Instructions

  1. Install libraries
pip install -r requirements.txt
  1. Run
python app.py

Build and run container

  1. Build container (uncomment launch call in app.py)
docker build --tag katanaml/table-query .
  1. Run container
docker run -it -d --name table-query -p 7000:7000  katanaml/table-query:latest

Structure

.
├── app
│   └── tapas.py
├── app.py
├── Dockerfile
├── LICENSE
├── README.md
├── taxables.csv
└── requirements.txt

Author

Katana ML, Andrej Baranovskij

License

Licensed under the Apache License, Version 2.0. Copyright 2020-2021 Katana ML, Andrej Baranovskij. Copy of the license.