mirror of
https://github.com/shawnkim1997/All-in-one-Financial-Analysis.git
synced 2026-08-21 06:38:05 +00:00
- Create directory for AI coding agents and new developers - Add as the main navigation hub and entrypoint - Add project context files: , , , , , - Add development guidelines and architecture decisions: , (including 429 error handling and 10-year DCF logic)
19 lines
538 B
JSON
19 lines
538 B
JSON
{
|
|
"project_name": "10-K Financial Analyzer Dashboard",
|
|
"version": "1.0.0",
|
|
"description": "A hybrid architecture application unifying qualitative LLM-driven insights and quantitative financial valuation.",
|
|
"author": "shawnkim1997",
|
|
"entrypoint": "app.py",
|
|
"components": [
|
|
"10-K Text Extraction & LLM Summarizer",
|
|
"10-Year 2-Stage DCF Valuation Model",
|
|
"Top-down Industry Comparables Analyzer"
|
|
],
|
|
"technologies": [
|
|
"Python",
|
|
"Streamlit",
|
|
"Gemini 2.0 Flash",
|
|
"yfinance",
|
|
"BeautifulSoup"
|
|
]
|
|
} |