Commit Graph

5 Commits

Author SHA1 Message Date
alro65 df09627ccb feat: 7-module VINchecker v2 — NICB, auction history, Florida DMV, theft stats, odometer fraud, safety ratings, risk score expansion
New modules: nicb.py, auction_history.py, dmv_florida.py, theft_stats.py, odometer_validator.py
Expanded risk.py with 8 new factors (NICB alert, safety rating, auction flags, odo validation, theft level, odo fraud, DMV lien, open VIN recalls)
PDF now has 11 sections including NICB check, theft stats, odometer fraud, odometer validation, auction history, Florida HSMV
AI prompt enriched with all new data fields

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-03 13:54:16 -04:00
alro65 078128f7b1 feat: VIN-specific data — recall check, safety ratings, full VPIC specs 2026-07-03 13:12:11 -04:00
alro65 3eee5b0acf improve: Ollama prompt structured into 4 sections with full recall/complaint detail, num_predict 250→700 2026-07-03 12:15:35 -04:00
alro65 51a66c2dba fix: wrap recall/investigation table cells in Paragraph to prevent text overflow in PDF 2026-07-03 12:14:02 -04:00
alro65 dc3ec90109 feat: AR-VINchecker v1.0 — VIN report generator with AI analysis
FastAPI server querying NHTSA/EPA APIs, generating PDF reports
with risk scoring, and local Ollama AI analysis via DealAnalyzer.
Security hardened: XSS fix, SSRF protection, CORS restricted.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-03 11:40:35 -04:00