Air traffic assistance system

Readme


Air traffic assistance system

A simple ML based website which calculates visibility of the airports weighing in various parameters such as DryBulb temperature, Wind speed, Relative humidity etc.

Application interface screenshot:

Screenshot 2021-07-05 201522

Application screenshot showing what the application does:

Screenshot 2021-07-05 201606

Features:

  1. VISIBILITY - Distance from which an object can be seen.
  2. DRYBULBTEMPF-Dry bulb temperature (degrees Fahrenheit). Most commonly reported standard temperature.
  3. WETBULBTEMPF-Wet bulb temperature (degrees Fahrenheit).
  4. DewPointTempF-Dew point temperature (degrees Fahrenheit).
  5. RelativeHumidity-Relative humidity (percent).
  6. WindSpeed-Wind speed (miles per hour).
  7. WindDirection-Wind direction from true north using compass directions.
  8. StationPressure-Atmospheric pressure (inches of Mercury; or ‘in Hg’).
  9. SeaLevelPressure- Sea level pressure (in Hg).
  10. Precip Total-precipitation in the past hour (in inches).

This is a POC(Proof of concept) kind-of project. The data used here comes up with no guarantee from the creator. So, don’t use it for making air traffic visibility decsions. If you do so, the creator is not responsible for anything. However, this project presents the idea that how we can use ML into practice.

MOTIVATION 💪

Air industry is extremely prone to accident and there are various factors responsible such as limited and complicated airspace, visibity etc. This project was created keeping that in mind. This is an application which should just be used by air traffic controllers in any way but a way show the working of an end to end ML project for the domain.

In this project, I present a website in which the predictions are implemented as; Batch File PRediction(which predicts and generates a new file with predicted values based in the pre-trained model. For the visibility predicting application, the user can input the data and the application will predict the number of visibility for air traffic.

Built with 🛠️

arduino bash bootstrap css3 flask git heroku mysql postman scikit_learn

DEPLOYMENT 🚀

Deployment is done using deploy branch.
This website is deployed at GCP.
Github page: https://sagar61205.github.io/Air-traffic-assistance-system/
How to use?
Value-based-prediction ==> enter the corresponding values and it will fetch the number of calories burnt.
File-based-prediction ==> Click in ‘default file prediction’ to see the prediction on the already trained model OR Enter an absolute file path and clixk on ‘Custom file predict’.

Application screenshot for the ‘About’ section.

Screenshot 2021-07-05 201622

Application screenshot showing impact on visibility on flights:

Screenshot 2021-07-05 201641

Application screenshot for batch file prediction. Here deafult prediction takes place on pre-trained dataset. A custom file file prediction can also be done.

Screenshot 2021-07-05 201703

Application screenshot for the important information section:

Screenshot 2021-07-05 201742

Prediction:

visibility gif