From real-time sentiment tracking to interactive model inference with attention visualization.
AlphaOne's landing page introduces the core value proposition: DeBERTa-ABSA-v2, a model we trained from scratch through 9 iterations to classify per-stock sentiment from Reddit's informal text.
Submit any sentence and target tickers for real-time classification by DeBERTa-ABSA-v2. The playground visualizes entity replacement (what the model actually sees) and renders a 12-head averaged attention heatmap for model interpretability.
The terminal view shows a macro sentiment trend chart aggregated across all 88 tracked assets, with daily averages and an operations snapshot of the ingestion pipeline status.
Drill down into any stock to see its sentiment trend over time, summary statistics, and a sentence-level evidence feed showing exactly which Reddit posts drove each classification.
The full data flow across 6 containerized services: React frontend, Spring Boot API, Celery workers, FastAPI inference server, Redis broker, and PostgreSQL, all orchestrated via Docker Compose.