Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 2.28 KB

design.md

File metadata and controls

50 lines (43 loc) · 2.28 KB

#rightload design

Components

  1. A component that downloads feeds from an opml file (feedcache, opml parser?) DELAYED
  2. A component that scores every item in each feed (goose + infersent + sklearn passive aggressive) DONE
  3. A component that filters them based on said score and serves them(plain python and flask) Just scoring
  4. A component that modifies filtered items injecting a feedback element DONE
  5. A component that receives and uses said feedback(flask + goose + infersent + sklearn) DONE

URL design

uuid operation item path retval
uuid score-url path JSON
uuid learn feedback path empty
uuid score-feed path JSON
uuid feedproxy path XML
uuid webproxy path html

###Useful libs:

Links