A system made to predict flight delays using Machine Learning models.
Install the NYC Flights Dataset from Kaggle.
Kaggle Dataset Link
- Create a virtual environment and activate it
python -m venv myenv
./myenv/Scripts/activate
- Then install necessary external libraries mentioned below in terminal.
For StreamLit App
pip install streamlit
pip install joblib
or For Normal Execution
pip install -r requirements.txt
pip install "zenml[server]"
pip install scikit-learn
-
You can run the notebook from the notebooks directory or run
python main.py
. -
To start the zenml dashboard locally on windows, write
zenml up --blocking
for Windows andzenml up
for Mac, and enter the Zenml Dashboard with username "default".
- Flight departure delay prediction
- Fast and effective
- User friendly UI using Streamlit