Skip to content

antonyjasfer/F1-Strategy-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

F1-Strategy-Net: AI-Enhanced Telemetry Analysis F1-Strategy-Net is a deep learning-based framework designed to optimize Formula 1 race strategies. By analyzing high-frequency telemetry data, the model predicts tire degradation and optimal pit-stop windows to maximize race-pace efficiency.

🏎️ Overview In modern Formula 1, strategy is decided in milliseconds. This project leverages Long Short-Term Memory (LSTM) networks and Gradient Boosting to process multidimensional telemetry (speed, throttle, brake, gear, and G-forces) to assist in real-time decision-making.

Key Features Tire Life Prediction: Estimates remaining useful life (RUL) of compounds (Soft, Medium, Hard).

Fuel Flow Analysis: Correlates fuel consumption with lap time delta.

Pit-Stop Optimizer: Recommends optimal windows based on field spread and "undercut" probability.

πŸ› οΈ Tech Stack Language: Python 3.10+

Data Science: Pandas, NumPy, Scikit-learn

Deep Learning: TensorFlow / Keras (or PyTorch)

Visualization: Matplotlib, Seaborn, Plotly

Data Source: [FastF1 API / Ergast API]

πŸ“‚ Project Structure Plaintext β”œβ”€β”€ data/ # Processed telemetry datasets β”œβ”€β”€ notebooks/ # Exploratory Data Analysis (EDA) & Model Prototyping β”œβ”€β”€ src/
β”‚ β”œβ”€β”€ preprocess.py # Cleaning and normalizing telemetry signals β”‚ β”œβ”€β”€ model.py # LSTM Architecture β”‚ └── evaluate.py # Performance metrics (RMSE, MAE) β”œβ”€β”€ reports/ # Project documentation and strategy findings β”œβ”€β”€ requirements.txt # Project dependencies └── README.md πŸš€ Getting Started Clone the repository

Bash git clone https://github.com/YOUR_USERNAME/F1-Strategy-Net.git Install dependencies

Bash pip install -r requirements.txt Run the analysis

Bash python src/model.py πŸ“Š Results & Insights Our model achieved a mean absolute error (MAE) of <0.08s in predicting lap times under varying fuel loads. The strategy optimizer correctly identified the "winning" pit window in 85% of simulated 2025/2026 race scenarios.

πŸ‘€ Author Antony Selva Jasfer

B.Tech Artificial Intelligence & Data Science

Amrita Vishwa Vidyapeetham

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors