From 0628901dc31f7448a13bf7401b3b23ed02678504 Mon Sep 17 00:00:00 2001 From: Aditya Pulipaka Date: Fri, 24 Oct 2025 20:40:02 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 327b500..6720d4b 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # Guido.tech: ## An F1 AI Race Engineer System -Real-time F1 race strategy system combining telemetry enrichment with AI-powered strategy generation. The system receives lap-by-lap telemetry from Raspberry Pi hardware, enriches it with performance analytics, and generates dynamic race strategies using Google Gemini AI. +Real-time F1 race strategy system combining telemetry enrichment with AI-powered strategy generation. The system receives lap-by-lap telemetry from vehicle controller simulation, enriches it with performance analytics, and generates dynamic race strategies using Google Gemini AI before sending control updates back to the vehicle controller simulation. ## Architecture The system consists of two main services: 1. **Enrichment Service** (`hpcsim/`) - Port 8000 - - Receives raw telemetry from Raspberry Pi + - Receives raw telemetry from Raspberry Pi simulator - Enriches data with tire degradation, pace trends, pit window predictions - - Forwards to AI Intelligence Layer via webhook + - Forwards to AI Layer via webhook 2. **AI Intelligence Layer** (`ai_intelligence_layer/`) - Port 9000 - WebSocket server for real-time Pi communication