Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 1.17 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.17 KB

transform-2020-tutorial

Idea to MVP tutorial at TRANSFORM 2020


This repo contains everything you need to follow along with the tutorial. You can clone it with git or use the green button to download a ZIP file. Put it where you would normally keep your project files.

I'll assume you have the conda package and environment manager. (If you don't have it, you can install it from here.)

Create an environment

conda env create -f environment.yml
conda activate t20-fri-mvp
python -m ipykernel install --user --name t20-fri-mvp

Now you're ready to use the notebooks and the app in this repo.

Agenda

  • Introduction to this problem
  • notebooks/Data Exploration-Clustering.ipynb
  • notebooks/Fossil_classifier_minimal.ipynb
  • notebooks/Hitting_some_web_APIs.ipynb
  • notebooks/Building_a_flask_app.ipynb (note that this is not a 'normal' notebook)
  • notebooks/Hitting_our_web_API.ipynb

We will build everything else from scratch. However, there are 'complete' notebooks in nb-master if you prefer to read rather than type. And there is a complete app in app-master if you want the complete app.