Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

> This directory will not generate code, documentations or ran in the test

## Notebook deployments
* Image caption with full transformer structure [colab notebook](image_caption.ipynb), A use case of ```HFTextBlock```
* [NLP regression](nlp_regression_toxity.ipynb), guess the toxity of a chemical compound, treating chemical expression as a string of text.
* [Sequence to sequence](nlp_seq2seq_en_to_zh_translation.ipynb) model, leveraging pretrained encoder & pretrained decoder to create a translation model
* [Semantic search](feature_encoder.ipynb) using a pretrained model and a fast deployment of interactive similarity search from unpackai

## AI API deployments
* See some [API deployments](deploy) within colab notebooks
4 changes: 4 additions & 0 deletions examples/deploy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Deploy API within colab
* [CV streamlit examples](CV)
* [NLP streamlit examples](NLP)
* [Tabular streamlit examples](Tabular)