Skip to content

Getting Started

Get started with Structured-QA using one of the options below:


Setup options

The easiest way to play with the code on a GPU, for free.

Click the button below to launch the project directly in Google Colab:

Click the button below to launch the project directly in GitHub Codespaces:

Once the Codespaces environment launches, inside the terminal, start the Streamlit demo by running:

python -m streamlit run demo/app.py

You can install the project from Pypi:

pip install structured-qa

Check the Command Line Interface guide.


Alternatively, you can clone and install it in editable mode:

  1. Clone the Repository

    git clone https://github.com/mozilla-ai/structured-qa.git
    cd structured-qa
    
  2. Install the project and its Dependencies

    pip install -e .
    
  3. Run the Demo

    python -m streamlit run demo/app.py