This Streamlit app helps you evaluate companies using a Warren Buffett-style 11-point value investing checklist.
- Fetch financials for any public company using its ticker (e.g., AAPL, NVDA)
- Run the checklist:
- ROE, ROA, Margins, EPS trend, Debt, etc.
- Scoring system: ✅ ❌
⚠️ - Final investment verdict (Green / Yellow / Red badge)
- Manual override reminders for qualitative factors
pip install -r requirements.txt
streamlit run app.py