🏁 Racing Data Chat Explorer
A Streamlit web app that lets you interactively explore racing telemetry data using natural language questions. Quickly filter laps, vehicles, or find stats without digging through CSVs.
🛠️ Tech Stack
Python
Streamlit – for the interactive web interface
Pandas & NumPy – for data processing
💡 Features
Chat-based interface to query the racing dataset.
Filter by vehicle ID or lap number.
Find dataset statistics like highest value or total vehicle count.
Preview raw dataset for quick inspection.
🚀 Usage
The app is already deployed, so no installation is needed. Simply visit the deployed URL to start exploring your racing data.
📄 Example Queries
“Show me vehicle 32768”
“Lap 5 data”
“How many vehicles are in the dataset?”
“What is the highest value?”
📂 Dataset
The app uses a CSV file containing telemetry data, including:
vehicle_id – unique vehicle identifier
lap – lap number