Spaces:
Sleeping
Sleeping
![souvik0306's picture](https://cdn-avatars.huggingface.co/v1/production/uploads/63ba46aa0a9866b28cb19a14/5LilSOacmZeRRIIfimi7s.png)
Refactor flight route UI and main script: Update airport options and add note about dataset limitations
f393e1f
metadata
title: Flight Route Planner
emoji: π
colorFrom: gray
colorTo: pink
sdk: gradio
sdk_version: 4.44.0
app_file: app.py
pinned: false
license: mit
Flight Route Optimization
Check out the demo here - HuggingFace Space
Overview
This project focuses on optimizing flight routes to minimize travel time and costs using advanced algorithms and data analysis techniques.
Note: The actual flight time and performance may vary since the dataset used is very rudimentary. In the real world, the same aircraft can have different internal configurations, leading to variations in flight time and fuel consumption.
Features
- Efficient route calculation
- Cost optimization
Installation
- Clone the repository:
git clone https://github.com/yourusername/Flight_Route_Optimization.git
- Navigate to the project directory:
cd Flight_Route_Optimization
- Install the required dependencies:
pip install -r requirements.txt
Usage
- Run the main script:
python app.py
- Check out the live demo to see the project in action.