Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
svpino committed Oct 23, 2023
1 parent 8fcef8e commit 47da76e
Show file tree
Hide file tree
Showing 4 changed files with 1,179 additions and 2,552 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ This repository contains the source code of the [Machine Learning School](https:

If you find any problems with the code or have any ideas on improving it, please open an issue and share your recommendations.

## Running the code

Before running the project, follow the [Setup instructions](https://program.ml.school/setup.html). After that, you can test the code by running the following command:

```
$ nbdev_test --path program/cohort.ipynb
```

This will run the notebook and make sure everything runs. If you have any problems, it's likely there's a configuration issue in your setup.

## Resources

* [Serving a TensorFlow model from a Flask application](penguins/serving/flask/README.md): A simple Flask application that serves a multi-class classification TensorFlow model to determine the species of a penguin.
Loading

0 comments on commit 47da76e

Please sign in to comment.