Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 0 additions & 53 deletions Dockerfile.generic_recording_worker

This file was deleted.

24 changes: 0 additions & 24 deletions Dockerfile.recording_worker

This file was deleted.

17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ VERDAD employs a multi-stage pipeline architecture designed for scalability and

**Process:**

- Uses Gemini 1.5 Flash LLM for rapid initial screening
- Uses Gemini (1.5 or 2.5 Flash) LLM for rapid initial screening
- Applies simplified heuristics for high-recall detection
- Generates timestamped transcriptions using OpenAI Whisper

Expand Down Expand Up @@ -71,7 +71,7 @@ VERDAD employs a multi-stage pipeline architecture designed for scalability and

**Process:**

- Utilizes Gemini 1.5 Pro LLM for detailed analysis
- Utilizes Gemini (1.5 or 2.5 Pro) LLM for detailed analysis
- Performs multi-dimensional content evaluation
- Generates comprehensive annotations

Expand Down Expand Up @@ -299,4 +299,17 @@ VERDAD is a project of Public Data Works, developed in collaboration with the In

## Contact


## Documentation

Full documentation is available in the [docs/](docs/index.md) directory. The documentation is organized as follows:

- **Getting Started:** Introduction and quick start guides
- **Architecture:** System architecture and data lifecycle
- **Pipeline Stages:** Detailed documentation for each stage of the AI pipeline
- **Integration:** API, collaboration, notifications, and database schema
- **Configuration:** Deployment, containerization, prompts, and adapters
- **Maintenance:** Archival and maintenance scripts
- **Testing:** Test suite and coverage

For questions or support, please open an issue on GitHub or contact the maintainers at [contact information].
Loading
Loading