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:
Application screenshot showing what the application does:
Features:
- VISIBILITY - Distance from which an object can be seen.
- DRYBULBTEMPF-Dry bulb temperature (degrees Fahrenheit). Most commonly reported standard temperature.
- WETBULBTEMPF-Wet bulb temperature (degrees Fahrenheit).
- DewPointTempF-Dew point temperature (degrees Fahrenheit).
- RelativeHumidity-Relative humidity (percent).
- WindSpeed-Wind speed (miles per hour).
- WindDirection-Wind direction from true north using compass directions.
- StationPressure-Atmospheric pressure (inches of Mercury; or ‘in Hg’).
- SeaLevelPressure- Sea level pressure (in Hg).
- 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 🛠️
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’.