MuhammadTaha / Predictive-Analysis

1 stars 0 forks source link

Predictive Analysis Project

Workflow

Setup

  1. Clone this project

  2. Create a virtual environment and install requirements With Anaconda and Python3:

    conda create --name irs
    source activate irs
    pip install -r requirements.txt
  3. Start app python src/main.py <command>