File size: 880 Bytes
c06bd6f
 
e4c4f24
 
 
 
c06bd6f
e4c4f24
 
 
 
 
 
 
 
 
 
 
 
 
 
3c2b0cb
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
license: cc-by-4.0
language:
- en
library_name: keras
pipeline_tag: image-classification
---

## Traffic Congestion Model

This model is designed for processing grayscale images with duplicated channels (single-channel replication). It requires input images of size 200 by 200 pixels.

### Classes

The model makes predictions on the following classes:

- `congested_traffic`: Indicates traffic congestion.
- `traffic_unrelated`: Indicates an absence of congestion-related traffic.
- `uncongested_traffic`: Indicates clear or uncongested traffic conditions.

You can use this model for tasks related to traffic congestion detection and classification.

### Training Notebook

If you're interested in the details of how this model was trained, you can find the training notebook [here](https://www.kaggle.com/code/abhashrai/traffic-congestion-prediction-cnn-xception/notebook).