There was an error while loading. Please reload this page.
1 parent 4387443 commit dfbda44Copy full SHA for dfbda44
Phase2/Airline_flights_identification.py
@@ -1 +1,14 @@
1
+# Define our main tools:
2
+from FlightRadar24.api import FlightRadar24API
3
+fr_api = FlightRadar24API()
4
5
+# Definition of tools used in reading images
6
+from PIL import Image
7
+import requests
8
+from io import BytesIO
9
+
10
+# This library will be used to display images
11
+from matplotlib import pyplot as plt
12
13
+# Map tool
14
+import folium
0 commit comments