Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ly0n/carnd-traffic-sign-cy
https://github.com/ly0n/carnd-traffic-sign-cy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ly0n/carnd-traffic-sign-cy
- Owner: Ly0n
- Created: 2018-01-23T22:15:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T15:03:17.000Z (about 4 years ago)
- Last Synced: 2024-06-11T16:30:57.228Z (7 months ago)
- Language: Jupyter Notebook
- Size: 8.88 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deep Learning Traffic Sign Detection Project
## Run
## Install Docker
Follow this tutorial to install Docker on Ubuntu 18.04:
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-18-04## Clone Repo
```
git clone https://github.com/Ly0n/CarND-Traffic-Sign-cy
cd CarND-Traffic-Sign-cy
```## Run Docker Container with all the pre-installed environment
```
docker run --interactive --tty --rm --publish 8888:8888 --volume $PWD:/src udacity/carnd-term1-starter-kit:latest
```## Run Jupyter Notebook
Open your Browser and enter the URL printed by the docker command:
```
http://127.0.0.1:8888/?token=
```