/SQLSatMadrid2018

Materials for the session "Productionising Machine Learning Models" at SQL Saturday Madrid 2018.

Primary LanguageRoff

SQLSaturday Madrid 2018 - AI Deployment approaches

Initial Setup

If you want to follow the scripts, you should follow these setup steps:

  1. First of all, please do install Anaconda 5.5 in your machine

    • Windows version here.
    • Linux version here.
    • MacOS X version here.
  2. Go to the .\Scripts folder and run the script that will perform the environment setup:

    • environment.bat (if you are running Windows)
    • ./environment.sh (for you, Linux folks)
  3. Once the script finishes running, that environment will be active. The name of the environment is sqlsat18, in case you want to activate it manually.

  4. If you plan on using GPU - and you should! - install the CUDA toolkit from this link to the NVIDIA web page.

Authors

  • Pablo Álvarez Doval - @PabloDoval