FlowDesk
Market closed
Model roadmap

AI Models

One hub for gatekeeping, classification, headline sentiment, and chat experiments.

Tip Start with the PHP classifier for production news/ticker gates. Use Sentiment for headline forecasts; Chat tabs are research sandboxes. API docs

Production path

  1. Validate — reject junk tickers/text (Phase 1)
  2. Classify — sentiment, tense, voice, topic (Phase 2)
  3. Synthesize — template readout, no free-form loss (Phase 3)
  4. Wire — news API & feeds use the same gate (Phase 4)

Open live classifier

Research models

Chat variants stay sandboxed — they do not feed Top Picks or tape scores.

Endpoints

PathRole
/api/ai-lab/index.phpJSON classifier (validate + classify + readout)
/api/news.phpNews feed (gate + topic tags when wired)
/api/sentiment_model_predict.phpTrained sentiment head
/api/chat_model_generate.phpChat generation (lab)