Skip to content
/ dogs Public

Captstone project for the Udacity Machine Learning Engineer Nano Degree

Notifications You must be signed in to change notification settings

tonyjward/dogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

greyhounds

Capstone project for the Udacity Machine Learning Engineer Nano Degree

Clone repo and create directories

mkdir repos

cd repos

git clone https://github.com/tonyjward/dogs.git

cd dogs

mkdir data

mkdir logs

mkdir dogs/tests

Create a virtual environment

cd

mkdir .venv

python3.6 -m venv .venvs/dogs

Activate the virtual environment

source .venv/dogs/bin/activate

Install dependencies

cd repos/dogs/

pip3 install -r requirements.txt

Install the dogs package built using this project in develop model

pip3 install -e ./

Create Jupyter Kernel

ipython kernel install --user --name=dogs

About

Captstone project for the Udacity Machine Learning Engineer Nano Degree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages