Instructions to use mobilint/AlexNet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Mobilint
How to use mobilint/AlexNet with Mobilint:
# pip install mblt-model-zoo from mblt_model_zoo.vision import MBLT_Engine model = MBLT_Engine( model_cls="AlexNet", model_type="DEFAULT", model_path="", core_mode="global8", ) try: image = model.preprocess("path/to/image.jpg") output = model(image) result = model.postprocess(output) finally: model.dispose() - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ pipeline_tag: image-classification
|
|
| 3 |
---
|
| 4 |
|
| 5 |
<div align="center">
|
| 6 |
-
<a href="https://mobilint.com"
|
| 7 |
<img src="https://github.com/mobilint/mblt-model-zoo/blob/master/assets/Mobilint_Logo_Primary.png?raw=true"
|
| 8 |
width="50%"
|
| 9 |
alt="mobilint" />
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
<div align="center">
|
| 6 |
+
<a href="https://mobilint.com">
|
| 7 |
<img src="https://github.com/mobilint/mblt-model-zoo/blob/master/assets/Mobilint_Logo_Primary.png?raw=true"
|
| 8 |
width="50%"
|
| 9 |
alt="mobilint" />
|