Skip to content

How to use deep learning model on production mode ? #390

Answered by mrdbourke
rizki4106 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @rizki4106,

Tesla use their models on their cars.

As in, the model lives on a chip inside the car and cameras feed it images/video and it performs inference (makes predictions) live on the car.

This is because of the latency requirements for self-driving (the models need to be fast so they wouldn't have time to upload data to a server).

However, many companies use servers for inference.

One of the best ways to get started checking out how to use a deployed model is with Gradio: https://gradio.app

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rizki4106
Comment options

Answer selected by rizki4106
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants