The repo includes the inference demo source codes for Mixology, which can be run either using Google Colab or a local environment.
To run a demo using Google Colab:
- Open the notebook using the URL: https://colab.research.google.com/[github_notebook_path].
- For example, to open the notebook at https://github.com/CapitalData/mixology_inference/blob/master/skipgram/skipgram_inference_demo.ipynb, you would use the URL https://colab.research.google.com/github/CapitalData/mixology_inference/blob/master/skipgram/skipgram_inference_demo.ipynb.
To run a demo using local environment:
- Install the required libraries in requirements.txt.
- Open the notebook using an IDE of your preference.