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

Let us know in Discussions if you need help or want to propose wiki edits!