Skip to content

MLAide/python-client-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML Aide tutorial

Setup

To run this tutorial we use pyenv and virtualenv to create a virtual environment. All dependencies will be installed in the virtual environment.

  1. Create virtual environment
virtualenv venv 
  1. Activate virtual environment
source venv/bin/activate 
  1. Install dependencies
pip install -r requirements.txt 

MacOS

Currently, there is a bug in the python ecosystem to run with the latest MacOS version. Therefore, you have to run the following command in your shell before installing dependencies:

export SYSTEM_VERSION_COMPAT=1 

Start

cd boston-house-prcing python app.py 

About

This project contains several tutorials that demonstrate the usage of the Python Client

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •