Тёмный

Create a Deep Learning API with Python and FastAPI 

Dataquest
Подписаться 59 тыс.
Просмотров 11 тыс.
50% 1

We'll build a translation API using deep learning. Using FastAPI, we'll create a web server that exposes a /translate route and a /results route. Clients will post their translation request to the /translate route, and get the translation results from /results. The server will use a sqlite database to store the translations. On the backend, we'll use async and a pretrained deep learning language model to run the translation job.
By the end, we'll have a web server that can run translation jobs quickly. This server can easily be extended to translate more languages, or add more options.
Here's a link to the full code - github.com/dataquestio/projec... .
Chapters
0:00 Introduction
3:48 Build a database model
8:01 The index route
11:35 The translate route
17:08 Translating with deep learning
27:31 Showing results
31:01 Wrap-up and improvements
-----------------------------
Join 1M+ Dataquest learners today!
Master data skills and change your life.
Sign up for free: bit.ly/3O8MDef

Опубликовано:

 

10 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 10   
@noelieth
@noelieth Год назад
Loving all the dataquest projects!
@kennethodhiambo1803
@kennethodhiambo1803 6 месяцев назад
You are good, sir! Very good! Thank you for sharing the knowledge. Regards from Nairobi, Kenya
@nickpinto8445
@nickpinto8445 Год назад
Hey vik loving this videos...gonna sigh up for dataquest
@Dataquestio
@Dataquestio Год назад
That's great, Nick!
@VEM24
@VEM24 Год назад
Loving Your Letters! :) )
@NickWindham
@NickWindham Год назад
Best data science videos on RU-vid
@tuannguyentranle7151
@tuannguyentranle7151 Год назад
very hight-quality video sir
@madhu1987ful
@madhu1987ful Год назад
Hi Vikas, great job. Just wanted to understand what is the need to create DB and store translation/ID etc and all stuff. Cant we do direct live translation without creating sqlite DB or any DB for that matter?
@lucaslessa5442
@lucaslessa5442 15 дней назад
How would be with my API need as parameter an Image? Love the video
@romariogomes7437
@romariogomes7437 8 месяцев назад
Amazing. Bu i didnt undestand abou the model. Did you download it, our the hugging face just connected and translate?
Далее
Dora’s Tyla Dance is Everywhere 😨 #shorts
00:14
Просмотров 1,5 млн
Creating APIs For Machine Learning Models with FastAPI
20:06