/qsc-quickstart

Primary LanguageJupyter Notebook

Quickstart Guide Quasiris Search Cloud

How to use

You have two options to run this example.

Run locally

This example is written as a Jupyter Notebook. The easiest way to use it locally is to install Jupyter Lab.

  • Clone the repository.
  • Make sure you have python and pip installed
  • Install Jupyter Lab
  • Open a terminal and execute "jupyter lab". Your browser should open with jupyter lab. If not open your browser and visit http://localhost:8888
  • Use the file browser on the left and navigate to the cloned repository and open "qsc-quickstart.ipynb".
  • Use the double arrow (see picture below) to run the notebook and follow the instructions. Run Notebook

Run at Google Colab (Recommended)

  • Visit this project on Google Colab
  • Sign in with your google account.
  • Click "Runtime"->"Run All" and follow the instructions.

(Optional) Additional information

Connect to Google Drive

If you want to use other data you can upload your files to google drive in order to access them inside Google Colab.

  • First click the "Mount Drive" Button as shown in the picture above.
  • This will insert a new cell as shown in the picture below. Use the up arrow marked with the orange box to move the cell at the very top.
  • Excecute the cell by clicking the run button marked with the green box and permit access to your Google Drive.
    • Select your account
    • Allow access
  • If everything worked you should see a message under the cell that your Google Drive is mounted.
  • After pressing the refresh button (orange box) you should be able to access your files.

Access file

  • Make sure the file is uploaded to your Google Drive.
  • By hovering over a file in the file browser you get three dots right beside the filename. You can copy the path by clicking on them and then select "Copy path"

Convert Google shopping feed to QSC

This project is still under development. Therefore some features might be missing.

Using this guide you can convert a given Google shopping feed to the QSC format.

Run on Google Colab

Visit this project on Google Colab