souvik0306 commited on
Commit
0eadc28
·
1 Parent(s): 17d8848

Update Readme.md and Dockerfile

Browse files
Files changed (2) hide show
  1. Readme.md +16 -22
  2. flight.docker +1 -1
Readme.md CHANGED
@@ -1,44 +1,38 @@
1
  # Flight Route Optimization
2
 
3
  ## Overview
 
4
  This project focuses on optimizing flight routes to minimize travel time and costs using advanced algorithms and data analysis techniques.
5
 
6
  ## Features
 
7
  - Efficient route calculation
8
  - Cost optimization
9
  - Real-time data integration
10
  - User-friendly interface
11
 
12
  ## Installation
 
13
  1. Clone the repository:
14
- ```bash
15
- git clone https://github.com/yourusername/Flight_Route_Optimization.git
16
- ```
17
  2. Navigate to the project directory:
18
- ```bash
19
- cd Flight_Route_Optimization
20
- ```
21
  3. Install the required dependencies:
22
- ```bash
23
- pip install -r requirements.txt
24
- ```
25
 
26
  ## Usage
 
27
  1. Run the main script:
28
- ```bash
29
- python main.py
30
- ```
31
  2. Follow the on-screen instructions to input your flight details.
32
 
33
- ---
34
-
35
- title: Flight Route Optimization
36
- emoji: ✈️
37
- colorFrom: blue
38
- colorTo: green
39
- sdk: streamlit
40
- sdk_version: "1.0"
41
- app_file: app.py
42
- pinned: false
43
 
44
  ---
 
1
  # Flight Route Optimization
2
 
3
  ## Overview
4
+
5
  This project focuses on optimizing flight routes to minimize travel time and costs using advanced algorithms and data analysis techniques.
6
 
7
  ## Features
8
+
9
  - Efficient route calculation
10
  - Cost optimization
11
  - Real-time data integration
12
  - User-friendly interface
13
 
14
  ## Installation
15
+
16
  1. Clone the repository:
17
+ ```bash
18
+ git clone https://github.com/yourusername/Flight_Route_Optimization.git
19
+ ```
20
  2. Navigate to the project directory:
21
+ ```bash
22
+ cd Flight_Route_Optimization
23
+ ```
24
  3. Install the required dependencies:
25
+ ```bash
26
+ pip install -r requirements.txt
27
+ ```
28
 
29
  ## Usage
30
+
31
  1. Run the main script:
32
+ ```bash
33
+ python main.py
34
+ ```
35
  2. Follow the on-screen instructions to input your flight details.
36
 
 
 
 
 
 
 
 
 
 
 
37
 
38
  ---
flight.docker CHANGED
@@ -16,4 +16,4 @@ COPY . /app/
16
  # Expose the port that Gradio will run on
17
  EXPOSE 7860
18
 
19
- CMD ["python", "gradio_ui.py"]
 
16
  # Expose the port that Gradio will run on
17
  EXPOSE 7860
18
 
19
+ CMD ["python", "app.py"]