Discover and explore top open-source AI tools and projects—updated daily.
HKUSTDialFramework for financial signal extraction and news-aware forecasting
Top 97.4% on SourcePulse
Summary
DeepEar is an open-source framework transforming public opinion into actionable investment logic chains for financial professionals. It automates fragmented data analysis from social media and news into quantitative trading signals, bridging the gap between raw information and investment decisions.
How It Works
It employs multi-agent collaboration (Trend, Finance, Report agents) and a novel news-aware Kronos time-series model that injects news event impacts into price predictions. A hybrid RAG engine combines BM25 and vector search for precise information retrieval, outputting visualized reports with interactive logic graphs.
Quick Start & Requirements
cd DeepEar, uv sync.uv (recommended). API keys for LLMs (OpenAI, Ollama) and optionally Jina.cd dashboard/frontend, npm install, npm run build, uv run dashboard/server.py). CLI (uv run src/main_flow.py) and Agent Skill (uv run skills/deepear/scripts/server.py) also available.https://deepear.vercel.app/.Highlighted Details
Maintenance & Community
A detailed roadmap indicates ongoing development. Contribution guidelines are provided. No direct community channels (Discord/Slack) are listed.
Licensing & Compatibility
Distributed under the MIT License, generally permitting commercial use and closed-source integration.
Limitations & Caveats
Future development includes US market support, LangGraph migration, and prediction market integration. The dashboard requires initial frontend setup and user registration. Core functionality depends on user-provided API keys.
2 months ago
Inactive