Skip to content

Commit

Permalink
Merge pull request #129 from ojhankit/trafficCNN
Browse files Browse the repository at this point in the history
implemented a cnn model for classifying traffic signs , used grstb da…
  • Loading branch information
UppuluriKalyani authored Oct 7, 2024
2 parents 65972bc + 7b880f8 commit c937bfe
Show file tree
Hide file tree
Showing 2 changed files with 454 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Neural Networks/traffic_sign_recognition/ReadME.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Project Title: CNN Traffic Sign Recognition

## Description

The CNN Image Classification project utilizes a Convolutional Neural Network (CNN) to clasify different traffic signs.

## Features

- Implementation of a CNN model for image classification.
- Training and validation metrics (loss and accuracy) visualization.
- Ability to modify model architecture and hyperparameters.

## Technologies Used

- Python
- Pytorch
- NumPy
- Matplotlib
436 changes: 436 additions & 0 deletions Neural Networks/traffic_sign_recognition/code.ipynb

Large diffs are not rendered by default.

0 comments on commit c937bfe

Please sign in to comment.