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

agilescientific/transform-2020-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Tutorial stuff for TRANSFORM 2020

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages