Skip to content

merge doc #91

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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)