Skip to content

Sasha-P/Whats-cooking

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages