cmcrawford2 / kepler

A configuration-based machine learning recommendation service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kepler Recommendation Engine

A Python/Flask recommendation that utilizes configuration over code.

Prequisites

  • Python 3

Running

  1. Clone the repo
  2. Open the app
  3. Install the dependencies...
    pip3 install --user -r requirements.txt
    
  4. Start the server...
    python app.py
    
  5. Visit the running app on port 5000

About

A configuration-based machine learning recommendation service.


Languages

Language:Python 92.7%Language:HTML 5.8%Language:Dockerfile 1.5%