sleclair0 / GuessWho_modelvalidation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guess Who - Modelvalidation

A practical guide on how to create an application to bring a machine learning model into production, using Dash.

backround information in this repo can be found in this blog:

Preparation

  • Clone this repo to your machine
  • git clone https://github.com/data-science-lab-amsterdam/GuessWho_modelvalidation.git
  • Create an enviroment with python >= 3.6 (conda example below)
  • conda create -n modelvalidation python=3.6
  • source activate modelvalidation
  • Install the requirements
  • pip install -r requirements.txt

Run the application

  • cd to repo
  • python src/validation/app.py

About


Languages

Language:Python 82.6%Language:JavaScript 12.8%Language:CSS 4.1%Language:Shell 0.5%