An open API service indexing awesome lists of open source software.

https://github.com/pyladiesams/tf-hub-beginner-oct2020

An introduction to TensorFlow Hub and Object Detection with TensorFlow pre-trained models
https://github.com/pyladiesams/tf-hub-beginner-oct2020

tensorflow tf-hub workshop

Last synced: 8 days ago
JSON representation

An introduction to TensorFlow Hub and Object Detection with TensorFlow pre-trained models

Awesome Lists containing this project

README

          

# An introduction to TF-Hub
### Level: Beginner
### Presentation: https://www.kaggle.com/usharengaraju/pyladiesamsterdam-introductiontotf-hub

## Project description
TensorFlow Hub is a repository of trained machine learning models ready for fine-tuning and deployable anywhere. Using TF-Hub, one can reuse trained models like BERT and Faster R-CNN with just a few lines of code.
In this workshop, we will cover the following:
* Introduction to TF-Hub
* Solving an object detection use case using TF-Hub

![TF-Hub logo](tf_hub_logo.png)

## Setup:
There is no local setup for this workshop

## Requirements:
* To access the Kaggle notebook, a Kaggle account is required. Create an account following this tutorial: https://medium.com/wids-mysore/getting-started-with-kaggle-de4d3a9d34cf

## Usage
* Open the following link on Kaggle notebooks: https://www.kaggle.com/usharengaraju/pyladiesamsterdam-introductiontotf-hub
* Dive in and code hands-on

## Video record
[An introduction to TF-Hub](https://youtu.be/ho6iZ9o_528)

## Credits
This workshop was set up by @pyladiesams and @ushareng