Skip to content

FortOnwe/AI_Seminar

Repository files navigation

COSC 423 (Artificial Intelligence and Applications)

Group 22

Computer Science (Group B)

Problem Statement:

A predictive model that works to forecast whether or not it will rain tomorrow in Australia, and by extension recommends if people should take an umbrella the next day.

Data Source:

The dataset is Kaggle and contains about 10 years of daily weather observations from locations across the Australian Mainland.

Project Folder Structure:

.(site root)
├── Data
|   ├── weatherAUS.csv
└── Notebooks
|   ├── Rain in Australia Note book.ipynb
└── Pickle_Files
|   ├── scaler.pkl              
|   ├── logreg.pkl 
└── static
|   ├── css
|   |   └── font-awesome
|   |   └── index.css
|   └── fonts
|   └── images
└── templates
|   ├── index.html             
|   ├── rainyday.html
|   ├── sunnyday.html
└── .gitignore
└── Procfile
└── README.md
└── app.py
└── requirements.txt

About

Artificial Intelligence(COSC 427) Seminar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors