Instructions to use EasthShin/Android_Ios_Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EasthShin/Android_Ios_Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="EasthShin/Android_Ios_Classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("EasthShin/Android_Ios_Classification") model = AutoModelForSequenceClassification.from_pretrained("EasthShin/Android_Ios_Classification") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,8 @@
|
|
| 4 |
<br>
|
| 5 |
**Android-Ios-Classification DEMO**: [Ainize Endpoint](https://main-android-ios-classification-east-h-shin.endpoint.ainize.ai/)
|
| 6 |
<br>
|
|
|
|
|
|
|
| 7 |
**Android-Ios-Classification API**: [Ainize API](https://ainize.ai/EastHShin/Android-Ios-Classification)
|
| 8 |
<br>
|
| 9 |
<br>
|
|
|
|
| 4 |
<br>
|
| 5 |
**Android-Ios-Classification DEMO**: [Ainize Endpoint](https://main-android-ios-classification-east-h-shin.endpoint.ainize.ai/)
|
| 6 |
<br>
|
| 7 |
+
**Demo web Code**: [Github](https://github.com/EastHShin/Android-Ios-Classification)
|
| 8 |
+
<br>
|
| 9 |
**Android-Ios-Classification API**: [Ainize API](https://ainize.ai/EastHShin/Android-Ios-Classification)
|
| 10 |
<br>
|
| 11 |
<br>
|