This directory contains the user and developer documentation for EquiLens. The docs have been organized into focused subfolders to make it easier to find installation instructions, Docker guidance, architecture diagrams, analytics and auditing reference material.
- Installer scripts:
../scripts/install/README.md - Configuration guide:
./CONFIGURATION_GUIDE.md - Execution guide:
./EXECUTION_GUIDE.md
setup/QUICKSTART.mdQuick start and installation steps (UV, venv, Docker) with verification and example audit commands.setup/SETUP_SCRIPTS_GUIDE.mdGuide to installer scripts and one-command options.setup/SETUP_IMPROVEMENTS.mdNotes about recent setup improvements.setup/TROUBLESHOOTING_SETUP.mdTroubleshooting tips for common setup problems.
docker/DOCKER_README.mdDocker quick reference: access points (Gradio/API/Ollama), common commands and volumes.docker/DOCKER_SETUP.mdFull Docker setup and compose examples.docker/DOCKER_CONFIG_GUIDE.mdConfigurable ports, volumes, container names and environment variables.docker/DOCKER_CHECKLIST.mdChecklist for building and deploying container images.
architecture/ARCHITECTURE.mdSystem architecture diagrams (Mermaid) and component interactions.architecture/PIPELINE.mdDataflow and phase-to-phase pipeline overview.
analytics/QUICK_REFERENCE.mdQuick reference for analytics workflows and one-command setups.analytics/ADVANCED_ANALYTICS_GUIDE.mdAdvanced analytics guide describing professional visualizations and reports.
auditing/AUDITING_MECHANISM.mdDeep dive into the standard and enhanced auditors, workflows and retry/resume features.auditing/ENHANCED_AUDITOR_DEFAULT.mdRationale and notes for making the enhanced auditor the default.auditing/OLLAMA_SETUP.mdOllama-specific setup notes and options.
misc/CODE_ANALYSIS_REPORT.mdCode analysis and recommended refactors.misc/REPORT.mdMiscellaneous project reports.misc/SCRIPT_REORGANIZATION_PLAN.mdThe plan used to reorganize docs and scripts.
archived/ONE_CLICK_SETUP.mdArchived historical one-click installer instructions.archived/RECOVERY_NOTES.mdArchived recovery and troubleshooting notes.
- Click any file path above to open the detailed document.
- If a link points to an old location, please open an issue or request an update via the repository's issue tracker.
- To add or modify docs, create a branch and submit a PR against
main. - Keep individual docs focused (one concept per file) and add a one-line summary in this index when adding new files.
- Use relative links when linking between docs so they work both on GitHub and locally.
- All files moved into subfolders under
docs/. -
docs/README.mdupdated (this file). - Top-level
README.mdand any scripts updated to point to new doc locations.
Generated and updated by the project maintainer tooling.