Skip to content

profects/codebythesea-tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codebythesea-tensorflow

Requirements

  • Python 3

Python

Steps require Homebrew.

brew install python && brew upgrade python
python3 -m pip install -U pip setuptools wheel virtualenv

Python

sudo apt update && sudo apt install -y python3 python3-pip python3-dev

Python

Steps require Chocolatey.

choco install python3

Usage

Clone submodules

git submodule init && git submodule update --recursive --remote

Install TensorFlow with virtualenv

virtualenv --system-site-packages -p python3 .venv
source ./.venv/bin/activate
pip3 install -U -r ./requirements.txt

Start Tensorboard

tensorboard --logdir=./logs

Model

Download working model.

Resources

  1. Tensorflow Tutorial 2: image classifier using convolutional neural network
  2. Jian Yang: hotdog identifying app
  3. Hotdog-Classification images
  4. Installing TensorFlow

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages