Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.43 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.43 KB

Introduction

The repo contains different implementations of the Kaggle Whats-cooking challenge (https://www.kaggle.com/c/whats-cooking)

Installation and Configuration

Install Anaconda Open Data Science Platform (Linux)

  1. Download and Install Anaconda

    Download Anaconda distribution from https://www.continuum.io/downloads

    Run Anaconda3-4.0.0-Linux-x86_64.sh to install (without sudo)

  2. Create a virtual environment

    Run conda create --name <env_name> --file </path/to/file/>requirements.txt Type “y” for “yes.”

  3. Change environments (activate)

    source activate <env_name>

For more information about Anaconda, visit https://www.continuum.io/

conda documentation can be found at http://conda.pydata.org/docs/index.html

Applications

All rights belong to their owners.