AI-powered banking market intelligence platform for analyzing FDIC branch data with comprehensive insights and professional reporting.
Visit the live application here!
Cook County, Illinois
Cook County, Illinois; Los Angeles County, California
2020,2021,2022
all
(2017-2024)Generate Analysis: Click βGenerate Analysisβ and wait for processing
fdic-branch-analyzer/
βββ web/ # GitHub Pages static site
β βββ index.html # Main interface
β βββ css/style.css # Styling
β βββ js/app.js # Frontend logic
β βββ _config.yml # GitHub Pages config
βββ src/ # Core application
β βββ core/main.py # Main orchestration
β βββ utils/ # Utilities
β βββ analysis/ # AI analysis
β βββ reporting/ # Report generation
βββ config/ # Configuration
βββ docs/ # Documentation
β βββ README.md # User guide
β βββ API.md # API documentation
β βββ DEPLOYMENT.md # Deployment guide
βββ scripts/ # Automation scripts
β βββ deploy/ # Deployment scripts
βββ data/ # Data storage (gitignored)
git clone https://github.com/jadedlebi/fdic-branch-analyzer.git
cd fdic-branch-analyzer
pip install -r requirements.txt
Create a .env
file with:
# BigQuery Credentials
BQ_TYPE=service_account
BQ_PROJECT_ID=your-project-id
BQ_PRIVATE_KEY=your-private-key
BQ_CLIENT_EMAIL=your-client-email
# AI API Keys
CLAUDE_API_KEY=your-claude-key
OPENAI_API_KEY=your-openai-key
python run_web.py
Then visit http://127.0.0.1:5050
./scripts/deploy/deploy.sh
docker build -t fdic-analyzer .
docker run -p 5000:5000 fdic-analyzer
See docs/DEPLOYMENT.md for detailed deployment guides.
This project is developed by NCRC (National Community Reinvestment Coalition) for banking market analysis and research purposes.
For questions or support:
docs/
folderBuilt with β€οΈ by NCRC for better banking market intelligence