Skip to content

Vinit-Kshirsagar/data_f1

Repository files navigation

🚀 Features

📊 Telemetry Visualization: Speed, throttle, brake, gear, and DRS graphs for each lap.

🧠 Driver Comparison: Side-by-side comparison of telemetry between teammates or any two drivers.

🕒 Session Analysis: View data for qualifying, race, and practice sessions.

🗃️ Session Selector: Choose year, Grand Prix, session type (Q/R/P) dynamically.

📌 Graph Controls: Zoom, pan, and filter metrics to focus on specific sections of the track.

🛠️ Tech Stack

Frontend:

  • React

  • Tailwind CSS (UI styling)

  • Chart.js / Recharts (for visualizations)

Backend:

  • Python

  • FastAPI (or Flask)

  • FastF1

  • Supabase (if database integration is used for user data or saved sessions)

📦 Installation & Setup

Backend (Python + FastF1)

git clone https://github.com/Vinit-Kshirsagar/data_f1.git

cd backend

pip install -r requirements.txt

python app.py >

Frontend (React)

npm install
npm run dev

Make sure to set the correct API URL in your .env or configuration file.

🖼️ Screenshots

Screenshot 2025-06-13 at 20 01 40

📈 Example Use Cases

  • Fans: Explore your favorite drivers’ data in detail

  • Analysts: Visualize in-depth car performance across circuits

  • Developers: Use the open-source backend to build custom telemetry tools

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published