Skip to content

Commit

Permalink
published on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
ShashankKumbhare committed Oct 19, 2022
1 parent 2a66cce commit ee5725b
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 2,969 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Traffic Light Classification

### A computer vision project 'Traffic Light Classifier' to classify traffic light signals as either red, yellow or green.
<p align="center"><img src=images/all_lights.png width="400"></p>
<p align="center"><img src=traffic_light_classifier/__auxil_subpkg__/images/all_lights.png width="400"></p>

## Table of Contents

Expand Down
2,964 changes: 0 additions & 2,964 deletions Traffic_Light_Classifier_2.ipynb

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/traffic_light_classifier-1.0.0-py3-none-any.whl
Binary file not shown.
Binary file modified dist/traffic_light_classifier-1.0.0.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[metadata]
description-file = README.md
license_files = LICENSE.rst
license_files = LICENSE.md
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,13 @@
'__data_subpkg__/dataset_test/red/*',
'__data_subpkg__/dataset_test/yellow/*',
'__data_subpkg__/dataset_test/green/*',
'__auxil_subpkg__/images/*',
'__constants_subpkg__/*',]
},
include_package_data = True,
classifiers = ['License :: OSI Approved :: MIT',
classifiers = ['License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Operating Syayerm :: OS Independent'
'Programming Labguage :: Python :: 3'
'Operating System :: OS Independent',
'Programming Language :: Python :: 3'
]
)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ee5725b

Please sign in to comment.