AI Deploy - Apps portfolio

Knowledge Base

AI Deploy - Apps portfolio


Icons/System/eye-open Created with Sketch. 284 Views 04.04.2023 AI Deploy

AI Deploy is covered by OVHcloud Public Cloud Special Conditions.

Objective

AI Deploy allows you to deploy AI apps or models. To test or use the product, you can build on existing AI models.

For example, you can rely on open-source models or apps.

Portfolio of AI apps and models

To test AI Deploy, you can quickly deploy apps based on those proposed in our portfolio.

Quick examples

OwnerTaskDescriptionDocumentationDockerfileDocker imageCLI commandUsage
OVHcloudHello worldLaunch your first API with FlaskAI Deploy - Getting startedDockerfile - Hello worldpriv-registry.gra.ai.cloud.ovh.net/ai-deploy-portfolio/ai-deploy-hello-worldovhai app run priv-registry.gra.ai.cloud.ovh.net/ai-deploy-portfolio/ai-deploy-hello-worldAPI - interact with the API with a curl command or a Python script
OVHcloudEDA and interactive predictionExplore, analyse iris data and do interactive prediction with StreamlitAI Deploy - Tutorial - Deploy an interactive app for EDA and prediction using StreamlitDockerfile - EDA and prediction on iris datapriv-registry.gra.ai.cloud.ovh.net/ai-deploy-portfolio/streamlit-edaovhai app run priv-registry.gra.ai.cloud.ovh.net/ai-deploy-portfolio/streamlit-edaWeb interface - access to the app with the url
OVHcloudSketch recognitionRecognize handwritten digits with GradioAI Deploy - Tutorial - Deploy a Gradio app for sketch recognitionDockerfile - Sketch recognitionpriv-registry.gra.ai.cloud.ovh.net/ai-deploy-portfolio/gradio-sketch-recognitionovhai app run priv-registry.gra.ai.cloud.ovh.net/ai-deploy-portfolio/gradio-sketch-recognitionWeb interface - access to the app with the url
OVHcloudSpam classificationClassify spam messages with FastAPIAI Deploy - Tutorial - Deploy and call a spam classifier with FastAPIDockerfile - Spam classifier APIpriv-registry.gra.ai.cloud.ovh.net/ai-deploy-portfolio/fastapi-spam-classificationovhai app run priv-registry.gra.ai.cloud.ovh.net/ai-deploy-portfolio/fastapi-spam-classificationAPI - interact with the API with <app-url>/docs or curl command
OVHcloudSentiment analysisAnalyse text sentiment with Hugging Face models and FlaskAI Deploy - Tutorial - Deploy an app for sentiment analysis with Hugging Face and FlaskDockerfile - Sentiment analysis Hugging Face apppriv-registry.gra.ai.cloud.ovh.net/ai-deploy-portfolio/flask-sentiment-analysisovhai app run priv-registry.gra.ai.cloud.ovh.net/ai-deploy-portfolio/flask-sentiment-analysisWeb interface - access to the app with the url
OVHcloudSpeech-to-TextUse Speech-to-Text powers on audio and videoAI Deploy - Tutorial - Create and deploy a Speech to Text application using StreamlitDockerfile - Speech-to-Text Streamlit apppriv-registry.gra.ai.cloud.ovh.net/ai-deploy-portfolio/streamlit-speech-to-textovhai app run priv-registry.gra.ai.cloud.ovh.net/ai-deploy-portfolio/streamlit-speech-to-textWeb interface - access to the app with the url

If you want to launch these apps from the OVHcloud control panel, fill in the name of the docker image in Step 2 - Application to deploy.

Each of the following apps launches on port 8080. You don't need to enter it in the launch command.

By default, an app is launched with 1 GPU. However, you can customize the resources you wish to use.

Build you own apps and models to deploy

Below are examples of existing models that can be deployed with AI Deploy. However, you are free to deploy any other AI model or app of your choice.

YOLO

YOLO ('You only look once'), is an Object Detection algorithms family.

References:

DALL-E mini

DALL-E mini is an AI model that can draw images from any text prompt (Text-to-Image).

References:

Stable Diffusion

Stable Diffusion is Text-to-Image model that generates images from text.

References:

EfficientNet

EfficientNet is a family of Image Classification models. There are eight different EfficientNet models (b0 -> b7)

References:

ResNet

ResNet are AI models based residual neural network whose aim is to solve Image Classification tasks.

References:

MobileNet V2

MobileNet are Computer Vision models designed to be used in mobile applications. They are known for their small size and low latency.

References:

GPT-2

GPT-2 is a Text Generation model developed by Open AI.

References:

BERT

Famous NLP models based on BERT can also be deployed for Text Classification for example.

References:

BART

BART-based models can also be deployed for Zero-Shot Classification tasks.

References:

Go further

You can also refer to our GitHub repository to find examples of AI apps to deploy.

You will find all the codes and documentation needed to deploy each app here.

Here are some examples of AI apps we propose:

  • Deploy an app for audio classification task using Streamlit
  • Deploy a web service for YOLOv5 using Flask
  • Deploy a Gradio app for sketch recognition
  • Deploy an app for sentiment analysis with Hugging Face models using Flask
  • Deploy an interactive app for EDA and prediction using Streamlit
  • Deploy and call a spam classifier with FastAPI

If you need training or technical assistance to implement our solutions, contact your sales representative or click on this link to get a quote and ask our Professional Services experts for a custom analysis of your project.

Feedback

Please feel free to send us your questions, feedback and suggestions to help our team improve the service on the OVHcloud Discord server

Related articles