Skip to content

Commit c411fbc

Browse files
authored
update readme
1 parent 5534d94 commit c411fbc

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
# ios-short-core-ml
2-
iOS image classification app using Core ML and MobileNet
1+
# Core ML Mini-Course
2+
3+
Resources for Udacity's Core ML mini-course. This repository contains the iOS image classification app (SmartGroceryList) in various formats including its integration with and without Vision framework. A custom Core ML model is also included.
34

45
## Convert-food101-model
56

67
Converting the Food 101 custom machine learning model to .mlmodel format utilizes several Python tools that have been packaged into a Docker image. To run the docker image:
78

8-
1. `cd Convert-food101-model`
9-
2. `docker build -t convert-coreml .`
10-
3. `docker run --rm -it -p 8888:8888 -v "$(pwd)/notebook:/workspace/notebook" convert-coreml`
9+
```bash
10+
$ cd Convert-food101-model
11+
$ docker build -t convert-coreml .`
12+
$ docker run --rm -it -p 8888:8888 -v "$(pwd)/notebook:/workspace/notebook" convert-coreml`
13+
```
1114

12-
If you don't have Docker installed, you can find instructions on installing [here](https://docs.docker.com/docker-for-mac/install/)
15+
If you don't have Docker installed, you can find instructions on installing [here](https://docs.docker.com/docker-for-mac/install/).

0 commit comments

Comments
 (0)