Skip to content

YigitAgalar/fast-api-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fast-api-ml-model






Bu proje fastapi kullanılarak bir machine learning modelinin nasıl deploy edilebileceğini içermektedir.
Bu projede kullanılan ML modeli Telco Customer Churn verisi kullanılarak oluşturulmuştur.
Dataset




Projeyi yüklemek için

git clone https://github.com/YigitAgalar/fast-api-model.git

Kullanım

Uygulamayı başlatmak için


❗❗ Proje dosyasının içinde olduğunuzdan emin olun


uvicorn main:app

Eğer değişiklik yapıyorsanız kayıt ettiğinizde tekrar çalışması için sonuna `--reload` ekleyebilirsiniz.


uvicorn main:app --reload

Test

Unit testi çalıştırmak için

python test.py

POST request göndermek için request.ipynb notebookunu veya Postmani kullanarak http://127.0.0.1:8000/predict Endpointine request gönderebilirsiniz

Kaynak

Deploying ML Model

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published