Critic intelligence

Good Reviews

A local web prototype that imports Goodreads taste data, review sources, critic corpora, and vector artifacts to rank reviewer and critic fit.

Working local web app Reviewer fit and taste modeling Foundation for Critic CRM and Translation Scout

Readers, publishers, and publicists need better reviewer fit than static lists can provide.

The prototype asks how personal taste, trusted publications, award signals, critic histories, and review text can be turned into a practical fit score. It began as a way to rank reviewers whose reviewed books line up with a reader's strongest preferences, then expanded toward publishing use cases.

Taste signal

Goodreads exports provide a personal map of books, ratings, shelves, and reviews.

Source quality

Seeded review outlets create a controlled critic universe.

Reviewer fit

The app scores overlap across books, authors, shelves, genres, sentiment, and prizes.

Publishing bridge

The same engine points toward Critic CRM and Translation Scout.

A local data pipeline plus browser app.

Good Reviews combines Python ingestion scripts, CSV and JSON artifacts, a local static web app, vector-building utilities, source catalogs, and evaluation docs. It can ingest Goodreads exports, load review data, build critic corpora, and present reviewer rankings in the browser.

Ingestion

Processes Goodreads CSV and review source data.

Corpus build

Builds normalized critic-review artifacts.

Vector layer

Stores book, review, and reviewer vector artifacts.

Web UI

Local app surfaces reviewer fit, source status, and model evaluation data.

The data combines personal reading history, review corpora, outlet metadata, awards, and generated vectors.

The prototype includes sample Goodreads data, Book Marks-style review data, scraped review CSVs, source metadata, critic corpus summaries, reviewer tracking, awards catalogs, and vector artifact files.

The app is playable locally.

The README recommends running `python3 serve.py` from the Goodreviews folder and opening `http://127.0.0.1:8000`. The static app file can also be opened directly for a quick look.

Open local Good Reviews app
Run locally: `cd /Users/sonfamily/Documents/SONALI/Goodreviews` then `python3 serve.py` Product briefs Evaluation harness

Review intelligence becomes more useful when it explains fit, not popularity.

The prototype showed that the interesting product surface is not a generic recommendation feed. It is a fit-and-evidence system: why this reviewer, why this source, why this title, and what should someone do with that information.

  • Source metadata and corpus quality matter as much as the scoring model.
  • Personal taste data can become a seed for larger publishing intelligence workflows.
  • The system naturally extends into Critic CRM and Translation Scout rather than staying only a personal reader tool.