Home - Redline-Revealer/redline-revealer GitHub Wiki
๐๏ธ Redline Revealer Wiki Home
Welcome to the Redline Revealer team wiki! This space serves as a living knowledge base for project contributors.
๐ About the Project
Redline Revealer is an AI-powered civic tech platform that helps identify at-risk heirsโ properties, visualize historical redlining impacts, and support local housing equity initiatives.
GitHub Repo โก๏ธ Main Repository
๐ Wiki Sections
โ Team Roles
Overview of contributor responsibilities, tasks, and tools used. โก๏ธ Roles Overview
๐ How to Run Locally
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
- Run with Streamlit:
streamlit run src/app.py
- Ensure your
.env
contains API keys if using OpenAI
๐ค LLM Prompt Logic
Track current prompt engineering for the legal assistant:
- Base system message
- Output constraints
- Input formatting (e.g. history, documents)
๐บ๏ธ Map Layers & Data
- Redlining overlays from HOLC
- Census block data for demographic overlays
- Risk scoring algorithm logic
๐งช CI/CD Troubleshooting
- All pull requests trigger a GitHub Actions CI pipeline
- Failures may include Flake8 (line length, formatting), missing test cases
- See
.github/workflows/ci.yml
for pipeline config
๐งพ Glossary / Definitions
- Redlining: Systematic denial of services based on neighborhood demographics
- HOLC: Home Owners' Loan Corporation maps
- Heirsโ Property: Inherited property with unclear legal title
๐ฅ Contributors
- Portia Jefferson โ Project Manager, DevOps
- Henok Tariku โ Data Analyst (confirmed)
- Esthefany Humpire โ AI Integration (confirmed)
- Winnie Atieno โ TBD (tentative Data Analyst or Full-stack)
- Megan Nepshinsky โ Full-Stack Developer (tentative)
Let us know in Discussions if you need help or want to propose wiki edits!