feat: add Kronos Studio, interactive UI for Kronos foundation model#281
Open
sutarrohit wants to merge 1 commit intoshiyu-coder:masterfrom
Open
feat: add Kronos Studio, interactive UI for Kronos foundation model#281sutarrohit wants to merge 1 commit intoshiyu-coder:masterfrom
sutarrohit wants to merge 1 commit intoshiyu-coder:masterfrom
Conversation
Introduces Kronos Studio, a comprehensive web application for testing and visualizing Kronos model predictions. Key features include: - FastAPI server for model inference, data retrieval (Binance, yFinance, Local), and result persistence. - Next.js frontend with interactive OHLCV charts and prediction configuration. - Support for single and batch prediction modes. - Local SQLite storage for saving and revisiting prediction results. - Documentation and screenshots for setup and usage. This provides a no-code interface for researchers and developers to explore Kronos model capabilities.
|
Following! This is so cool but should be a microservice frontend so it can be deployed seperate ✌️ |
Author
Already on my list now! Separate deployment for both services with proper env config is coming. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Kronos Studio: web ui for Kronos model inference
Overview
Kronos Studio, a full-stack web application that wraps the Kronos financial time series model in an interactive no-code interface. Researchers and developers can run predictions on crypto/stock data without writing any Python.
What's included
Screenshots
Single Prediction

Saved Results

How to test
cd server && uv sync && uv run start_server.pycd frontend && npm install && npm run build && npm run starthttp://localhost:3000, run a prediction onETHUSDT(Binance, 1h)Notes / decisions
server/db/kronos.db— not committed*, can be tightened post-merge