franktheunicorn / predict-pr-comments

Predict comments on PRs
Apache License 2.0
8 stars 4 forks source link

Model Service - Operator that calculates on PR #5

Open krisnova opened 5 years ago

krisnova commented 5 years ago

Talks to a tensorflow model that Holden is building

krisnova commented 5 years ago

Building a simple webserver that listens to GitHub events and runs in Kubernetes, then will pop a request on the end of a queue and another small program will parse the requests and run them against the tensorflow model and then we can update the PR.

Components:

  1. GitHub account @franktheunicorn to do the commentary on the PRs
  2. GitHub app that allows us to subscribe to events, and also allows people to easily install frank to run against their own GitHub projects <3 Draft app is in the GitHub marketplace
  3. Kubernetes deployment to run the server and operator for frank
  4. Publicly resolvable URL we can use for Frank's API (I would really like to use fabulous.af here... I own it)